@aztec/aztec 4.4.0-nightly.20260521 → 4.4.0-nightly.20260523

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 (2) hide show
  1. package/package.json +34 -34
  2. package/scripts/aztec.sh +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "4.4.0-nightly.20260521",
3
+ "version": "4.4.0-nightly.20260523",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -28,39 +28,39 @@
28
28
  "../package.common.json"
29
29
  ],
30
30
  "dependencies": {
31
- "@aztec/accounts": "4.4.0-nightly.20260521",
32
- "@aztec/archiver": "4.4.0-nightly.20260521",
33
- "@aztec/aztec-faucet": "4.4.0-nightly.20260521",
34
- "@aztec/aztec-node": "4.4.0-nightly.20260521",
35
- "@aztec/aztec.js": "4.4.0-nightly.20260521",
36
- "@aztec/bb-prover": "4.4.0-nightly.20260521",
37
- "@aztec/bb.js": "4.4.0-nightly.20260521",
38
- "@aztec/blob-client": "4.4.0-nightly.20260521",
39
- "@aztec/bot": "4.4.0-nightly.20260521",
40
- "@aztec/builder": "4.4.0-nightly.20260521",
41
- "@aztec/cli": "4.4.0-nightly.20260521",
42
- "@aztec/constants": "4.4.0-nightly.20260521",
43
- "@aztec/entrypoints": "4.4.0-nightly.20260521",
44
- "@aztec/ethereum": "4.4.0-nightly.20260521",
45
- "@aztec/foundation": "4.4.0-nightly.20260521",
46
- "@aztec/kv-store": "4.4.0-nightly.20260521",
47
- "@aztec/l1-artifacts": "4.4.0-nightly.20260521",
48
- "@aztec/node-lib": "4.4.0-nightly.20260521",
49
- "@aztec/noir-contracts.js": "4.4.0-nightly.20260521",
50
- "@aztec/noir-protocol-circuits-types": "4.4.0-nightly.20260521",
51
- "@aztec/p2p": "4.4.0-nightly.20260521",
52
- "@aztec/p2p-bootstrap": "4.4.0-nightly.20260521",
53
- "@aztec/protocol-contracts": "4.4.0-nightly.20260521",
54
- "@aztec/prover-client": "4.4.0-nightly.20260521",
55
- "@aztec/prover-node": "4.4.0-nightly.20260521",
56
- "@aztec/pxe": "4.4.0-nightly.20260521",
57
- "@aztec/sequencer-client": "4.4.0-nightly.20260521",
58
- "@aztec/stdlib": "4.4.0-nightly.20260521",
59
- "@aztec/telemetry-client": "4.4.0-nightly.20260521",
60
- "@aztec/txe": "4.4.0-nightly.20260521",
61
- "@aztec/validator-ha-signer": "4.4.0-nightly.20260521",
62
- "@aztec/wallets": "4.4.0-nightly.20260521",
63
- "@aztec/world-state": "4.4.0-nightly.20260521",
31
+ "@aztec/accounts": "4.4.0-nightly.20260523",
32
+ "@aztec/archiver": "4.4.0-nightly.20260523",
33
+ "@aztec/aztec-faucet": "4.4.0-nightly.20260523",
34
+ "@aztec/aztec-node": "4.4.0-nightly.20260523",
35
+ "@aztec/aztec.js": "4.4.0-nightly.20260523",
36
+ "@aztec/bb-prover": "4.4.0-nightly.20260523",
37
+ "@aztec/bb.js": "4.4.0-nightly.20260523",
38
+ "@aztec/blob-client": "4.4.0-nightly.20260523",
39
+ "@aztec/bot": "4.4.0-nightly.20260523",
40
+ "@aztec/builder": "4.4.0-nightly.20260523",
41
+ "@aztec/cli": "4.4.0-nightly.20260523",
42
+ "@aztec/constants": "4.4.0-nightly.20260523",
43
+ "@aztec/entrypoints": "4.4.0-nightly.20260523",
44
+ "@aztec/ethereum": "4.4.0-nightly.20260523",
45
+ "@aztec/foundation": "4.4.0-nightly.20260523",
46
+ "@aztec/kv-store": "4.4.0-nightly.20260523",
47
+ "@aztec/l1-artifacts": "4.4.0-nightly.20260523",
48
+ "@aztec/node-lib": "4.4.0-nightly.20260523",
49
+ "@aztec/noir-contracts.js": "4.4.0-nightly.20260523",
50
+ "@aztec/noir-protocol-circuits-types": "4.4.0-nightly.20260523",
51
+ "@aztec/p2p": "4.4.0-nightly.20260523",
52
+ "@aztec/p2p-bootstrap": "4.4.0-nightly.20260523",
53
+ "@aztec/protocol-contracts": "4.4.0-nightly.20260523",
54
+ "@aztec/prover-client": "4.4.0-nightly.20260523",
55
+ "@aztec/prover-node": "4.4.0-nightly.20260523",
56
+ "@aztec/pxe": "4.4.0-nightly.20260523",
57
+ "@aztec/sequencer-client": "4.4.0-nightly.20260523",
58
+ "@aztec/stdlib": "4.4.0-nightly.20260523",
59
+ "@aztec/telemetry-client": "4.4.0-nightly.20260523",
60
+ "@aztec/txe": "4.4.0-nightly.20260523",
61
+ "@aztec/validator-ha-signer": "4.4.0-nightly.20260523",
62
+ "@aztec/wallets": "4.4.0-nightly.20260523",
63
+ "@aztec/world-state": "4.4.0-nightly.20260523",
64
64
  "@iarna/toml": "^2.2.5",
65
65
  "@types/chalk": "^2.2.0",
66
66
  "abitype": "^0.8.11",
package/scripts/aztec.sh CHANGED
@@ -1,6 +1,5 @@
1
1
  #!/usr/bin/env bash
2
2
  set -euo pipefail
3
- shopt -s inherit_errexit
4
3
 
5
4
  # Re-execute using correct version if we have an .aztecrc file.
6
5
  if [ "${AZTEC_VERSIONED:-0}" -eq 0 ] && [ -f .aztecrc ] && command -v aztec-up &>/dev/null; then