Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
roadmanfong committed Apr 25, 2024
2 parents b3a681e + 5b64d6a commit cc34714
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions examples/example-pure-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@qubic-connect/core": "*",
"@qubic-js/browser": "1.11.0",
"@qubic-js/core": "1.11.0",
"@qubic-js/browser": "1.12.0",
"@qubic-js/core": "1.12.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/example-pure-js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function main() {
const wcProvider = await EthereumProvider.init({
projectId: '0454e00195752e67920ca71728e21b30',
showQrModal: true,
chains: [1, 17000, 137, 80001, 56, 97],
chains: [1, 17000, 137, 80002, 56, 97],
methods: ['eth_sendTransaction', 'personal_sign'],
events: ['chainChanged', 'accountsChanged'],
metadata: {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"useNx": true,
"version": "1.1.2"
"version": "1.2.0"
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubic-connect/core",
"version": "1.1.2",
"version": "1.2.0",
"source": "./src/index.ts",
"main": "./dist/index.js",
"browser": "./dist/bundle.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"@ethersproject/providers": "^5.6.8",
"@qubic-connect/detect-iab": "^1.1.2",
"@qubic-connect/redirect": "^1.1.2",
"@qubic-connect/detect-iab": "^1.2.0",
"@qubic-connect/redirect": "^1.2.0",
"@qubic-js/detect-inapp": "^1.4.1",
"bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/detect-iab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubic-connect/detect-iab",
"version": "1.1.2",
"version": "1.2.0",
"description": "when detecting environment in iab, show blocking",
"author": "Kevin.Wu <[email protected]>",
"homepage": "https://github.com/getamis/qubic-creator-sdk/tree/main/packages/detect-iab#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/redirect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubic-connect/redirect",
"version": "1.1.2",
"version": "1.2.0",
"homepage": "https://github.com/getamis/qubic-creator-sdk/tree/main/packages/redirect#readme",
"license": "ISC",
"main": "./dist/index.js",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3162,21 +3162,21 @@
schema-utils "^3.0.0"
source-map "^0.7.3"

"@qubic-js/browser@1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@qubic-js/browser/-/browser-1.11.0.tgz#eecb5a6d644f72deace53232931dae4ed9de7c41"
integrity sha512-kpvwfa2p8NdFvGc6cU7BYouw1w0ztX1OvRyfgPd74g4kCgjyhM6e4F/GhUGYkxrYsrLrsQku4grewEzqkbwsQQ==
"@qubic-js/browser@1.12.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@qubic-js/browser/-/browser-1.12.0.tgz#9fd1b2678e501d8811eac8c404831a94887a8a89"
integrity sha512-+qX5blU34OfzjEq0h4JWByYjP6PHXMI4wCdrOl7Vz8pvYBkwV9haBxZ/R7GBEgjPQQ0QI12Pprzl+utBRilKgg==
dependencies:
"@emotion/css" "^11.1.3"
"@qubic-connect/detect-iab" "^1.0.5"
eth-rpc-errors "^4.0.2"
is-url "^1.2.4"
json-rpc-engine "^6.1.0"

"@qubic-js/core@1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@qubic-js/core/-/core-1.11.0.tgz#49c2335d11c7043e68c4108e2e7ac5b46a7334b7"
integrity sha512-suEkVjXNVA//FB6ECyXDt7wXnMslTrAcAbKLdVLshvJTwcIiQQ3nynVBKfeinuFXzfoaLBYdF5VVEsWhqNkGAg==
"@qubic-js/core@1.12.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@qubic-js/core/-/core-1.12.0.tgz#d51ecf3c5b717718096fc25817331008b70f08b1"
integrity sha512-e+E9dIErTDjq73H16v93W6EwaOkC7w+x9buz/xTmnJr0ly+PN9WGZSDcreYoRyzfkiU8bVDkYIns1qwZsuhQkg==
dependencies:
"@qubic-js/eth-json-rpc-infura" "^5.1.3"
eth-rpc-errors "^4.0.2"
Expand Down

0 comments on commit cc34714

Please sign in to comment.