@noir-lang/types
Advanced tools
Comparing version 0.19.3 to 0.19.4-1ef8546.nightly
@@ -1,2 +0,3 @@ | ||
import { Abi } from '@noir-lang/noirc_abi'; | ||
import { Abi, WitnessMap } from '@noir-lang/noirc_abi'; | ||
export { Abi, WitnessMap } from '@noir-lang/noirc_abi'; | ||
export interface Backend { | ||
@@ -36,3 +37,3 @@ /** | ||
/** @description Public inputs of a proof */ | ||
publicInputs: Uint8Array[]; | ||
publicInputs: WitnessMap; | ||
/** @description An byte array representing the proof */ | ||
@@ -39,0 +40,0 @@ proof: Uint8Array; |
@@ -1,2 +0,3 @@ | ||
import { Abi } from '@noir-lang/noirc_abi'; | ||
import { Abi, WitnessMap } from '@noir-lang/noirc_abi'; | ||
export { Abi, WitnessMap } from '@noir-lang/noirc_abi'; | ||
export interface Backend { | ||
@@ -36,3 +37,3 @@ /** | ||
/** @description Public inputs of a proof */ | ||
publicInputs: Uint8Array[]; | ||
publicInputs: WitnessMap; | ||
/** @description An byte array representing the proof */ | ||
@@ -39,0 +40,0 @@ proof: Uint8Array; |
@@ -7,3 +7,3 @@ { | ||
"packageManager": "yarn@3.5.1", | ||
"version": "0.19.3", | ||
"version": "0.19.4-1ef8546.nightly", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -23,3 +23,4 @@ "files": [ | ||
"publish": "echo 📡 publishing `$npm_package_name` && yarn npm publish", | ||
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0" | ||
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0", | ||
"clean": "rm -rf ./lib" | ||
}, | ||
@@ -34,3 +35,3 @@ "exports": { | ||
"dependencies": { | ||
"@noir-lang/noirc_abi": "0.19.3" | ||
"@noir-lang/noirc_abi": "0.19.4-1ef8546.nightly" | ||
}, | ||
@@ -37,0 +38,0 @@ "devDependencies": { |
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
46086
106
+ Added@noir-lang/noirc_abi@0.19.4-1ef8546.nightly(transitive)
- Removed@noir-lang/noirc_abi@0.19.3(transitive)