Skip to content

Commit

Permalink
don't package src
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
chaitanyapotti committed Apr 11, 2024
1 parent 4784a9e commit b597b16
Show file tree
Hide file tree
Showing 26 changed files with 5,695 additions and 4,045 deletions.
9,629 changes: 5,652 additions & 3,977 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions packages/adapters/base-evm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"@web3auth/base": "^8.0.0"
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x"
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/base-solana-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"bs58": "^5.0.0"
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x"
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/coinbase-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/default-evm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"@web3auth/wallet-connect-v2-adapter": "^8.0.1"
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x"
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/default-solana-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"@web3auth/torus-solana-adapter": "^8.0.1"
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x"
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/metamask-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x"
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/openlogin-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x"
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/phantom-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/slope-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/solflare-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
5 changes: 2 additions & 3 deletions packages/adapters/torus-evm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x"
},
"dependencies": {
"@toruslabs/torus-embed": "^4.1.3",
"@toruslabs/torus-embed": "^5.0.0",
"@web3auth/base": "^8.0.0",
"@web3auth/base-evm-adapter": "^8.0.1"
},
Expand Down
5 changes: 2 additions & 3 deletions packages/adapters/torus-solana-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
"@solana/web3.js": "^1.x"
},
"dependencies": {
"@toruslabs/solana-embed": "^2.0.0",
"@toruslabs/solana-embed": "^2.1.0",
"@web3auth/base": "^8.0.0",
"@web3auth/base-provider": "^8.0.1",
"@web3auth/base-solana-adapter": "^8.0.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapters/wallet-connect-v2-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
5 changes: 2 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@
"@toruslabs/constants": "^13.2.0",
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/openlogin": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@toruslabs/openlogin-utils": "^8.1.0",
"jwt-decode": "^4.0.0",
"loglevel": "^1.9.1",
"ts-custom-error": "^3.3.1"
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x"
Expand Down
3 changes: 1 addition & 2 deletions packages/hooks/modal-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"devDependencies": {
"@web3auth/openlogin-adapter": "^8.0.1"
Expand Down
7 changes: 3 additions & 4 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,17 @@
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/openlogin-utils": "^8.1.0",
"@web3auth/wallet-connect-v2-adapter": "^8.0.1",
"css-loader": "^7.0.0",
"css-loader": "^7.1.0",
"postcss-prefix-selector": "^1.16.0",
"style-loader": "^3.3.4",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1"
},
"engines": {
"node": ">=18.x",
"npm": ">=9.x"
},
"files": [
"dist",
"src"
"dist"
],
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"jsdelivr": "dist/modal.umd.min.js",
Expand Down
5 changes: 2 additions & 3 deletions packages/no-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand All @@ -38,7 +37,7 @@
},
"dependencies": {
"@toruslabs/openlogin": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@toruslabs/openlogin-utils": "^8.1.0",
"@web3auth/base": "^8.0.0",
"@web3auth/base-plugin": "^8.0.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/plugins/base-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"dependencies": {
"@web3auth/base": "^8.0.0"
Expand Down
7 changes: 3 additions & 4 deletions packages/plugins/solana-wallet-connector-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"devDependencies": {
"@metamask/rpc-errors": "^6.2.1"
},
"dependencies": {
"@toruslabs/openlogin-jrpc": "^8.1.0",
"@toruslabs/solana-embed": "^2.0.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@toruslabs/solana-embed": "^2.1.0",
"@web3auth/base": "^8.0.0",
"@web3auth/base-plugin": "^8.0.1",
"@web3auth/no-modal": "^8.0.1",
Expand Down
5 changes: 2 additions & 3 deletions packages/plugins/wallet-services-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@
"pre-commit": "lint-staged --cwd ."
},
"files": [
"dist",
"src"
"dist"
],
"devDependencies": {
"@metamask/rpc-errors": "^6.2.1",
"@web3auth/openlogin-adapter": "^8.0.1"
},
"dependencies": {
"@toruslabs/ethereum-controllers": "^5.5.5",
"@toruslabs/openlogin-jrpc": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.0.0",
"@web3auth/base-plugin": "^8.0.1",
"@web3auth/no-modal": "^8.0.1",
Expand Down
5 changes: 2 additions & 3 deletions packages/providers/base-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.5.5",
"@toruslabs/openlogin-jrpc": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.0.0",
"json-rpc-random-id": "^1.0.1"
},
Expand All @@ -32,8 +32,7 @@
"@babel/runtime": "7.x"
},
"files": [
"dist",
"src"
"dist"
],
"lint-staged": {
"!(*d).ts": [
Expand Down
5 changes: 2 additions & 3 deletions packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.5.5",
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/openlogin-jrpc": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@walletconnect/utils": "^2.12.1",
"@web3auth/base": "^8.0.0",
"@web3auth/base-provider": "^8.0.1",
Expand All @@ -44,8 +44,7 @@
"@babel/runtime": "7.x"
},
"files": [
"dist",
"src"
"dist"
],
"lint-staged": {
"!(*d).ts": [
Expand Down
5 changes: 2 additions & 3 deletions packages/providers/solana-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.5.5",
"@toruslabs/openlogin-ed25519": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@toruslabs/tweetnacl-js": "^1.0.4",
"@web3auth/base": "^8.0.0",
"@web3auth/base-provider": "^8.0.1",
Expand All @@ -38,8 +38,7 @@
"@types/json-rpc-random-id": "^1.0.3"
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
5 changes: 2 additions & 3 deletions packages/providers/xrpl-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@metamask/rpc-errors": "^6.2.1",
"@toruslabs/base-controllers": "^5.5.5",
"@toruslabs/openlogin-jrpc": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.0.0",
"@web3auth/base-provider": "^8.0.1",
"lodash": "^4.17.21",
Expand All @@ -36,8 +36,7 @@
"xrpl": "^2.x.x"
},
"files": [
"dist",
"src"
"dist"
],
"lint-staged": {
"!(*d).ts": [
Expand Down
13 changes: 6 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"serve:ui": "live-server public/"
},
"files": [
"dist",
"src"
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand All @@ -49,31 +48,31 @@
"@toruslabs/vue-components": "^7.8.1",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^18.2.74",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"autoprefixer": "^10.4.19",
"css-loader": "^7.0.0",
"css-loader": "^7.1.0",
"live-server": "^1.2.2",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"postcss-prefix-selector": "^1.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-postcss": "^4.0.2",
"style-loader": "^3.3.4",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.3",
"url-loader": "^4.1.1"
},
"dependencies": {
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/openlogin": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@toruslabs/openlogin-utils": "^8.1.0",
"@web3auth/base": "^8.0.0",
"bowser": "^2.11.0",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"i18next": "^23.10.1",
"i18next": "^23.11.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"react-i18next": "^14.1.0",
Expand Down

0 comments on commit b597b16

Please sign in to comment.