@izi-noir/sdk 0.1.4 → 0.1.5

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.
@@ -241,4 +241,3 @@ var SolanaVerifier = class {
241
241
  parsePublicInputs,
242
242
  parseVerifyingKey
243
243
  });
244
- //# sourceMappingURL=solana.cjs.map
@@ -201,4 +201,3 @@ export {
201
201
  parsePublicInputs,
202
202
  parseVerifyingKey
203
203
  };
204
- //# sourceMappingURL=solana.js.map
@@ -472,4 +472,3 @@ async function initSunspotIziNoir(circuitPaths) {
472
472
  initSunspotIziNoir,
473
473
  isSunspotCircuit
474
474
  });
475
- //# sourceMappingURL=sunspot.cjs.map
@@ -440,4 +440,3 @@ export {
440
440
  initSunspotIziNoir,
441
441
  isSunspotCircuit
442
442
  };
443
- //# sourceMappingURL=sunspot.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@izi-noir/sdk",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Write ZK circuits in JavaScript/TypeScript, generate Noir code and proofs automatically",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -35,7 +35,7 @@
35
35
  "LICENSE"
36
36
  ],
37
37
  "scripts": {
38
- "build": "tsup",
38
+ "build": "tsup && find dist -name '*.map' -delete",
39
39
  "dev": "tsup --watch",
40
40
  "test": "tsx test/example.ts",
41
41
  "test:vitest": "vitest run",