@aztec/sequencer-client 3.0.0-rc.3 → 3.0.0-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.
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/sequencer-client",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -26,37 +26,37 @@
|
|
|
26
26
|
"test:integration:run": "NODE_NO_WARNINGS=1 node --experimental-vm-modules $(yarn bin jest) --no-cache --config jest.integration.config.json"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aztec/aztec.js": "3.0.0-rc.
|
|
30
|
-
"@aztec/bb-prover": "3.0.0-rc.
|
|
31
|
-
"@aztec/blob-lib": "3.0.0-rc.
|
|
32
|
-
"@aztec/blob-sink": "3.0.0-rc.
|
|
33
|
-
"@aztec/constants": "3.0.0-rc.
|
|
34
|
-
"@aztec/epoch-cache": "3.0.0-rc.
|
|
35
|
-
"@aztec/ethereum": "3.0.0-rc.
|
|
36
|
-
"@aztec/foundation": "3.0.0-rc.
|
|
37
|
-
"@aztec/l1-artifacts": "3.0.0-rc.
|
|
38
|
-
"@aztec/merkle-tree": "3.0.0-rc.
|
|
39
|
-
"@aztec/node-keystore": "3.0.0-rc.
|
|
40
|
-
"@aztec/noir-acvm_js": "3.0.0-rc.
|
|
41
|
-
"@aztec/noir-contracts.js": "3.0.0-rc.
|
|
42
|
-
"@aztec/noir-protocol-circuits-types": "3.0.0-rc.
|
|
43
|
-
"@aztec/noir-types": "3.0.0-rc.
|
|
44
|
-
"@aztec/p2p": "3.0.0-rc.
|
|
45
|
-
"@aztec/protocol-contracts": "3.0.0-rc.
|
|
46
|
-
"@aztec/prover-client": "3.0.0-rc.
|
|
47
|
-
"@aztec/simulator": "3.0.0-rc.
|
|
48
|
-
"@aztec/slasher": "3.0.0-rc.
|
|
49
|
-
"@aztec/stdlib": "3.0.0-rc.
|
|
50
|
-
"@aztec/telemetry-client": "3.0.0-rc.
|
|
51
|
-
"@aztec/validator-client": "3.0.0-rc.
|
|
52
|
-
"@aztec/world-state": "3.0.0-rc.
|
|
29
|
+
"@aztec/aztec.js": "3.0.0-rc.4",
|
|
30
|
+
"@aztec/bb-prover": "3.0.0-rc.4",
|
|
31
|
+
"@aztec/blob-lib": "3.0.0-rc.4",
|
|
32
|
+
"@aztec/blob-sink": "3.0.0-rc.4",
|
|
33
|
+
"@aztec/constants": "3.0.0-rc.4",
|
|
34
|
+
"@aztec/epoch-cache": "3.0.0-rc.4",
|
|
35
|
+
"@aztec/ethereum": "3.0.0-rc.4",
|
|
36
|
+
"@aztec/foundation": "3.0.0-rc.4",
|
|
37
|
+
"@aztec/l1-artifacts": "3.0.0-rc.4",
|
|
38
|
+
"@aztec/merkle-tree": "3.0.0-rc.4",
|
|
39
|
+
"@aztec/node-keystore": "3.0.0-rc.4",
|
|
40
|
+
"@aztec/noir-acvm_js": "3.0.0-rc.4",
|
|
41
|
+
"@aztec/noir-contracts.js": "3.0.0-rc.4",
|
|
42
|
+
"@aztec/noir-protocol-circuits-types": "3.0.0-rc.4",
|
|
43
|
+
"@aztec/noir-types": "3.0.0-rc.4",
|
|
44
|
+
"@aztec/p2p": "3.0.0-rc.4",
|
|
45
|
+
"@aztec/protocol-contracts": "3.0.0-rc.4",
|
|
46
|
+
"@aztec/prover-client": "3.0.0-rc.4",
|
|
47
|
+
"@aztec/simulator": "3.0.0-rc.4",
|
|
48
|
+
"@aztec/slasher": "3.0.0-rc.4",
|
|
49
|
+
"@aztec/stdlib": "3.0.0-rc.4",
|
|
50
|
+
"@aztec/telemetry-client": "3.0.0-rc.4",
|
|
51
|
+
"@aztec/validator-client": "3.0.0-rc.4",
|
|
52
|
+
"@aztec/world-state": "3.0.0-rc.4",
|
|
53
53
|
"lodash.chunk": "^4.2.0",
|
|
54
54
|
"tslib": "^2.4.0",
|
|
55
55
|
"viem": "npm:@aztec/viem@2.38.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aztec/archiver": "3.0.0-rc.
|
|
59
|
-
"@aztec/kv-store": "3.0.0-rc.
|
|
58
|
+
"@aztec/archiver": "3.0.0-rc.4",
|
|
59
|
+
"@aztec/kv-store": "3.0.0-rc.4",
|
|
60
60
|
"@jest/globals": "^30.0.0",
|
|
61
61
|
"@types/jest": "^30.0.0",
|
|
62
62
|
"@types/lodash.chunk": "^4.2.7",
|