@aztec/protocol-contracts 6.0.0-nightly.20260721 → 6.0.0-nightly.20260723

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.
@@ -4178,5 +4178,5 @@
4178
4178
  }
4179
4179
  },
4180
4180
  "transpiled": true,
4181
- "aztec_version": "6.0.0-nightly.20260721"
4181
+ "aztec_version": "6.0.0-nightly.20260723"
4182
4182
  }
@@ -5524,5 +5524,5 @@
5524
5524
  }
5525
5525
  },
5526
5526
  "transpiled": true,
5527
- "aztec_version": "6.0.0-nightly.20260721"
5527
+ "aztec_version": "6.0.0-nightly.20260723"
5528
5528
  }
@@ -7245,5 +7245,5 @@
7245
7245
  }
7246
7246
  },
7247
7247
  "transpiled": true,
7248
- "aztec_version": "6.0.0-nightly.20260721"
7248
+ "aztec_version": "6.0.0-nightly.20260723"
7249
7249
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aztec/protocol-contracts",
3
3
  "homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/protocol-contracts",
4
4
  "description": "Canonical Noir contracts for the Aztec Network",
5
- "version": "6.0.0-nightly.20260721",
5
+ "version": "6.0.0-nightly.20260723",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": "./dest/index.js",
@@ -73,9 +73,9 @@
73
73
  ]
74
74
  },
75
75
  "dependencies": {
76
- "@aztec/constants": "6.0.0-nightly.20260721",
77
- "@aztec/foundation": "6.0.0-nightly.20260721",
78
- "@aztec/stdlib": "6.0.0-nightly.20260721",
76
+ "@aztec/constants": "6.0.0-nightly.20260723",
77
+ "@aztec/foundation": "6.0.0-nightly.20260723",
78
+ "@aztec/stdlib": "6.0.0-nightly.20260723",
79
79
  "lodash.chunk": "^4.2.0",
80
80
  "lodash.omit": "^4.5.0",
81
81
  "tslib": "^2.4.0"