create-izi-noir 0.1.2 → 0.1.3

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
@@ -177,7 +177,7 @@ function generatePackageJson(options) {
177
177
  prepublishOnly: "npm run build"
178
178
  },
179
179
  dependencies: {
180
- "@izi-noir/sdk": "^0.1.0"
180
+ "@izi-noir/sdk": "^0.1.2"
181
181
  },
182
182
  devDependencies: {
183
183
  "@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.2",
3
+ "version": "0.1.3",
4
4
  "description": "CLI to scaffold IZI-NOIR ZK projects",
5
5
  "type": "module",
6
6
  "bin": {