@aztec/end-to-end 2.1.0-rc.23 → 2.1.0-rc.27

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 +36 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/end-to-end",
3
- "version": "2.1.0-rc.23",
3
+ "version": "2.1.0-rc.27",
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.0-rc.23",
29
- "@aztec/archiver": "2.1.0-rc.23",
30
- "@aztec/aztec": "2.1.0-rc.23",
31
- "@aztec/aztec-node": "2.1.0-rc.23",
32
- "@aztec/aztec.js": "2.1.0-rc.23",
33
- "@aztec/bb-prover": "2.1.0-rc.23",
34
- "@aztec/blob-lib": "2.1.0-rc.23",
35
- "@aztec/blob-sink": "2.1.0-rc.23",
36
- "@aztec/bot": "2.1.0-rc.23",
37
- "@aztec/cli": "2.1.0-rc.23",
38
- "@aztec/constants": "2.1.0-rc.23",
39
- "@aztec/entrypoints": "2.1.0-rc.23",
40
- "@aztec/epoch-cache": "2.1.0-rc.23",
41
- "@aztec/ethereum": "2.1.0-rc.23",
42
- "@aztec/foundation": "2.1.0-rc.23",
43
- "@aztec/kv-store": "2.1.0-rc.23",
44
- "@aztec/l1-artifacts": "2.1.0-rc.23",
45
- "@aztec/merkle-tree": "2.1.0-rc.23",
46
- "@aztec/node-keystore": "2.1.0-rc.23",
47
- "@aztec/noir-contracts.js": "2.1.0-rc.23",
48
- "@aztec/noir-noirc_abi": "2.1.0-rc.23",
49
- "@aztec/noir-protocol-circuits-types": "2.1.0-rc.23",
50
- "@aztec/noir-test-contracts.js": "2.1.0-rc.23",
51
- "@aztec/p2p": "2.1.0-rc.23",
52
- "@aztec/protocol-contracts": "2.1.0-rc.23",
53
- "@aztec/prover-client": "2.1.0-rc.23",
54
- "@aztec/prover-node": "2.1.0-rc.23",
55
- "@aztec/pxe": "2.1.0-rc.23",
56
- "@aztec/sequencer-client": "2.1.0-rc.23",
57
- "@aztec/simulator": "2.1.0-rc.23",
58
- "@aztec/slasher": "2.1.0-rc.23",
59
- "@aztec/stdlib": "2.1.0-rc.23",
60
- "@aztec/telemetry-client": "2.1.0-rc.23",
61
- "@aztec/validator-client": "2.1.0-rc.23",
62
- "@aztec/world-state": "2.1.0-rc.23",
28
+ "@aztec/accounts": "2.1.0-rc.27",
29
+ "@aztec/archiver": "2.1.0-rc.27",
30
+ "@aztec/aztec": "2.1.0-rc.27",
31
+ "@aztec/aztec-node": "2.1.0-rc.27",
32
+ "@aztec/aztec.js": "2.1.0-rc.27",
33
+ "@aztec/bb-prover": "2.1.0-rc.27",
34
+ "@aztec/blob-lib": "2.1.0-rc.27",
35
+ "@aztec/blob-sink": "2.1.0-rc.27",
36
+ "@aztec/bot": "2.1.0-rc.27",
37
+ "@aztec/cli": "2.1.0-rc.27",
38
+ "@aztec/constants": "2.1.0-rc.27",
39
+ "@aztec/entrypoints": "2.1.0-rc.27",
40
+ "@aztec/epoch-cache": "2.1.0-rc.27",
41
+ "@aztec/ethereum": "2.1.0-rc.27",
42
+ "@aztec/foundation": "2.1.0-rc.27",
43
+ "@aztec/kv-store": "2.1.0-rc.27",
44
+ "@aztec/l1-artifacts": "2.1.0-rc.27",
45
+ "@aztec/merkle-tree": "2.1.0-rc.27",
46
+ "@aztec/node-keystore": "2.1.0-rc.27",
47
+ "@aztec/noir-contracts.js": "2.1.0-rc.27",
48
+ "@aztec/noir-noirc_abi": "2.1.0-rc.27",
49
+ "@aztec/noir-protocol-circuits-types": "2.1.0-rc.27",
50
+ "@aztec/noir-test-contracts.js": "2.1.0-rc.27",
51
+ "@aztec/p2p": "2.1.0-rc.27",
52
+ "@aztec/protocol-contracts": "2.1.0-rc.27",
53
+ "@aztec/prover-client": "2.1.0-rc.27",
54
+ "@aztec/prover-node": "2.1.0-rc.27",
55
+ "@aztec/pxe": "2.1.0-rc.27",
56
+ "@aztec/sequencer-client": "2.1.0-rc.27",
57
+ "@aztec/simulator": "2.1.0-rc.27",
58
+ "@aztec/slasher": "2.1.0-rc.27",
59
+ "@aztec/stdlib": "2.1.0-rc.27",
60
+ "@aztec/telemetry-client": "2.1.0-rc.27",
61
+ "@aztec/validator-client": "2.1.0-rc.27",
62
+ "@aztec/world-state": "2.1.0-rc.27",
63
63
  "@iarna/toml": "^2.2.5",
64
64
  "@jest/globals": "^30.0.0",
65
65
  "@noble/curves": "=1.0.0",