@aztec/aztec 2.1.4-rc.1 → 2.1.4-rc.2

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.4-rc.1",
3
+ "version": "2.1.4-rc.2",
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.4-rc.1",
32
- "@aztec/archiver": "2.1.4-rc.1",
33
- "@aztec/aztec-faucet": "2.1.4-rc.1",
34
- "@aztec/aztec-node": "2.1.4-rc.1",
35
- "@aztec/aztec.js": "2.1.4-rc.1",
36
- "@aztec/bb-prover": "2.1.4-rc.1",
37
- "@aztec/bb.js": "2.1.4-rc.1",
38
- "@aztec/blob-sink": "2.1.4-rc.1",
39
- "@aztec/bot": "2.1.4-rc.1",
40
- "@aztec/builder": "2.1.4-rc.1",
41
- "@aztec/cli": "2.1.4-rc.1",
42
- "@aztec/cli-wallet": "2.1.4-rc.1",
43
- "@aztec/constants": "2.1.4-rc.1",
44
- "@aztec/entrypoints": "2.1.4-rc.1",
45
- "@aztec/ethereum": "2.1.4-rc.1",
46
- "@aztec/foundation": "2.1.4-rc.1",
47
- "@aztec/kv-store": "2.1.4-rc.1",
48
- "@aztec/l1-artifacts": "2.1.4-rc.1",
49
- "@aztec/node-lib": "2.1.4-rc.1",
50
- "@aztec/noir-contracts.js": "2.1.4-rc.1",
51
- "@aztec/noir-protocol-circuits-types": "2.1.4-rc.1",
52
- "@aztec/p2p": "2.1.4-rc.1",
53
- "@aztec/p2p-bootstrap": "2.1.4-rc.1",
54
- "@aztec/protocol-contracts": "2.1.4-rc.1",
55
- "@aztec/prover-client": "2.1.4-rc.1",
56
- "@aztec/prover-node": "2.1.4-rc.1",
57
- "@aztec/pxe": "2.1.4-rc.1",
58
- "@aztec/stdlib": "2.1.4-rc.1",
59
- "@aztec/telemetry-client": "2.1.4-rc.1",
60
- "@aztec/txe": "2.1.4-rc.1",
61
- "@aztec/world-state": "2.1.4-rc.1",
31
+ "@aztec/accounts": "2.1.4-rc.2",
32
+ "@aztec/archiver": "2.1.4-rc.2",
33
+ "@aztec/aztec-faucet": "2.1.4-rc.2",
34
+ "@aztec/aztec-node": "2.1.4-rc.2",
35
+ "@aztec/aztec.js": "2.1.4-rc.2",
36
+ "@aztec/bb-prover": "2.1.4-rc.2",
37
+ "@aztec/bb.js": "2.1.4-rc.2",
38
+ "@aztec/blob-sink": "2.1.4-rc.2",
39
+ "@aztec/bot": "2.1.4-rc.2",
40
+ "@aztec/builder": "2.1.4-rc.2",
41
+ "@aztec/cli": "2.1.4-rc.2",
42
+ "@aztec/cli-wallet": "2.1.4-rc.2",
43
+ "@aztec/constants": "2.1.4-rc.2",
44
+ "@aztec/entrypoints": "2.1.4-rc.2",
45
+ "@aztec/ethereum": "2.1.4-rc.2",
46
+ "@aztec/foundation": "2.1.4-rc.2",
47
+ "@aztec/kv-store": "2.1.4-rc.2",
48
+ "@aztec/l1-artifacts": "2.1.4-rc.2",
49
+ "@aztec/node-lib": "2.1.4-rc.2",
50
+ "@aztec/noir-contracts.js": "2.1.4-rc.2",
51
+ "@aztec/noir-protocol-circuits-types": "2.1.4-rc.2",
52
+ "@aztec/p2p": "2.1.4-rc.2",
53
+ "@aztec/p2p-bootstrap": "2.1.4-rc.2",
54
+ "@aztec/protocol-contracts": "2.1.4-rc.2",
55
+ "@aztec/prover-client": "2.1.4-rc.2",
56
+ "@aztec/prover-node": "2.1.4-rc.2",
57
+ "@aztec/pxe": "2.1.4-rc.2",
58
+ "@aztec/stdlib": "2.1.4-rc.2",
59
+ "@aztec/telemetry-client": "2.1.4-rc.2",
60
+ "@aztec/txe": "2.1.4-rc.2",
61
+ "@aztec/world-state": "2.1.4-rc.2",
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.0"
68
+ "viem": "npm:@spalladino/viem@2.38.2-eip7594.1"
69
69
  },
70
70
  "files": [
71
71
  "dest",