@aztec/aztec-node 3.0.0-nightly.20251204 → 3.0.0-nightly.20251205
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": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.20251205",
|
|
4
4
|
"main": "dest/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"scripts": {
|
|
21
21
|
"start": "node --no-warnings ./dest/bin",
|
|
22
22
|
"start:debug": "node --no-warnings --inspect ./dest/bin",
|
|
23
|
-
"build": "yarn clean &&
|
|
24
|
-
"build:dev": "
|
|
23
|
+
"build": "yarn clean && ../scripts/tsc.sh",
|
|
24
|
+
"build:dev": "../scripts/tsc.sh --watch",
|
|
25
25
|
"clean": "rm -rf ./dest .tsbuildinfo",
|
|
26
26
|
"test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --maxWorkers=${JEST_MAX_WORKERS:-8}"
|
|
27
27
|
},
|
|
@@ -66,29 +66,29 @@
|
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@aztec/archiver": "3.0.0-nightly.
|
|
70
|
-
"@aztec/bb-prover": "3.0.0-nightly.
|
|
71
|
-
"@aztec/blob-sink": "3.0.0-nightly.
|
|
72
|
-
"@aztec/constants": "3.0.0-nightly.
|
|
73
|
-
"@aztec/epoch-cache": "3.0.0-nightly.
|
|
74
|
-
"@aztec/ethereum": "3.0.0-nightly.
|
|
75
|
-
"@aztec/foundation": "3.0.0-nightly.
|
|
76
|
-
"@aztec/kv-store": "3.0.0-nightly.
|
|
77
|
-
"@aztec/l1-artifacts": "3.0.0-nightly.
|
|
78
|
-
"@aztec/merkle-tree": "3.0.0-nightly.
|
|
79
|
-
"@aztec/node-keystore": "3.0.0-nightly.
|
|
80
|
-
"@aztec/node-lib": "3.0.0-nightly.
|
|
81
|
-
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.
|
|
82
|
-
"@aztec/p2p": "3.0.0-nightly.
|
|
83
|
-
"@aztec/protocol-contracts": "3.0.0-nightly.
|
|
84
|
-
"@aztec/prover-client": "3.0.0-nightly.
|
|
85
|
-
"@aztec/sequencer-client": "3.0.0-nightly.
|
|
86
|
-
"@aztec/simulator": "3.0.0-nightly.
|
|
87
|
-
"@aztec/slasher": "3.0.0-nightly.
|
|
88
|
-
"@aztec/stdlib": "3.0.0-nightly.
|
|
89
|
-
"@aztec/telemetry-client": "3.0.0-nightly.
|
|
90
|
-
"@aztec/validator-client": "3.0.0-nightly.
|
|
91
|
-
"@aztec/world-state": "3.0.0-nightly.
|
|
69
|
+
"@aztec/archiver": "3.0.0-nightly.20251205",
|
|
70
|
+
"@aztec/bb-prover": "3.0.0-nightly.20251205",
|
|
71
|
+
"@aztec/blob-sink": "3.0.0-nightly.20251205",
|
|
72
|
+
"@aztec/constants": "3.0.0-nightly.20251205",
|
|
73
|
+
"@aztec/epoch-cache": "3.0.0-nightly.20251205",
|
|
74
|
+
"@aztec/ethereum": "3.0.0-nightly.20251205",
|
|
75
|
+
"@aztec/foundation": "3.0.0-nightly.20251205",
|
|
76
|
+
"@aztec/kv-store": "3.0.0-nightly.20251205",
|
|
77
|
+
"@aztec/l1-artifacts": "3.0.0-nightly.20251205",
|
|
78
|
+
"@aztec/merkle-tree": "3.0.0-nightly.20251205",
|
|
79
|
+
"@aztec/node-keystore": "3.0.0-nightly.20251205",
|
|
80
|
+
"@aztec/node-lib": "3.0.0-nightly.20251205",
|
|
81
|
+
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251205",
|
|
82
|
+
"@aztec/p2p": "3.0.0-nightly.20251205",
|
|
83
|
+
"@aztec/protocol-contracts": "3.0.0-nightly.20251205",
|
|
84
|
+
"@aztec/prover-client": "3.0.0-nightly.20251205",
|
|
85
|
+
"@aztec/sequencer-client": "3.0.0-nightly.20251205",
|
|
86
|
+
"@aztec/simulator": "3.0.0-nightly.20251205",
|
|
87
|
+
"@aztec/slasher": "3.0.0-nightly.20251205",
|
|
88
|
+
"@aztec/stdlib": "3.0.0-nightly.20251205",
|
|
89
|
+
"@aztec/telemetry-client": "3.0.0-nightly.20251205",
|
|
90
|
+
"@aztec/validator-client": "3.0.0-nightly.20251205",
|
|
91
|
+
"@aztec/world-state": "3.0.0-nightly.20251205",
|
|
92
92
|
"koa": "^2.16.1",
|
|
93
93
|
"koa-router": "^13.1.1",
|
|
94
94
|
"tslib": "^2.4.0",
|