@aztec/foundation 5.0.0-nightly.20260521 → 5.0.0-nightly.20260522

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.
@@ -233,7 +233,7 @@ import { Fr } from '../bn254/field.js';
233
233
  is_infinite: this.isInfinite
234
234
  };
235
235
  /* eslint-enable camelcase */ }
236
- // Used for IvpkM, OvpkM, NpkM and TpkM. TODO(#8124): Consider removing this method.
236
+ // Used for IvpkM. TODO(#8124): Consider removing this method.
237
237
  toWrappedNoirStruct() {
238
238
  return {
239
239
  inner: this.toNoirStruct()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/foundation",
3
- "version": "5.0.0-nightly.20260521",
3
+ "version": "5.0.0-nightly.20260522",
4
4
  "type": "module",
5
5
  "main": "./dest/index.js",
6
6
  "types": "./dest/index.d.ts",
@@ -145,7 +145,7 @@
145
145
  "testEnvironment": "../../foundation/src/jest/env.mjs"
146
146
  },
147
147
  "dependencies": {
148
- "@aztec/bb.js": "5.0.0-nightly.20260521",
148
+ "@aztec/bb.js": "5.0.0-nightly.20260522",
149
149
  "@koa/cors": "^5.0.0",
150
150
  "@noble/curves": "=1.7.0",
151
151
  "@noble/hashes": "^1.6.1",
@@ -266,7 +266,7 @@ export class Point {
266
266
  /* eslint-enable camelcase */
267
267
  }
268
268
 
269
- // Used for IvpkM, OvpkM, NpkM and TpkM. TODO(#8124): Consider removing this method.
269
+ // Used for IvpkM. TODO(#8124): Consider removing this method.
270
270
  toWrappedNoirStruct() {
271
271
  return { inner: this.toNoirStruct() };
272
272
  }