@inco/js 0.2.8 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inco/js",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "repository": "https://github.com/Inco-fhevm/inco-monorepo",
5
5
  "scripts": {
6
6
  "test": "bun run lint && bun run test:tsc && bun run test:unit",
@@ -18,7 +18,7 @@
18
18
  "generate:abis": "wagmi generate",
19
19
  "generate:local": "bun generate.ts",
20
20
  "generate": "bun generate:protos && bun generate:abis && bun generate:local",
21
- "publish:npm": "bun run build && bun publish"
21
+ "publish:npm": "bun publish"
22
22
  },
23
23
  "publishConfig": {
24
24
  "access": "public",