@aztec/protocol-contracts 5.0.0-nightly.20260613 → 5.0.0-nightly.20260614

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.
@@ -4150,5 +4150,5 @@
4150
4150
  }
4151
4151
  },
4152
4152
  "transpiled": true,
4153
- "aztec_version": "5.0.0-nightly.20260613"
4153
+ "aztec_version": "5.0.0-nightly.20260614"
4154
4154
  }
@@ -5500,5 +5500,5 @@
5500
5500
  }
5501
5501
  },
5502
5502
  "transpiled": true,
5503
- "aztec_version": "5.0.0-nightly.20260613"
5503
+ "aztec_version": "5.0.0-nightly.20260614"
5504
5504
  }
@@ -7185,5 +7185,5 @@
7185
7185
  }
7186
7186
  },
7187
7187
  "transpiled": true,
7188
- "aztec_version": "5.0.0-nightly.20260613"
7188
+ "aztec_version": "5.0.0-nightly.20260614"
7189
7189
  }
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": "5.0.0-nightly.20260613",
5
+ "version": "5.0.0-nightly.20260614",
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": "5.0.0-nightly.20260613",
77
- "@aztec/foundation": "5.0.0-nightly.20260613",
78
- "@aztec/stdlib": "5.0.0-nightly.20260613",
76
+ "@aztec/constants": "5.0.0-nightly.20260614",
77
+ "@aztec/foundation": "5.0.0-nightly.20260614",
78
+ "@aztec/stdlib": "5.0.0-nightly.20260614",
79
79
  "lodash.chunk": "^4.2.0",
80
80
  "lodash.omit": "^4.5.0",
81
81
  "tslib": "^2.4.0"