@aztec/aztec-node 6.0.0-nightly.20260823 → 6.0.0-nightly.20260824
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.
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/aztec-node",
|
|
3
|
-
"version": "6.0.0-nightly.
|
|
3
|
+
"version": "6.0.0-nightly.20260824",
|
|
4
4
|
"main": "dest/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -65,38 +65,38 @@
|
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@aztec/archiver": "6.0.0-nightly.
|
|
69
|
-
"@aztec/bb-prover": "6.0.0-nightly.
|
|
68
|
+
"@aztec/archiver": "6.0.0-nightly.20260824",
|
|
69
|
+
"@aztec/bb-prover": "6.0.0-nightly.20260824",
|
|
70
70
|
"@aztec/bb.js": "6.0.0-nightly.20260819",
|
|
71
|
-
"@aztec/blob-client": "6.0.0-nightly.
|
|
72
|
-
"@aztec/blob-lib": "6.0.0-nightly.
|
|
73
|
-
"@aztec/constants": "6.0.0-nightly.
|
|
74
|
-
"@aztec/epoch-cache": "6.0.0-nightly.
|
|
75
|
-
"@aztec/ethereum": "6.0.0-nightly.
|
|
76
|
-
"@aztec/foundation": "6.0.0-nightly.
|
|
77
|
-
"@aztec/kv-store": "6.0.0-nightly.
|
|
78
|
-
"@aztec/node-keystore": "6.0.0-nightly.
|
|
79
|
-
"@aztec/node-lib": "6.0.0-nightly.
|
|
80
|
-
"@aztec/p2p": "6.0.0-nightly.
|
|
81
|
-
"@aztec/protocol-contracts": "6.0.0-nightly.
|
|
82
|
-
"@aztec/prover-client": "6.0.0-nightly.
|
|
83
|
-
"@aztec/prover-node": "6.0.0-nightly.
|
|
84
|
-
"@aztec/sequencer-client": "6.0.0-nightly.
|
|
85
|
-
"@aztec/simulator": "6.0.0-nightly.
|
|
86
|
-
"@aztec/slasher": "6.0.0-nightly.
|
|
87
|
-
"@aztec/standard-contracts": "6.0.0-nightly.
|
|
88
|
-
"@aztec/stdlib": "6.0.0-nightly.
|
|
89
|
-
"@aztec/telemetry-client": "6.0.0-nightly.
|
|
90
|
-
"@aztec/validator-client": "6.0.0-nightly.
|
|
91
|
-
"@aztec/validator-ha-signer": "6.0.0-nightly.
|
|
92
|
-
"@aztec/world-state": "6.0.0-nightly.
|
|
71
|
+
"@aztec/blob-client": "6.0.0-nightly.20260824",
|
|
72
|
+
"@aztec/blob-lib": "6.0.0-nightly.20260824",
|
|
73
|
+
"@aztec/constants": "6.0.0-nightly.20260824",
|
|
74
|
+
"@aztec/epoch-cache": "6.0.0-nightly.20260824",
|
|
75
|
+
"@aztec/ethereum": "6.0.0-nightly.20260824",
|
|
76
|
+
"@aztec/foundation": "6.0.0-nightly.20260824",
|
|
77
|
+
"@aztec/kv-store": "6.0.0-nightly.20260824",
|
|
78
|
+
"@aztec/node-keystore": "6.0.0-nightly.20260824",
|
|
79
|
+
"@aztec/node-lib": "6.0.0-nightly.20260824",
|
|
80
|
+
"@aztec/p2p": "6.0.0-nightly.20260824",
|
|
81
|
+
"@aztec/protocol-contracts": "6.0.0-nightly.20260824",
|
|
82
|
+
"@aztec/prover-client": "6.0.0-nightly.20260824",
|
|
83
|
+
"@aztec/prover-node": "6.0.0-nightly.20260824",
|
|
84
|
+
"@aztec/sequencer-client": "6.0.0-nightly.20260824",
|
|
85
|
+
"@aztec/simulator": "6.0.0-nightly.20260824",
|
|
86
|
+
"@aztec/slasher": "6.0.0-nightly.20260824",
|
|
87
|
+
"@aztec/standard-contracts": "6.0.0-nightly.20260824",
|
|
88
|
+
"@aztec/stdlib": "6.0.0-nightly.20260824",
|
|
89
|
+
"@aztec/telemetry-client": "6.0.0-nightly.20260824",
|
|
90
|
+
"@aztec/validator-client": "6.0.0-nightly.20260824",
|
|
91
|
+
"@aztec/validator-ha-signer": "6.0.0-nightly.20260824",
|
|
92
|
+
"@aztec/world-state": "6.0.0-nightly.20260824",
|
|
93
93
|
"koa": "^2.16.1",
|
|
94
94
|
"koa-router": "^13.1.1",
|
|
95
95
|
"tslib": "^2.4.0",
|
|
96
96
|
"viem": "npm:@aztec/viem@2.38.2"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@aztec/noir-protocol-circuits-types": "6.0.0-nightly.
|
|
99
|
+
"@aztec/noir-protocol-circuits-types": "6.0.0-nightly.20260824",
|
|
100
100
|
"@jest/globals": "^30.0.0",
|
|
101
101
|
"@types/jest": "^30.0.0",
|
|
102
102
|
"@types/node": "^22.15.17",
|