@aztec/protocol-contracts 5.2.0-nightly.20260727 → 5.2.0-nightly.20260728

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": "5.2.0-nightly.20260727"
4181
+ "aztec_version": "5.2.0-nightly.20260728"
4182
4182
  }
@@ -5524,5 +5524,5 @@
5524
5524
  }
5525
5525
  },
5526
5526
  "transpiled": true,
5527
- "aztec_version": "5.2.0-nightly.20260727"
5527
+ "aztec_version": "5.2.0-nightly.20260728"
5528
5528
  }
@@ -7229,5 +7229,5 @@
7229
7229
  }
7230
7230
  },
7231
7231
  "transpiled": true,
7232
- "aztec_version": "5.2.0-nightly.20260727"
7232
+ "aztec_version": "5.2.0-nightly.20260728"
7233
7233
  }
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.20260727",
5
+ "version": "5.2.0-nightly.20260728",
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.20260727",
77
- "@aztec/foundation": "5.2.0-nightly.20260727",
78
- "@aztec/stdlib": "5.2.0-nightly.20260727",
76
+ "@aztec/constants": "5.2.0-nightly.20260728",
77
+ "@aztec/foundation": "5.2.0-nightly.20260728",
78
+ "@aztec/stdlib": "5.2.0-nightly.20260728",
79
79
  "lodash.chunk": "^4.2.0",
80
80
  "lodash.omit": "^4.5.0",
81
81
  "tslib": "^2.4.0"