@aztec/end-to-end 2.1.5 → 2.1.6
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 +37 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/end-to-end",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": "./dest/index.js",
|
|
6
6
|
"inherits": [
|
|
@@ -25,41 +25,41 @@
|
|
|
25
25
|
"formatting": "run -T prettier --check ./src && run -T eslint ./src"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aztec/accounts": "2.1.
|
|
29
|
-
"@aztec/archiver": "2.1.
|
|
30
|
-
"@aztec/aztec": "2.1.
|
|
31
|
-
"@aztec/aztec-node": "2.1.
|
|
32
|
-
"@aztec/aztec.js": "2.1.
|
|
33
|
-
"@aztec/bb-prover": "2.1.
|
|
34
|
-
"@aztec/blob-lib": "2.1.
|
|
35
|
-
"@aztec/blob-sink": "2.1.
|
|
36
|
-
"@aztec/bot": "2.1.
|
|
37
|
-
"@aztec/cli": "2.1.
|
|
38
|
-
"@aztec/constants": "2.1.
|
|
39
|
-
"@aztec/entrypoints": "2.1.
|
|
40
|
-
"@aztec/epoch-cache": "2.1.
|
|
41
|
-
"@aztec/ethereum": "2.1.
|
|
42
|
-
"@aztec/foundation": "2.1.
|
|
43
|
-
"@aztec/kv-store": "2.1.
|
|
44
|
-
"@aztec/l1-artifacts": "2.1.
|
|
45
|
-
"@aztec/merkle-tree": "2.1.
|
|
46
|
-
"@aztec/node-keystore": "2.1.
|
|
47
|
-
"@aztec/noir-contracts.js": "2.1.
|
|
48
|
-
"@aztec/noir-noirc_abi": "2.1.
|
|
49
|
-
"@aztec/noir-protocol-circuits-types": "2.1.
|
|
50
|
-
"@aztec/noir-test-contracts.js": "2.1.
|
|
51
|
-
"@aztec/p2p": "2.1.
|
|
52
|
-
"@aztec/protocol-contracts": "2.1.
|
|
53
|
-
"@aztec/prover-client": "2.1.
|
|
54
|
-
"@aztec/prover-node": "2.1.
|
|
55
|
-
"@aztec/pxe": "2.1.
|
|
56
|
-
"@aztec/sequencer-client": "2.1.
|
|
57
|
-
"@aztec/simulator": "2.1.
|
|
58
|
-
"@aztec/slasher": "2.1.
|
|
59
|
-
"@aztec/stdlib": "2.1.
|
|
60
|
-
"@aztec/telemetry-client": "2.1.
|
|
61
|
-
"@aztec/validator-client": "2.1.
|
|
62
|
-
"@aztec/world-state": "2.1.
|
|
28
|
+
"@aztec/accounts": "2.1.6",
|
|
29
|
+
"@aztec/archiver": "2.1.6",
|
|
30
|
+
"@aztec/aztec": "2.1.6",
|
|
31
|
+
"@aztec/aztec-node": "2.1.6",
|
|
32
|
+
"@aztec/aztec.js": "2.1.6",
|
|
33
|
+
"@aztec/bb-prover": "2.1.6",
|
|
34
|
+
"@aztec/blob-lib": "2.1.6",
|
|
35
|
+
"@aztec/blob-sink": "2.1.6",
|
|
36
|
+
"@aztec/bot": "2.1.6",
|
|
37
|
+
"@aztec/cli": "2.1.6",
|
|
38
|
+
"@aztec/constants": "2.1.6",
|
|
39
|
+
"@aztec/entrypoints": "2.1.6",
|
|
40
|
+
"@aztec/epoch-cache": "2.1.6",
|
|
41
|
+
"@aztec/ethereum": "2.1.6",
|
|
42
|
+
"@aztec/foundation": "2.1.6",
|
|
43
|
+
"@aztec/kv-store": "2.1.6",
|
|
44
|
+
"@aztec/l1-artifacts": "2.1.6",
|
|
45
|
+
"@aztec/merkle-tree": "2.1.6",
|
|
46
|
+
"@aztec/node-keystore": "2.1.6",
|
|
47
|
+
"@aztec/noir-contracts.js": "2.1.6",
|
|
48
|
+
"@aztec/noir-noirc_abi": "2.1.6",
|
|
49
|
+
"@aztec/noir-protocol-circuits-types": "2.1.6",
|
|
50
|
+
"@aztec/noir-test-contracts.js": "2.1.6",
|
|
51
|
+
"@aztec/p2p": "2.1.6",
|
|
52
|
+
"@aztec/protocol-contracts": "2.1.6",
|
|
53
|
+
"@aztec/prover-client": "2.1.6",
|
|
54
|
+
"@aztec/prover-node": "2.1.6",
|
|
55
|
+
"@aztec/pxe": "2.1.6",
|
|
56
|
+
"@aztec/sequencer-client": "2.1.6",
|
|
57
|
+
"@aztec/simulator": "2.1.6",
|
|
58
|
+
"@aztec/slasher": "2.1.6",
|
|
59
|
+
"@aztec/stdlib": "2.1.6",
|
|
60
|
+
"@aztec/telemetry-client": "2.1.6",
|
|
61
|
+
"@aztec/validator-client": "2.1.6",
|
|
62
|
+
"@aztec/world-state": "2.1.6",
|
|
63
63
|
"@iarna/toml": "^2.2.5",
|
|
64
64
|
"@jest/globals": "^30.0.0",
|
|
65
65
|
"@noble/curves": "=1.0.0",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"tslib": "^2.4.0",
|
|
97
97
|
"typescript": "^5.3.3",
|
|
98
98
|
"util": "^0.12.5",
|
|
99
|
-
"viem": "npm:@spalladino/viem@2.38.2-eip7594.
|
|
99
|
+
"viem": "npm:@spalladino/viem@2.38.2-eip7594.2",
|
|
100
100
|
"zod": "^3.23.8"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|