@aztec/builder 0.82.2 → 0.82.3-nightly.20250403

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.
@@ -1 +1 @@
1
- {"version":3,"file":"typescript.d.ts","sourceRoot":"","sources":["../../src/contract-interface-gen/typescript.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,gBAAgB,EAUtB,MAAM,mBAAmB,CAAC;AAgS3B;;;;;GAKG;AACH,wBAAsB,mCAAmC,CAAC,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,CAAC,EAAE,MAAM,mBA+E7G"}
1
+ {"version":3,"file":"typescript.d.ts","sourceRoot":"","sources":["../../src/contract-interface-gen/typescript.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,gBAAgB,EAUtB,MAAM,mBAAmB,CAAC;AAgS3B;;;;;GAKG;AACH,wBAAsB,mCAAmC,CAAC,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,CAAC,EAAE,MAAM,mBA8E7G"}
@@ -281,7 +281,6 @@ import {
281
281
  type FieldLike,
282
282
  Fr,
283
283
  type FunctionSelectorLike,
284
- L1EventPayload,
285
284
  loadContractArtifact,
286
285
  loadContractArtifactForPublic,
287
286
  type NoirCompiledContract,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/builder",
3
- "version": "0.82.2",
3
+ "version": "0.82.3-nightly.20250403",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -67,8 +67,8 @@
67
67
  ]
68
68
  },
69
69
  "dependencies": {
70
- "@aztec/foundation": "0.82.2",
71
- "@aztec/stdlib": "0.82.2",
70
+ "@aztec/foundation": "0.82.3-nightly.20250403",
71
+ "@aztec/stdlib": "0.82.3-nightly.20250403",
72
72
  "commander": "^12.1.0"
73
73
  },
74
74
  "devDependencies": {
@@ -344,7 +344,6 @@ import {
344
344
  type FieldLike,
345
345
  Fr,
346
346
  type FunctionSelectorLike,
347
- L1EventPayload,
348
347
  loadContractArtifact,
349
348
  loadContractArtifactForPublic,
350
349
  type NoirCompiledContract,