@aztec/types
Advanced tools
Comparing version 0.72.1 to 0.73.0
@@ -16,3 +16,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
*/ | ||
export declare function contractArtifactFromBuffer(buffer: Buffer): ContractArtifact; | ||
export declare function contractArtifactFromBuffer(buffer: Buffer): Promise<ContractArtifact>; | ||
/** | ||
@@ -19,0 +19,0 @@ * Gets nargo build output and returns a valid contract artifact instance. |
{ | ||
"name": "@aztec/types", | ||
"version": "0.72.1", | ||
"version": "0.73.0", | ||
"type": "module", | ||
@@ -63,4 +63,4 @@ "main": "./dest/index.js", | ||
"dependencies": { | ||
"@aztec/ethereum": "0.72.1", | ||
"@aztec/foundation": "0.72.1" | ||
"@aztec/ethereum": "0.73.0", | ||
"@aztec/foundation": "0.73.0" | ||
}, | ||
@@ -67,0 +67,0 @@ "devDependencies": { |
@@ -41,3 +41,3 @@ import { | ||
*/ | ||
export function contractArtifactFromBuffer(buffer: Buffer): ContractArtifact { | ||
export function contractArtifactFromBuffer(buffer: Buffer): Promise<ContractArtifact> { | ||
return jsonParseWithSchema(buffer.toString('utf-8'), ContractArtifactSchema); | ||
@@ -44,0 +44,0 @@ } |
Sorry, the diff of this file is not supported yet
62015
+ Added@aztec/bb.js@0.73.0(transitive)
+ Added@aztec/ethereum@0.73.0(transitive)
+ Added@aztec/foundation@0.73.0(transitive)
+ Added@aztec/l1-artifacts@0.73.0(transitive)
- Removed@aztec/bb.js@0.72.1(transitive)
- Removed@aztec/ethereum@0.72.1(transitive)
- Removed@aztec/foundation@0.72.1(transitive)
- Removed@aztec/l1-artifacts@0.72.1(transitive)
Updated@aztec/ethereum@0.73.0
Updated@aztec/foundation@0.73.0