create-izi-noir 0.1.2 → 0.1.4
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.
- package/dist/index.js +3 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -170,14 +170,13 @@ function generatePackageJson(options) {
|
|
|
170
170
|
},
|
|
171
171
|
files: ["dist", "circuits", "generated"],
|
|
172
172
|
scripts: {
|
|
173
|
-
build: "
|
|
174
|
-
"build:circuits": "izi-noir build",
|
|
175
|
-
dev: "izi-noir build --watch",
|
|
173
|
+
build: "tsc",
|
|
176
174
|
test: "tsx scripts/test-proof.ts",
|
|
175
|
+
"test:watch": "tsx watch scripts/test-proof.ts",
|
|
177
176
|
prepublishOnly: "npm run build"
|
|
178
177
|
},
|
|
179
178
|
dependencies: {
|
|
180
|
-
"@izi-noir/sdk": "^0.1.
|
|
179
|
+
"@izi-noir/sdk": "^0.1.2"
|
|
181
180
|
},
|
|
182
181
|
devDependencies: {
|
|
183
182
|
"@types/node": "^22.0.0",
|