@noir-lang/types
Advanced tools
Comparing version 0.30.0-d6122eb.nightly to 0.30.0-d9b4712.nightly
@@ -53,6 +53,2 @@ export type Field = string | number | boolean; | ||
parameters: AbiParameter[]; | ||
param_witnesses: Record<string, { | ||
start: number; | ||
end: number; | ||
}[]>; | ||
return_type: { | ||
@@ -62,3 +58,2 @@ abi_type: AbiType; | ||
} | null; | ||
return_witnesses: number[]; | ||
error_types: Record<string, AbiErrorType>; | ||
@@ -65,0 +60,0 @@ }; |
@@ -53,6 +53,2 @@ export type Field = string | number | boolean; | ||
parameters: AbiParameter[]; | ||
param_witnesses: Record<string, { | ||
start: number; | ||
end: number; | ||
}[]>; | ||
return_type: { | ||
@@ -62,3 +58,2 @@ abi_type: AbiType; | ||
} | null; | ||
return_witnesses: number[]; | ||
error_types: Record<string, AbiErrorType>; | ||
@@ -65,0 +60,0 @@ }; |
@@ -7,3 +7,3 @@ { | ||
"packageManager": "yarn@3.5.1", | ||
"version": "0.30.0-d6122eb.nightly", | ||
"version": "0.30.0-d9b4712.nightly", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -10,0 +10,0 @@ "homepage": "https://noir-lang.org/", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49855
212