@aztec/cli 6.0.0-nightly.20260821 → 6.0.0-nightly.20260822

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 +21 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/cli",
3
- "version": "6.0.0-nightly.20260821",
3
+ "version": "6.0.0-nightly.20260822",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./devnet": "./dest/cmds/devnet/index.js",
@@ -76,23 +76,19 @@
76
76
  ]
77
77
  },
78
78
  "dependencies": {
79
- "@aztec/accounts": "6.0.0-nightly.20260821",
80
- "@aztec/archiver": "6.0.0-nightly.20260821",
81
- "@aztec/aztec.js": "6.0.0-nightly.20260821",
82
- "@aztec/constants": "6.0.0-nightly.20260821",
83
- "@aztec/entrypoints": "6.0.0-nightly.20260821",
84
- "@aztec/ethereum": "6.0.0-nightly.20260821",
85
- "@aztec/foundation": "6.0.0-nightly.20260821",
79
+ "@aztec/accounts": "6.0.0-nightly.20260822",
80
+ "@aztec/archiver": "6.0.0-nightly.20260822",
81
+ "@aztec/aztec.js": "6.0.0-nightly.20260822",
82
+ "@aztec/constants": "6.0.0-nightly.20260822",
83
+ "@aztec/ethereum": "6.0.0-nightly.20260822",
84
+ "@aztec/foundation": "6.0.0-nightly.20260822",
86
85
  "@aztec/l1-artifacts": "6.0.0-nightly.20260819",
87
- "@aztec/node-keystore": "6.0.0-nightly.20260821",
88
- "@aztec/node-lib": "6.0.0-nightly.20260821",
89
- "@aztec/p2p": "6.0.0-nightly.20260821",
90
- "@aztec/protocol-contracts": "6.0.0-nightly.20260821",
91
- "@aztec/sequencer-client": "6.0.0-nightly.20260821",
92
- "@aztec/slasher": "6.0.0-nightly.20260821",
93
- "@aztec/stdlib": "6.0.0-nightly.20260821",
94
- "@aztec/wallets": "6.0.0-nightly.20260821",
95
- "@aztec/world-state": "6.0.0-nightly.20260821",
86
+ "@aztec/node-keystore": "6.0.0-nightly.20260822",
87
+ "@aztec/p2p": "6.0.0-nightly.20260822",
88
+ "@aztec/protocol-contracts": "6.0.0-nightly.20260822",
89
+ "@aztec/stdlib": "6.0.0-nightly.20260822",
90
+ "@aztec/wallets": "6.0.0-nightly.20260822",
91
+ "@aztec/world-state": "6.0.0-nightly.20260822",
96
92
  "@ethersproject/wallet": "^5.8.0",
97
93
  "@iarna/toml": "^2.2.5",
98
94
  "@libp2p/peer-id-factory": "^3.0.4",
@@ -106,9 +102,6 @@
106
102
  "viem": "npm:@aztec/viem@2.38.2"
107
103
  },
108
104
  "devDependencies": {
109
- "@aztec/aztec-node": "6.0.0-nightly.20260821",
110
- "@aztec/kv-store": "6.0.0-nightly.20260821",
111
- "@aztec/telemetry-client": "6.0.0-nightly.20260821",
112
105
  "@jest/globals": "^30.0.0",
113
106
  "@types/jest": "^30.0.0",
114
107
  "@types/lodash.chunk": "^4.2.9",
@@ -125,15 +118,15 @@
125
118
  "typescript": "^5.3.3"
126
119
  },
127
120
  "peerDependencies": {
128
- "@aztec/accounts": "6.0.0-nightly.20260821",
129
- "@aztec/bb-prover": "6.0.0-nightly.20260821",
130
- "@aztec/ethereum": "6.0.0-nightly.20260821",
121
+ "@aztec/accounts": "6.0.0-nightly.20260822",
122
+ "@aztec/bb-prover": "6.0.0-nightly.20260822",
123
+ "@aztec/ethereum": "6.0.0-nightly.20260822",
131
124
  "@aztec/l1-artifacts": "6.0.0-nightly.20260819",
132
- "@aztec/noir-contracts.js": "6.0.0-nightly.20260821",
133
- "@aztec/noir-protocol-circuits-types": "6.0.0-nightly.20260821",
134
- "@aztec/noir-test-contracts.js": "6.0.0-nightly.20260821",
135
- "@aztec/protocol-contracts": "6.0.0-nightly.20260821",
136
- "@aztec/stdlib": "6.0.0-nightly.20260821"
125
+ "@aztec/noir-contracts.js": "6.0.0-nightly.20260822",
126
+ "@aztec/noir-protocol-circuits-types": "6.0.0-nightly.20260822",
127
+ "@aztec/noir-test-contracts.js": "6.0.0-nightly.20260822",
128
+ "@aztec/protocol-contracts": "6.0.0-nightly.20260822",
129
+ "@aztec/stdlib": "6.0.0-nightly.20260822"
137
130
  },
138
131
  "files": [
139
132
  "dest",