@aztec/builder 0.0.1-commit.3100065 → 0.0.1-commit.330febf
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.
|
@@ -261,7 +261,7 @@ async function generateEvents(events) {
|
|
|
261
261
|
|
|
262
262
|
/* eslint-disable */
|
|
263
263
|
import { AztecAddress, CompleteAddress } from '@aztec/aztec.js/addresses';
|
|
264
|
-
import { type AbiType, type AztecAddressLike, type ContractArtifact, EventSelector,
|
|
264
|
+
import { type AbiType, type AztecAddressLike, type ContractArtifact, EventSelector, type EthAddressLike, type FieldLike, type FunctionSelectorLike, loadContractArtifact, loadContractArtifactForPublic, type NoirCompiledContract, type OptionLike, type U128Like, type WrappedFieldLike } from '@aztec/aztec.js/abi';
|
|
265
265
|
import { Contract, ContractBase, ContractFunctionInteraction, type ContractMethod, type ContractStorageLayout, type DeployInstantiationOptions, DeployMethod } from '@aztec/aztec.js/contracts';
|
|
266
266
|
import { EthAddress } from '@aztec/aztec.js/addresses';
|
|
267
267
|
import { Fr, Point } from '@aztec/aztec.js/fields';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/builder",
|
|
3
|
-
"version": "0.0.1-commit.
|
|
3
|
+
"version": "0.0.1-commit.330febf",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@aztec/foundation": "0.0.1-commit.
|
|
71
|
-
"@aztec/stdlib": "0.0.1-commit.
|
|
70
|
+
"@aztec/foundation": "0.0.1-commit.330febf",
|
|
71
|
+
"@aztec/stdlib": "0.0.1-commit.330febf",
|
|
72
72
|
"commander": "^12.1.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
@@ -317,7 +317,7 @@ export async function generateTypescriptContractInterface(input: ContractArtifac
|
|
|
317
317
|
|
|
318
318
|
/* eslint-disable */
|
|
319
319
|
import { AztecAddress, CompleteAddress } from '@aztec/aztec.js/addresses';
|
|
320
|
-
import { type AbiType, type AztecAddressLike, type ContractArtifact, EventSelector,
|
|
320
|
+
import { type AbiType, type AztecAddressLike, type ContractArtifact, EventSelector, type EthAddressLike, type FieldLike, type FunctionSelectorLike, loadContractArtifact, loadContractArtifactForPublic, type NoirCompiledContract, type OptionLike, type U128Like, type WrappedFieldLike } from '@aztec/aztec.js/abi';
|
|
321
321
|
import { Contract, ContractBase, ContractFunctionInteraction, type ContractMethod, type ContractStorageLayout, type DeployInstantiationOptions, DeployMethod } from '@aztec/aztec.js/contracts';
|
|
322
322
|
import { EthAddress } from '@aztec/aztec.js/addresses';
|
|
323
323
|
import { Fr, Point } from '@aztec/aztec.js/fields';
|