create-izi-noir 0.1.8 → 0.1.9

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -180,7 +180,7 @@ function generatePackageJson(options) {
180
180
  prepublishOnly: "npm run build"
181
181
  },
182
182
  dependencies: {
183
- "@izi-noir/sdk": "^0.1.2"
183
+ "@izi-noir/sdk": "^0.1.3"
184
184
  },
185
185
  devDependencies: {
186
186
  "@types/node": "^22.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-izi-noir",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "CLI to scaffold IZI-NOIR ZK projects",
5
5
  "type": "module",
6
6
  "bin": {