@aztec/sequencer-client 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.
Files changed (1) hide show
  1. package/package.json +29 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/sequencer-client",
3
- "version": "3.0.0-nightly.20251204",
3
+ "version": "3.0.0-nightly.20251205",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -18,45 +18,45 @@
18
18
  "../package.common.json"
19
19
  ],
20
20
  "scripts": {
21
- "build": "yarn clean && tsgo -b",
22
- "build:dev": "tsgo -b --watch",
21
+ "build": "yarn clean && ../scripts/tsc.sh",
22
+ "build:dev": "../scripts/tsc.sh --watch",
23
23
  "clean": "rm -rf ./dest .tsbuildinfo",
24
24
  "test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --maxWorkers=${JEST_MAX_WORKERS:-8}",
25
25
  "test:integration": "concurrently -k -s first -c reset,dim -n test,anvil \"yarn test:integration:run\" \"anvil\"",
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-nightly.20251204",
30
- "@aztec/bb-prover": "3.0.0-nightly.20251204",
31
- "@aztec/blob-lib": "3.0.0-nightly.20251204",
32
- "@aztec/blob-sink": "3.0.0-nightly.20251204",
33
- "@aztec/constants": "3.0.0-nightly.20251204",
34
- "@aztec/epoch-cache": "3.0.0-nightly.20251204",
35
- "@aztec/ethereum": "3.0.0-nightly.20251204",
36
- "@aztec/foundation": "3.0.0-nightly.20251204",
37
- "@aztec/l1-artifacts": "3.0.0-nightly.20251204",
38
- "@aztec/merkle-tree": "3.0.0-nightly.20251204",
39
- "@aztec/node-keystore": "3.0.0-nightly.20251204",
40
- "@aztec/noir-acvm_js": "3.0.0-nightly.20251204",
41
- "@aztec/noir-contracts.js": "3.0.0-nightly.20251204",
42
- "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251204",
43
- "@aztec/noir-types": "3.0.0-nightly.20251204",
44
- "@aztec/p2p": "3.0.0-nightly.20251204",
45
- "@aztec/protocol-contracts": "3.0.0-nightly.20251204",
46
- "@aztec/prover-client": "3.0.0-nightly.20251204",
47
- "@aztec/simulator": "3.0.0-nightly.20251204",
48
- "@aztec/slasher": "3.0.0-nightly.20251204",
49
- "@aztec/stdlib": "3.0.0-nightly.20251204",
50
- "@aztec/telemetry-client": "3.0.0-nightly.20251204",
51
- "@aztec/validator-client": "3.0.0-nightly.20251204",
52
- "@aztec/world-state": "3.0.0-nightly.20251204",
29
+ "@aztec/aztec.js": "3.0.0-nightly.20251205",
30
+ "@aztec/bb-prover": "3.0.0-nightly.20251205",
31
+ "@aztec/blob-lib": "3.0.0-nightly.20251205",
32
+ "@aztec/blob-sink": "3.0.0-nightly.20251205",
33
+ "@aztec/constants": "3.0.0-nightly.20251205",
34
+ "@aztec/epoch-cache": "3.0.0-nightly.20251205",
35
+ "@aztec/ethereum": "3.0.0-nightly.20251205",
36
+ "@aztec/foundation": "3.0.0-nightly.20251205",
37
+ "@aztec/l1-artifacts": "3.0.0-nightly.20251205",
38
+ "@aztec/merkle-tree": "3.0.0-nightly.20251205",
39
+ "@aztec/node-keystore": "3.0.0-nightly.20251205",
40
+ "@aztec/noir-acvm_js": "3.0.0-nightly.20251205",
41
+ "@aztec/noir-contracts.js": "3.0.0-nightly.20251205",
42
+ "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251205",
43
+ "@aztec/noir-types": "3.0.0-nightly.20251205",
44
+ "@aztec/p2p": "3.0.0-nightly.20251205",
45
+ "@aztec/protocol-contracts": "3.0.0-nightly.20251205",
46
+ "@aztec/prover-client": "3.0.0-nightly.20251205",
47
+ "@aztec/simulator": "3.0.0-nightly.20251205",
48
+ "@aztec/slasher": "3.0.0-nightly.20251205",
49
+ "@aztec/stdlib": "3.0.0-nightly.20251205",
50
+ "@aztec/telemetry-client": "3.0.0-nightly.20251205",
51
+ "@aztec/validator-client": "3.0.0-nightly.20251205",
52
+ "@aztec/world-state": "3.0.0-nightly.20251205",
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-nightly.20251204",
59
- "@aztec/kv-store": "3.0.0-nightly.20251204",
58
+ "@aztec/archiver": "3.0.0-nightly.20251205",
59
+ "@aztec/kv-store": "3.0.0-nightly.20251205",
60
60
  "@jest/globals": "^30.0.0",
61
61
  "@types/jest": "^30.0.0",
62
62
  "@types/lodash.chunk": "^4.2.7",