Skip to content

Commit

Permalink
fix(react): missing dist folder in build
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hm committed Aug 2, 2024
1 parent 3747125 commit b4b6de6
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 21 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-core",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.5",
"version": "0.1.0-rc.6",
"homepage": "https://nillion.pub/client-ts",
"repository": "https://github.com/NillionNetwork/client-ts",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"test:serve": "npx jasmine-browser-runner serve --config=jasmine.config.mjs"
},
"dependencies": {
"@nillion/client-wasm": "0.1.0-rc.5",
"@nillion/client-wasm": "0.1.0-rc.6",
"debug": "^4.3.5",
"effect": "^3.5.5",
"zod": "^3.23.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/client-payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-payments",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.5",
"version": "0.1.0-rc.6",
"homepage": "https://nillion.pub/client-ts",
"repository": "https://github.com/NillionNetwork/client-ts",
"type": "module",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@nillion/client-core": "0.1.0-rc.5",
"@nillion/client-core": "0.1.0-rc.6",
"debug": "^4.3.5",
"effect": "^3.5.5",
"protobufjs": "^7.3.2",
Expand Down
10 changes: 7 additions & 3 deletions packages/client-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-react-hooks",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.5",
"version": "0.1.0-rc.6",
"homepage": "https://nillion.pub/client-ts",
"repository": "https://github.com/NillionNetwork/client-ts",
"type": "module",
Expand All @@ -18,13 +18,17 @@
"build:watch": "node esbuild.config.mjs --watch"
},
"dependencies": {
"@nillion/client-vms": "0.1.0-rc.5",
"@nillion/client-vms": "0.1.0-rc.6",
"@tanstack/react-query": "^5.51.9",
"debug": "^4.3.5",
"react": "^18.3.1"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/react": "^18.3.3"
}
},
"files": [
"dist",
"src"
]
}
6 changes: 3 additions & 3 deletions packages/client-vms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-vms",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.5",
"version": "0.1.0-rc.6",
"homepage": "https://nillion.pub/client-ts",
"repository": "https://github.com/NillionNetwork/client-ts",
"type": "module",
Expand All @@ -22,8 +22,8 @@
"test:serve": "npx jasmine-browser-runner serve --config=jasmine.config.mjs"
},
"dependencies": {
"@nillion/client-core": "0.1.0-rc.5",
"@nillion/client-payments": "0.1.0-rc.5",
"@nillion/client-core": "0.1.0-rc.6",
"@nillion/client-payments": "0.1.0-rc.6",
"debug": "^4.3.5",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/client-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-wasm",
"license": "Apache-2.0",
"author": "[email protected]",
"version": "0.1.0-rc.5",
"version": "0.1.0-rc.6",
"homepage": "https://nillion.pub/client-ts",
"repository": "https://github.com/NillionNetwork/client-ts",
"type": "module",
Expand Down

0 comments on commit b4b6de6

Please sign in to comment.