@aztec/foundation 2.1.0-rc.13 → 2.1.0-rc.16

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/foundation",
3
- "version": "2.1.0-rc.13",
3
+ "version": "2.1.0-rc.16",
4
4
  "type": "module",
5
5
  "main": "./dest/index.js",
6
6
  "types": "./dest/index.d.ts",
@@ -102,7 +102,7 @@
102
102
  "testEnvironment": "../../foundation/src/jest/env.mjs"
103
103
  },
104
104
  "dependencies": {
105
- "@aztec/bb.js": "2.1.0-rc.13",
105
+ "@aztec/bb.js": "2.1.0-rc.16",
106
106
  "@koa/cors": "^5.0.0",
107
107
  "@noble/curves": "=1.7.0",
108
108
  "bn.js": "^5.2.1",
@@ -126,7 +126,6 @@
126
126
  "devDependencies": {
127
127
  "@jest/globals": "^30.0.0",
128
128
  "@libp2p/interface": "1.3.1",
129
- "@spalladino/viem": "2.38.2-eip7594.0",
130
129
  "@types/detect-node": "^2.0.0",
131
130
  "@types/jest": "^30.0.0",
132
131
  "@types/koa": "^2.15.0",
@@ -153,7 +152,8 @@
153
152
  "supertest": "^6.3.3",
154
153
  "ts-node": "^10.9.1",
155
154
  "typescript": "^5.3.3",
156
- "typescript-eslint": "^8.32.1"
155
+ "typescript-eslint": "^8.32.1",
156
+ "viem": "npm:@spalladino/viem@2.38.2-eip7594.0"
157
157
  },
158
158
  "files": [
159
159
  "dest",