@aztec/aztec 3.0.0-nightly.20251204 → 3.0.0-nightly.20251206

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 +34 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "3.0.0-nightly.20251204",
3
+ "version": "3.0.0-nightly.20251206",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -15,12 +15,12 @@
15
15
  "tsconfig": "./tsconfig.json"
16
16
  },
17
17
  "scripts": {
18
- "build": "yarn clean && tsgo -b",
18
+ "build": "yarn clean && ../scripts/tsc.sh",
19
19
  "start": "node --no-warnings ./dest/bin",
20
20
  "start:debug": "node --inspect=0.0.0.0:9221 --no-warnings ./dest/bin",
21
21
  "start:local-network": "ETHEREUM_HOSTS=http://0.0.0.0:8545/ && yarn start start --local-network",
22
22
  "clean": "rm -rf ./dest .tsbuildinfo",
23
- "build:dev": "tsgo -b --watch",
23
+ "build:dev": "../scripts/tsc.sh --watch",
24
24
  "test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --maxWorkers=${JEST_MAX_WORKERS:-8}",
25
25
  "run:example:token": "LOG_LEVEL='verbose' node ./dest/examples/token.js"
26
26
  },
@@ -28,37 +28,37 @@
28
28
  "../package.common.json"
29
29
  ],
30
30
  "dependencies": {
31
- "@aztec/accounts": "3.0.0-nightly.20251204",
32
- "@aztec/archiver": "3.0.0-nightly.20251204",
33
- "@aztec/aztec-faucet": "3.0.0-nightly.20251204",
34
- "@aztec/aztec-node": "3.0.0-nightly.20251204",
35
- "@aztec/aztec.js": "3.0.0-nightly.20251204",
36
- "@aztec/bb-prover": "3.0.0-nightly.20251204",
37
- "@aztec/bb.js": "3.0.0-nightly.20251204",
38
- "@aztec/blob-sink": "3.0.0-nightly.20251204",
39
- "@aztec/bot": "3.0.0-nightly.20251204",
40
- "@aztec/builder": "3.0.0-nightly.20251204",
41
- "@aztec/cli": "3.0.0-nightly.20251204",
42
- "@aztec/constants": "3.0.0-nightly.20251204",
43
- "@aztec/entrypoints": "3.0.0-nightly.20251204",
44
- "@aztec/ethereum": "3.0.0-nightly.20251204",
45
- "@aztec/foundation": "3.0.0-nightly.20251204",
46
- "@aztec/kv-store": "3.0.0-nightly.20251204",
47
- "@aztec/l1-artifacts": "3.0.0-nightly.20251204",
48
- "@aztec/node-lib": "3.0.0-nightly.20251204",
49
- "@aztec/noir-contracts.js": "3.0.0-nightly.20251204",
50
- "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251204",
51
- "@aztec/p2p": "3.0.0-nightly.20251204",
52
- "@aztec/p2p-bootstrap": "3.0.0-nightly.20251204",
53
- "@aztec/protocol-contracts": "3.0.0-nightly.20251204",
54
- "@aztec/prover-client": "3.0.0-nightly.20251204",
55
- "@aztec/prover-node": "3.0.0-nightly.20251204",
56
- "@aztec/pxe": "3.0.0-nightly.20251204",
57
- "@aztec/stdlib": "3.0.0-nightly.20251204",
58
- "@aztec/telemetry-client": "3.0.0-nightly.20251204",
59
- "@aztec/test-wallet": "3.0.0-nightly.20251204",
60
- "@aztec/txe": "3.0.0-nightly.20251204",
61
- "@aztec/world-state": "3.0.0-nightly.20251204",
31
+ "@aztec/accounts": "3.0.0-nightly.20251206",
32
+ "@aztec/archiver": "3.0.0-nightly.20251206",
33
+ "@aztec/aztec-faucet": "3.0.0-nightly.20251206",
34
+ "@aztec/aztec-node": "3.0.0-nightly.20251206",
35
+ "@aztec/aztec.js": "3.0.0-nightly.20251206",
36
+ "@aztec/bb-prover": "3.0.0-nightly.20251206",
37
+ "@aztec/bb.js": "3.0.0-nightly.20251206",
38
+ "@aztec/blob-sink": "3.0.0-nightly.20251206",
39
+ "@aztec/bot": "3.0.0-nightly.20251206",
40
+ "@aztec/builder": "3.0.0-nightly.20251206",
41
+ "@aztec/cli": "3.0.0-nightly.20251206",
42
+ "@aztec/constants": "3.0.0-nightly.20251206",
43
+ "@aztec/entrypoints": "3.0.0-nightly.20251206",
44
+ "@aztec/ethereum": "3.0.0-nightly.20251206",
45
+ "@aztec/foundation": "3.0.0-nightly.20251206",
46
+ "@aztec/kv-store": "3.0.0-nightly.20251206",
47
+ "@aztec/l1-artifacts": "3.0.0-nightly.20251206",
48
+ "@aztec/node-lib": "3.0.0-nightly.20251206",
49
+ "@aztec/noir-contracts.js": "3.0.0-nightly.20251206",
50
+ "@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20251206",
51
+ "@aztec/p2p": "3.0.0-nightly.20251206",
52
+ "@aztec/p2p-bootstrap": "3.0.0-nightly.20251206",
53
+ "@aztec/protocol-contracts": "3.0.0-nightly.20251206",
54
+ "@aztec/prover-client": "3.0.0-nightly.20251206",
55
+ "@aztec/prover-node": "3.0.0-nightly.20251206",
56
+ "@aztec/pxe": "3.0.0-nightly.20251206",
57
+ "@aztec/stdlib": "3.0.0-nightly.20251206",
58
+ "@aztec/telemetry-client": "3.0.0-nightly.20251206",
59
+ "@aztec/test-wallet": "3.0.0-nightly.20251206",
60
+ "@aztec/txe": "3.0.0-nightly.20251206",
61
+ "@aztec/world-state": "3.0.0-nightly.20251206",
62
62
  "@types/chalk": "^2.2.0",
63
63
  "abitype": "^0.8.11",
64
64
  "chalk": "^5.3.0",