@aztec/standard-contracts 5.2.0-nightly.20260817 → 5.2.0

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.
@@ -8773,5 +8773,5 @@
8773
8773
  }
8774
8774
  },
8775
8775
  "transpiled": true,
8776
- "aztec_version": "5.2.0-nightly.20260817"
8776
+ "aztec_version": "5.2.0"
8777
8777
  }
@@ -13258,5 +13258,5 @@
13258
13258
  }
13259
13259
  },
13260
13260
  "transpiled": true,
13261
- "aztec_version": "5.2.0-nightly.20260817"
13261
+ "aztec_version": "5.2.0"
13262
13262
  }
@@ -6719,5 +6719,5 @@
6719
6719
  }
6720
6720
  },
6721
6721
  "transpiled": true,
6722
- "aztec_version": "5.2.0-nightly.20260817"
6722
+ "aztec_version": "5.2.0"
6723
6723
  }
@@ -5085,5 +5085,5 @@
5085
5085
  }
5086
5086
  },
5087
5087
  "transpiled": true,
5088
- "aztec_version": "5.2.0-nightly.20260817"
5088
+ "aztec_version": "5.2.0"
5089
5089
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aztec/standard-contracts",
3
3
  "homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/standard-contracts",
4
4
  "description": "Standard non-protocol contracts for the Aztec Network",
5
- "version": "5.2.0-nightly.20260817",
5
+ "version": "5.2.0",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": "./dest/index.js",
@@ -74,8 +74,8 @@
74
74
  ]
75
75
  },
76
76
  "dependencies": {
77
- "@aztec/foundation": "5.2.0-nightly.20260817",
78
- "@aztec/stdlib": "5.2.0-nightly.20260817",
77
+ "@aztec/foundation": "5.2.0",
78
+ "@aztec/stdlib": "5.2.0",
79
79
  "tslib": "^2.4.0"
80
80
  },
81
81
  "devDependencies": {