@aztec/protocol-contracts 5.2.0-nightly.20260730 → 5.2.0-nightly.20260801

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.
@@ -4198,5 +4198,5 @@
4198
4198
  }
4199
4199
  },
4200
4200
  "transpiled": true,
4201
- "aztec_version": "5.2.0-nightly.20260730"
4201
+ "aztec_version": "5.2.0-nightly.20260801"
4202
4202
  }
@@ -5536,5 +5536,5 @@
5536
5536
  }
5537
5537
  },
5538
5538
  "transpiled": true,
5539
- "aztec_version": "5.2.0-nightly.20260730"
5539
+ "aztec_version": "5.2.0-nightly.20260801"
5540
5540
  }
@@ -7332,5 +7332,5 @@
7332
7332
  }
7333
7333
  },
7334
7334
  "transpiled": true,
7335
- "aztec_version": "5.2.0-nightly.20260730"
7335
+ "aztec_version": "5.2.0-nightly.20260801"
7336
7336
  }
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.2.0-nightly.20260730",
5
+ "version": "5.2.0-nightly.20260801",
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.2.0-nightly.20260730",
77
- "@aztec/foundation": "5.2.0-nightly.20260730",
78
- "@aztec/stdlib": "5.2.0-nightly.20260730",
76
+ "@aztec/constants": "5.2.0-nightly.20260801",
77
+ "@aztec/foundation": "5.2.0-nightly.20260801",
78
+ "@aztec/stdlib": "5.2.0-nightly.20260801",
79
79
  "lodash.chunk": "^4.2.0",
80
80
  "lodash.omit": "^4.5.0",
81
81
  "tslib": "^2.4.0"