@aztec/aztec 2.1.0-rc.5 → 2.1.0-rc.6

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.
package/dest/bin/index.js CHANGED
@@ -4,7 +4,6 @@ import { injectCommands as injectBuilderCommands } from '@aztec/builder';
4
4
  import { injectCommands as injectWalletCommands } from '@aztec/cli-wallet';
5
5
  import { enrichEnvironmentWithChainConfig, enrichEnvironmentWithNetworkConfig } from '@aztec/cli/config';
6
6
  import { injectCommands as injectContractCommands } from '@aztec/cli/contracts';
7
- import { injectCommands as injectDevnetCommands } from '@aztec/cli/devnet';
8
7
  import { injectCommands as injectInfrastructureCommands } from '@aztec/cli/infrastructure';
9
8
  import { injectCommands as injectL1Commands } from '@aztec/cli/l1';
10
9
  import { injectCommands as injectMiscCommands } from '@aztec/cli/misc';
@@ -43,7 +42,6 @@ const debugLogger = createLogger('cli');
43
42
  program = injectL1Commands(program, userLog, debugLogger);
44
43
  program = injectPXECommands(program, userLog, debugLogger);
45
44
  program = injectMiscCommands(program, userLog);
46
- program = injectDevnetCommands(program, userLog, debugLogger);
47
45
  program = injectWalletCommands(program, userLog, debugLogger);
48
46
  await program.parseAsync(process.argv);
49
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "2.1.0-rc.5",
3
+ "version": "2.1.0-rc.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -28,37 +28,37 @@
28
28
  "../package.common.json"
29
29
  ],
30
30
  "dependencies": {
31
- "@aztec/accounts": "2.1.0-rc.5",
32
- "@aztec/archiver": "2.1.0-rc.5",
33
- "@aztec/aztec-faucet": "2.1.0-rc.5",
34
- "@aztec/aztec-node": "2.1.0-rc.5",
35
- "@aztec/aztec.js": "2.1.0-rc.5",
36
- "@aztec/bb-prover": "2.1.0-rc.5",
37
- "@aztec/bb.js": "2.1.0-rc.5",
38
- "@aztec/blob-sink": "2.1.0-rc.5",
39
- "@aztec/bot": "2.1.0-rc.5",
40
- "@aztec/builder": "2.1.0-rc.5",
41
- "@aztec/cli": "2.1.0-rc.5",
42
- "@aztec/cli-wallet": "2.1.0-rc.5",
43
- "@aztec/constants": "2.1.0-rc.5",
44
- "@aztec/entrypoints": "2.1.0-rc.5",
45
- "@aztec/ethereum": "2.1.0-rc.5",
46
- "@aztec/foundation": "2.1.0-rc.5",
47
- "@aztec/kv-store": "2.1.0-rc.5",
48
- "@aztec/l1-artifacts": "2.1.0-rc.5",
49
- "@aztec/node-lib": "2.1.0-rc.5",
50
- "@aztec/noir-contracts.js": "2.1.0-rc.5",
51
- "@aztec/noir-protocol-circuits-types": "2.1.0-rc.5",
52
- "@aztec/p2p": "2.1.0-rc.5",
53
- "@aztec/p2p-bootstrap": "2.1.0-rc.5",
54
- "@aztec/protocol-contracts": "2.1.0-rc.5",
55
- "@aztec/prover-client": "2.1.0-rc.5",
56
- "@aztec/prover-node": "2.1.0-rc.5",
57
- "@aztec/pxe": "2.1.0-rc.5",
58
- "@aztec/stdlib": "2.1.0-rc.5",
59
- "@aztec/telemetry-client": "2.1.0-rc.5",
60
- "@aztec/txe": "2.1.0-rc.5",
61
- "@aztec/world-state": "2.1.0-rc.5",
31
+ "@aztec/accounts": "2.1.0-rc.6",
32
+ "@aztec/archiver": "2.1.0-rc.6",
33
+ "@aztec/aztec-faucet": "2.1.0-rc.6",
34
+ "@aztec/aztec-node": "2.1.0-rc.6",
35
+ "@aztec/aztec.js": "2.1.0-rc.6",
36
+ "@aztec/bb-prover": "2.1.0-rc.6",
37
+ "@aztec/bb.js": "2.1.0-rc.6",
38
+ "@aztec/blob-sink": "2.1.0-rc.6",
39
+ "@aztec/bot": "2.1.0-rc.6",
40
+ "@aztec/builder": "2.1.0-rc.6",
41
+ "@aztec/cli": "2.1.0-rc.6",
42
+ "@aztec/cli-wallet": "2.1.0-rc.6",
43
+ "@aztec/constants": "2.1.0-rc.6",
44
+ "@aztec/entrypoints": "2.1.0-rc.6",
45
+ "@aztec/ethereum": "2.1.0-rc.6",
46
+ "@aztec/foundation": "2.1.0-rc.6",
47
+ "@aztec/kv-store": "2.1.0-rc.6",
48
+ "@aztec/l1-artifacts": "2.1.0-rc.6",
49
+ "@aztec/node-lib": "2.1.0-rc.6",
50
+ "@aztec/noir-contracts.js": "2.1.0-rc.6",
51
+ "@aztec/noir-protocol-circuits-types": "2.1.0-rc.6",
52
+ "@aztec/p2p": "2.1.0-rc.6",
53
+ "@aztec/p2p-bootstrap": "2.1.0-rc.6",
54
+ "@aztec/protocol-contracts": "2.1.0-rc.6",
55
+ "@aztec/prover-client": "2.1.0-rc.6",
56
+ "@aztec/prover-node": "2.1.0-rc.6",
57
+ "@aztec/pxe": "2.1.0-rc.6",
58
+ "@aztec/stdlib": "2.1.0-rc.6",
59
+ "@aztec/telemetry-client": "2.1.0-rc.6",
60
+ "@aztec/txe": "2.1.0-rc.6",
61
+ "@aztec/world-state": "2.1.0-rc.6",
62
62
  "@types/chalk": "^2.2.0",
63
63
  "abitype": "^0.8.11",
64
64
  "chalk": "^5.3.0",
package/src/bin/index.ts CHANGED
@@ -4,7 +4,6 @@ import { injectCommands as injectBuilderCommands } from '@aztec/builder';
4
4
  import { injectCommands as injectWalletCommands } from '@aztec/cli-wallet';
5
5
  import { enrichEnvironmentWithChainConfig, enrichEnvironmentWithNetworkConfig } from '@aztec/cli/config';
6
6
  import { injectCommands as injectContractCommands } from '@aztec/cli/contracts';
7
- import { injectCommands as injectDevnetCommands } from '@aztec/cli/devnet';
8
7
  import { injectCommands as injectInfrastructureCommands } from '@aztec/cli/infrastructure';
9
8
  import { injectCommands as injectL1Commands } from '@aztec/cli/l1';
10
9
  import { injectCommands as injectMiscCommands } from '@aztec/cli/misc';
@@ -53,7 +52,6 @@ async function main() {
53
52
  program = injectL1Commands(program, userLog, debugLogger);
54
53
  program = injectPXECommands(program, userLog, debugLogger);
55
54
  program = injectMiscCommands(program, userLog);
56
- program = injectDevnetCommands(program, userLog, debugLogger);
57
55
  program = injectWalletCommands(program, userLog, debugLogger);
58
56
 
59
57
  await program.parseAsync(process.argv);