@aztec/standard-contracts 5.0.0-nightly.20260614 → 5.0.0-rc.1

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.
@@ -8086,5 +8086,5 @@
8086
8086
  }
8087
8087
  },
8088
8088
  "transpiled": true,
8089
- "aztec_version": "5.0.0-nightly.20260614"
8089
+ "aztec_version": "5.0.0-rc.1"
8090
8090
  }
@@ -10657,5 +10657,5 @@
10657
10657
  }
10658
10658
  },
10659
10659
  "transpiled": true,
10660
- "aztec_version": "5.0.0-nightly.20260614"
10660
+ "aztec_version": "5.0.0-rc.1"
10661
10661
  }
@@ -6158,5 +6158,5 @@
6158
6158
  }
6159
6159
  },
6160
6160
  "transpiled": true,
6161
- "aztec_version": "5.0.0-nightly.20260614"
6161
+ "aztec_version": "5.0.0-rc.1"
6162
6162
  }
@@ -4458,5 +4458,5 @@
4458
4458
  }
4459
4459
  },
4460
4460
  "transpiled": true,
4461
- "aztec_version": "5.0.0-nightly.20260614"
4461
+ "aztec_version": "5.0.0-rc.1"
4462
4462
  }
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.0.0-nightly.20260614",
5
+ "version": "5.0.0-rc.1",
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.0.0-nightly.20260614",
78
- "@aztec/stdlib": "5.0.0-nightly.20260614",
77
+ "@aztec/foundation": "5.0.0-rc.1",
78
+ "@aztec/stdlib": "5.0.0-rc.1",
79
79
  "tslib": "^2.4.0"
80
80
  },
81
81
  "devDependencies": {