Skip to content

Commit

Permalink
Merge branch 'master' into feat/wallet-service-aa
Browse files Browse the repository at this point in the history
  • Loading branch information
lionellbriones committed Dec 2, 2024
2 parents c71cd6a + 9a71c71 commit 39c2f36
Show file tree
Hide file tree
Showing 32 changed files with 4,123 additions and 1,058 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "9.4.4",
"version": "9.4.5",
"npmClient": "npm"
}
4,855 changes: 3,996 additions & 859 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"lerna": "^8.1.9",
"lint-staged": "^15.2.10",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
"typescript": "~5.6.3"
},
"engines": {
"node": ">=18.x",
Expand All @@ -50,8 +50,8 @@
},
"name": "web3auth",
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^20.1.2",
"@rollup/rollup-linux-x64-gnu": "^4.27.3"
"@nx/nx-linux-x64-gnu": "^20.1.4",
"@rollup/rollup-linux-x64-gnu": "^4.27.4"
},
"private": true,
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/auth-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/auth-adapter",
"version": "9.4.4",
"version": "9.4.5",
"description": "Auth adapter for Web3auth",
"keywords": [
"web3Auth/auth-adapter",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@web3auth/auth": "^9.5.3",
"@web3auth/base": "^9.4.4",
"@web3auth/base-provider": "^9.4.4",
"@web3auth/base": "^9.4.5",
"@web3auth/base-provider": "^9.4.5",
"deepmerge": "^4.3.1"
},
"lint-staged": {
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/base-evm-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/base-evm-adapter",
"version": "9.4.4",
"version": "9.4.5",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"sideEffects": false,
Expand All @@ -20,8 +20,8 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^6.3.1",
"@web3auth/base": "^9.4.4"
"@toruslabs/base-controllers": "^6.3.2",
"@web3auth/base": "^9.4.5"
},
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/base-solana-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/base-solana-adapter",
"version": "9.4.4",
"version": "9.4.5",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"sideEffects": false,
Expand All @@ -20,8 +20,8 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^6.3.1",
"@web3auth/base": "^9.4.4",
"@toruslabs/base-controllers": "^6.3.2",
"@web3auth/base": "^9.4.5",
"bs58": "^5.0.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/coinbase-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/coinbase-adapter",
"version": "9.4.4",
"version": "9.4.5",
"description": "coinbase adapter for web3auth",
"keywords": [
"web3Auth/coinbase-adapter",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@coinbase/wallet-sdk": "^4.x"
},
"dependencies": {
"@web3auth/base": "^9.4.4",
"@web3auth/base-evm-adapter": "^9.4.4"
"@web3auth/base": "^9.4.5",
"@web3auth/base-evm-adapter": "^9.4.5"
},
"devDependencies": {
"@coinbase/wallet-sdk": "^4.2.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/adapters/default-evm-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/default-evm-adapter",
"version": "9.4.4",
"version": "9.4.5",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"sideEffects": false,
Expand All @@ -20,9 +20,9 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@web3auth/base": "^9.4.4",
"@web3auth/base-evm-adapter": "^9.4.4",
"@web3auth/wallet-connect-v2-adapter": "^9.4.4",
"@web3auth/base": "^9.4.5",
"@web3auth/base-evm-adapter": "^9.4.5",
"@web3auth/wallet-connect-v2-adapter": "^9.4.5",
"mipd": "^0.0.7"
},
"files": [
Expand Down
10 changes: 5 additions & 5 deletions packages/adapters/default-solana-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/default-solana-adapter",
"version": "9.4.4",
"version": "9.4.5",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"sideEffects": false,
Expand All @@ -26,10 +26,10 @@
"@wallet-standard/base": "^1.1.0",
"@wallet-standard/features": "^1.1.0",
"@web3auth/auth": "^9.5.3",
"@web3auth/base": "^9.4.4",
"@web3auth/base-solana-adapter": "^9.4.4",
"@web3auth/solana-provider": "^9.4.4",
"@web3auth/wallet-connect-v2-adapter": "^9.4.4",
"@web3auth/base": "^9.4.5",
"@web3auth/base-solana-adapter": "^9.4.5",
"@web3auth/solana-provider": "^9.4.5",
"@web3auth/wallet-connect-v2-adapter": "^9.4.5",
"bn.js": "^5.2.1"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/torus-evm-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/torus-evm-adapter",
"version": "9.4.4",
"version": "9.4.5",
"description": "torus wallet adapter for web3auth",
"keywords": [
"web3Auth/torus-evm-adapter",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@toruslabs/torus-embed": "^5.0.0",
"@web3auth/base": "^9.4.4",
"@web3auth/base-evm-adapter": "^9.4.4"
"@web3auth/base": "^9.4.5",
"@web3auth/base-evm-adapter": "^9.4.5"
},
"lint-staged": {
"!(*d).ts": [
Expand Down
10 changes: 5 additions & 5 deletions packages/adapters/torus-solana-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/torus-solana-adapter",
"version": "9.4.4",
"version": "9.4.5",
"description": "torus solana wallet adapter for web3auth",
"keywords": [
"web3Auth/torus-solana-adapter",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@toruslabs/solana-embed": "^2.1.0",
"@web3auth/base": "^9.4.4",
"@web3auth/base-provider": "^9.4.4",
"@web3auth/base-solana-adapter": "^9.4.4",
"@web3auth/solana-provider": "^9.4.4"
"@web3auth/base": "^9.4.5",
"@web3auth/base-provider": "^9.4.5",
"@web3auth/base-solana-adapter": "^9.4.5",
"@web3auth/solana-provider": "^9.4.5"
},
"lint-staged": {
"!(*d).ts": [
Expand Down
12 changes: 6 additions & 6 deletions packages/adapters/wallet-connect-v2-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/wallet-connect-v2-adapter",
"version": "9.4.4",
"version": "9.4.5",
"description": "wallet connect v2 adapter for web3auth",
"keywords": [
"@web3auth/wallet-connect-v2-adapter",
Expand Down Expand Up @@ -36,15 +36,15 @@
},
"dependencies": {
"@solana/web3.js": "^1.95.5",
"@toruslabs/base-controllers": "^6.3.1",
"@toruslabs/base-controllers": "^6.3.2",
"@walletconnect/sign-client": "^2.17.2",
"@walletconnect/types": "^2.17.2",
"@walletconnect/utils": "^2.17.2",
"@web3auth/auth": "^9.5.3",
"@web3auth/base": "^9.4.4",
"@web3auth/base-provider": "^9.4.4",
"@web3auth/ethereum-provider": "^9.4.4",
"@web3auth/solana-provider": "^9.4.4",
"@web3auth/base": "^9.4.5",
"@web3auth/base-provider": "^9.4.5",
"@web3auth/ethereum-provider": "^9.4.5",
"@web3auth/solana-provider": "^9.4.5",
"bs58": "^5.0.0",
"deepmerge": "^4.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/base",
"version": "9.4.4",
"version": "9.4.5",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"sideEffects": false,
Expand All @@ -20,8 +20,8 @@
"pre-commit": "lint-staged --cwd ."
},
"dependencies": {
"@toruslabs/base-controllers": "^6.3.1",
"@toruslabs/constants": "^14.1.1",
"@toruslabs/base-controllers": "^6.3.2",
"@toruslabs/constants": "^14.2.0",
"@toruslabs/http-helpers": "^7.0.0",
"@web3auth/auth": "^9.5.3",
"jwt-decode": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/composables/modal-vue-composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/modal-vue-composables",
"version": "9.4.4",
"version": "9.4.5",
"description": "Vue composables to simplify integration with web3Auth modal SDK.",
"keywords": [
"web3Auth/modal-vue-composables",
Expand Down Expand Up @@ -29,12 +29,12 @@
"dist"
],
"dependencies": {
"@web3auth/base": "^9.4.4",
"@web3auth/modal": "^9.4.4"
"@web3auth/base": "^9.4.5",
"@web3auth/modal": "^9.4.5"
},
"devDependencies": {
"@web3auth/auth": "^9.5.3",
"@web3auth/auth-adapter": "^9.4.4"
"@web3auth/auth-adapter": "^9.4.5"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/composables/no-modal-vue-composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/no-modal-vue-composables",
"version": "9.4.4",
"version": "9.4.5",
"description": "Vue composables to simplify integration with web3Auth no-modal SDK.",
"keywords": [
"web3Auth/no-modal-vue-composables",
Expand Down Expand Up @@ -29,12 +29,12 @@
"dist"
],
"dependencies": {
"@web3auth/base": "^9.4.4",
"@web3auth/no-modal": "^9.4.4"
"@web3auth/base": "^9.4.5",
"@web3auth/no-modal": "^9.4.5"
},
"devDependencies": {
"@web3auth/auth": "^9.5.3",
"@web3auth/auth-adapter": "^9.4.4"
"@web3auth/auth-adapter": "^9.4.5"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/wallet-services-plugin-vue-composables",
"version": "9.4.4",
"version": "9.4.5",
"description": "Vue composables to simplify integration with web3Auth wallet services plugin SDK.",
"keywords": [
"web3Auth/wallet-services-plugin-vue-composables",
Expand Down Expand Up @@ -29,9 +29,9 @@
"dist"
],
"dependencies": {
"@toruslabs/base-controllers": "^6.3.1",
"@web3auth/base": "^9.4.4",
"@web3auth/wallet-services-plugin": "^9.4.4"
"@toruslabs/base-controllers": "^6.3.2",
"@web3auth/base": "^9.4.5",
"@web3auth/wallet-services-plugin": "^9.4.5"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/hooks/modal-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/modal-react-hooks",
"version": "9.4.4",
"version": "9.4.5",
"description": "React hooks to simplify integration with web3Auth modal SDK.",
"keywords": [
"web3Auth/modal-react-hooks",
Expand Down Expand Up @@ -32,11 +32,11 @@
"dist"
],
"devDependencies": {
"@web3auth/auth-adapter": "^9.4.4"
"@web3auth/auth-adapter": "^9.4.5"
},
"dependencies": {
"@web3auth/base": "^9.4.4",
"@web3auth/modal": "^9.4.4"
"@web3auth/base": "^9.4.5",
"@web3auth/modal": "^9.4.5"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/hooks/no-modal-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/no-modal-react-hooks",
"version": "9.4.4",
"version": "9.4.5",
"description": "React hooks to simplify integration with web3Auth no-modal SDK.",
"keywords": [
"web3Auth/no-modal-react-hooks",
Expand Down Expand Up @@ -32,11 +32,11 @@
"dist"
],
"devDependencies": {
"@web3auth/auth-adapter": "^9.4.4"
"@web3auth/auth-adapter": "^9.4.5"
},
"dependencies": {
"@web3auth/base": "^9.4.4",
"@web3auth/no-modal": "^9.4.4"
"@web3auth/base": "^9.4.5",
"@web3auth/no-modal": "^9.4.5"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/wallet-services-plugin-react-hooks",
"version": "9.4.4",
"version": "9.4.5",
"description": "React hooks to simplify integration with web3Auth wallet-services-plugin SDK.",
"keywords": [
"web3Auth/wallet-services-plugin-react-hooks",
Expand Down Expand Up @@ -32,8 +32,8 @@
"dist"
],
"dependencies": {
"@web3auth/base": "^9.4.4",
"@web3auth/wallet-services-plugin": "^9.4.4"
"@web3auth/base": "^9.4.5",
"@web3auth/wallet-services-plugin": "^9.4.5"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
Loading

0 comments on commit 39c2f36

Please sign in to comment.