@aztec/sequencer-client 0.84.0-nightly.20250409 → 0.84.0-nightly.20250412

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 +25 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/sequencer-client",
3
- "version": "0.84.0-nightly.20250409",
3
+ "version": "0.84.0-nightly.20250412",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -28,50 +28,46 @@
28
28
  "test:integration:run": "NODE_NO_WARNINGS=1 node --experimental-vm-modules $(yarn bin jest) --no-cache --config jest.integration.config.json"
29
29
  },
30
30
  "dependencies": {
31
- "@aztec/aztec.js": "0.84.0-nightly.20250409",
32
- "@aztec/bb-prover": "0.84.0-nightly.20250409",
33
- "@aztec/blob-lib": "0.84.0-nightly.20250409",
34
- "@aztec/blob-sink": "0.84.0-nightly.20250409",
35
- "@aztec/constants": "0.84.0-nightly.20250409",
36
- "@aztec/epoch-cache": "0.84.0-nightly.20250409",
37
- "@aztec/ethereum": "0.84.0-nightly.20250409",
38
- "@aztec/foundation": "0.84.0-nightly.20250409",
39
- "@aztec/l1-artifacts": "0.84.0-nightly.20250409",
40
- "@aztec/merkle-tree": "0.84.0-nightly.20250409",
41
- "@aztec/noir-acvm_js": "0.84.0-nightly.20250409",
42
- "@aztec/noir-contracts.js": "0.84.0-nightly.20250409",
43
- "@aztec/noir-protocol-circuits-types": "0.84.0-nightly.20250409",
44
- "@aztec/noir-types": "0.84.0-nightly.20250409",
45
- "@aztec/p2p": "0.84.0-nightly.20250409",
46
- "@aztec/protocol-contracts": "0.84.0-nightly.20250409",
47
- "@aztec/prover-client": "0.84.0-nightly.20250409",
48
- "@aztec/simulator": "0.84.0-nightly.20250409",
49
- "@aztec/stdlib": "0.84.0-nightly.20250409",
50
- "@aztec/telemetry-client": "0.84.0-nightly.20250409",
51
- "@aztec/validator-client": "0.84.0-nightly.20250409",
52
- "@aztec/world-state": "0.84.0-nightly.20250409",
31
+ "@aztec/aztec.js": "0.84.0-nightly.20250412",
32
+ "@aztec/bb-prover": "0.84.0-nightly.20250412",
33
+ "@aztec/blob-lib": "0.84.0-nightly.20250412",
34
+ "@aztec/blob-sink": "0.84.0-nightly.20250412",
35
+ "@aztec/constants": "0.84.0-nightly.20250412",
36
+ "@aztec/epoch-cache": "0.84.0-nightly.20250412",
37
+ "@aztec/ethereum": "0.84.0-nightly.20250412",
38
+ "@aztec/foundation": "0.84.0-nightly.20250412",
39
+ "@aztec/l1-artifacts": "0.84.0-nightly.20250412",
40
+ "@aztec/merkle-tree": "0.84.0-nightly.20250412",
41
+ "@aztec/noir-acvm_js": "0.84.0-nightly.20250412",
42
+ "@aztec/noir-contracts.js": "0.84.0-nightly.20250412",
43
+ "@aztec/noir-protocol-circuits-types": "0.84.0-nightly.20250412",
44
+ "@aztec/noir-types": "0.84.0-nightly.20250412",
45
+ "@aztec/p2p": "0.84.0-nightly.20250412",
46
+ "@aztec/protocol-contracts": "0.84.0-nightly.20250412",
47
+ "@aztec/prover-client": "0.84.0-nightly.20250412",
48
+ "@aztec/simulator": "0.84.0-nightly.20250412",
49
+ "@aztec/stdlib": "0.84.0-nightly.20250412",
50
+ "@aztec/telemetry-client": "0.84.0-nightly.20250412",
51
+ "@aztec/validator-client": "0.84.0-nightly.20250412",
52
+ "@aztec/world-state": "0.84.0-nightly.20250412",
53
53
  "lodash.chunk": "^4.2.0",
54
54
  "lodash.pick": "^4.4.0",
55
55
  "tslib": "^2.4.0",
56
56
  "viem": "2.23.7"
57
57
  },
58
58
  "devDependencies": {
59
- "@aztec/archiver": "0.84.0-nightly.20250409",
60
- "@aztec/kv-store": "0.84.0-nightly.20250409",
59
+ "@aztec/archiver": "0.84.0-nightly.20250412",
60
+ "@aztec/kv-store": "0.84.0-nightly.20250412",
61
61
  "@jest/globals": "^29.5.0",
62
62
  "@types/jest": "^29.5.0",
63
- "@types/levelup": "^5.1.2",
64
63
  "@types/lodash.chunk": "^4.2.7",
65
64
  "@types/lodash.pick": "^4.4.7",
66
- "@types/memdown": "^3.0.0",
67
65
  "@types/node": "^18.7.23",
68
66
  "concurrently": "^7.6.0",
69
67
  "eslint": "^8.37.0",
70
68
  "express": "^4.21.1",
71
69
  "jest": "^29.5.0",
72
70
  "jest-mock-extended": "^3.0.3",
73
- "levelup": "^5.1.1",
74
- "memdown": "^6.1.1",
75
71
  "prettier": "^2.8.7",
76
72
  "ts-node": "^10.9.1",
77
73
  "typescript": "^5.0.4"