@aztec/cli 0.8.14 → 0.9.0

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/dest/utils.d.ts +1 -1
  2. package/package.json +8 -8
package/dest/utils.d.ts CHANGED
@@ -22,7 +22,7 @@ export declare function getFunctionArtifact(artifact: ContractArtifact, fnName:
22
22
  * @param privateKey - The private key to be used in contract deployment.
23
23
  * @param mnemonic - The mnemonic to be used in contract deployment.
24
24
  */
25
- export declare function deployAztecContracts(rpcUrl: string, apiKey: string, privateKey: string, mnemonic: string, debugLogger: DebugLogger): Promise<import("@aztec/ethereum").DeployL1Contracts>;
25
+ export declare function deployAztecContracts(rpcUrl: string, apiKey: string, privateKey: string, mnemonic: string, debugLogger: DebugLogger): Promise<import("@aztec/aztec.js").DeployL1Contracts>;
26
26
  /**
27
27
  * Gets all contracts available in \@aztec/noir-contracts.
28
28
  * @returns The contract ABIs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/cli",
3
- "version": "0.8.14",
3
+ "version": "0.9.0",
4
4
  "type": "module",
5
5
  "main": "./dest/index.js",
6
6
  "bin": {
@@ -34,13 +34,13 @@
34
34
  "rootDir": "./src"
35
35
  },
36
36
  "dependencies": {
37
- "@aztec/aztec.js": "0.8.14",
38
- "@aztec/ethereum": "0.8.14",
39
- "@aztec/foundation": "0.8.14",
40
- "@aztec/l1-artifacts": "0.8.14",
41
- "@aztec/noir-compiler": "0.8.14",
42
- "@aztec/noir-contracts": "0.8.14",
43
- "@aztec/types": "0.8.14",
37
+ "@aztec/aztec.js": "0.9.0",
38
+ "@aztec/ethereum": "0.9.0",
39
+ "@aztec/foundation": "0.9.0",
40
+ "@aztec/l1-artifacts": "0.9.0",
41
+ "@aztec/noir-compiler": "0.9.0",
42
+ "@aztec/noir-contracts": "0.9.0",
43
+ "@aztec/types": "0.9.0",
44
44
  "@libp2p/peer-id-factory": "^3.0.4",
45
45
  "commander": "^9.0.0",
46
46
  "jszip": "^3.10.1",