@aztec/aztec 2.1.7-rc.3 → 2.1.7-rc.4

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 +33 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "2.1.7-rc.3",
3
+ "version": "2.1.7-rc.4",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -28,44 +28,44 @@
28
28
  "../package.common.json"
29
29
  ],
30
30
  "dependencies": {
31
- "@aztec/accounts": "2.1.7-rc.3",
32
- "@aztec/archiver": "2.1.7-rc.3",
33
- "@aztec/aztec-faucet": "2.1.7-rc.3",
34
- "@aztec/aztec-node": "2.1.7-rc.3",
35
- "@aztec/aztec.js": "2.1.7-rc.3",
36
- "@aztec/bb-prover": "2.1.7-rc.3",
37
- "@aztec/bb.js": "2.1.7-rc.3",
38
- "@aztec/blob-sink": "2.1.7-rc.3",
39
- "@aztec/bot": "2.1.7-rc.3",
40
- "@aztec/builder": "2.1.7-rc.3",
41
- "@aztec/cli": "2.1.7-rc.3",
42
- "@aztec/cli-wallet": "2.1.7-rc.3",
43
- "@aztec/constants": "2.1.7-rc.3",
44
- "@aztec/entrypoints": "2.1.7-rc.3",
45
- "@aztec/ethereum": "2.1.7-rc.3",
46
- "@aztec/foundation": "2.1.7-rc.3",
47
- "@aztec/kv-store": "2.1.7-rc.3",
48
- "@aztec/l1-artifacts": "2.1.7-rc.3",
49
- "@aztec/node-lib": "2.1.7-rc.3",
50
- "@aztec/noir-contracts.js": "2.1.7-rc.3",
51
- "@aztec/noir-protocol-circuits-types": "2.1.7-rc.3",
52
- "@aztec/p2p": "2.1.7-rc.3",
53
- "@aztec/p2p-bootstrap": "2.1.7-rc.3",
54
- "@aztec/protocol-contracts": "2.1.7-rc.3",
55
- "@aztec/prover-client": "2.1.7-rc.3",
56
- "@aztec/prover-node": "2.1.7-rc.3",
57
- "@aztec/pxe": "2.1.7-rc.3",
58
- "@aztec/stdlib": "2.1.7-rc.3",
59
- "@aztec/telemetry-client": "2.1.7-rc.3",
60
- "@aztec/txe": "2.1.7-rc.3",
61
- "@aztec/world-state": "2.1.7-rc.3",
31
+ "@aztec/accounts": "2.1.7-rc.4",
32
+ "@aztec/archiver": "2.1.7-rc.4",
33
+ "@aztec/aztec-faucet": "2.1.7-rc.4",
34
+ "@aztec/aztec-node": "2.1.7-rc.4",
35
+ "@aztec/aztec.js": "2.1.7-rc.4",
36
+ "@aztec/bb-prover": "2.1.7-rc.4",
37
+ "@aztec/bb.js": "2.1.7-rc.4",
38
+ "@aztec/blob-sink": "2.1.7-rc.4",
39
+ "@aztec/bot": "2.1.7-rc.4",
40
+ "@aztec/builder": "2.1.7-rc.4",
41
+ "@aztec/cli": "2.1.7-rc.4",
42
+ "@aztec/cli-wallet": "2.1.7-rc.4",
43
+ "@aztec/constants": "2.1.7-rc.4",
44
+ "@aztec/entrypoints": "2.1.7-rc.4",
45
+ "@aztec/ethereum": "2.1.7-rc.4",
46
+ "@aztec/foundation": "2.1.7-rc.4",
47
+ "@aztec/kv-store": "2.1.7-rc.4",
48
+ "@aztec/l1-artifacts": "2.1.7-rc.4",
49
+ "@aztec/node-lib": "2.1.7-rc.4",
50
+ "@aztec/noir-contracts.js": "2.1.7-rc.4",
51
+ "@aztec/noir-protocol-circuits-types": "2.1.7-rc.4",
52
+ "@aztec/p2p": "2.1.7-rc.4",
53
+ "@aztec/p2p-bootstrap": "2.1.7-rc.4",
54
+ "@aztec/protocol-contracts": "2.1.7-rc.4",
55
+ "@aztec/prover-client": "2.1.7-rc.4",
56
+ "@aztec/prover-node": "2.1.7-rc.4",
57
+ "@aztec/pxe": "2.1.7-rc.4",
58
+ "@aztec/stdlib": "2.1.7-rc.4",
59
+ "@aztec/telemetry-client": "2.1.7-rc.4",
60
+ "@aztec/txe": "2.1.7-rc.4",
61
+ "@aztec/world-state": "2.1.7-rc.4",
62
62
  "@types/chalk": "^2.2.0",
63
63
  "abitype": "^0.8.11",
64
64
  "chalk": "^5.3.0",
65
65
  "commander": "^12.1.0",
66
66
  "koa": "^2.16.1",
67
67
  "koa-router": "^13.1.1",
68
- "viem": "npm:@spalladino/viem@2.38.2-eip7594.2"
68
+ "viem": "npm:@aztec/viem@2.38.2"
69
69
  },
70
70
  "files": [
71
71
  "dest",