@noir-lang/types
Advanced tools
Comparing version 0.22.0-57eae42.nightly to 0.22.0-5be049e.nightly
@@ -1,2 +0,2 @@ | ||
import { Abi, WitnessMap } from '@noir-lang/noirc_abi'; | ||
import { Abi } from '@noir-lang/noirc_abi'; | ||
export { Abi, WitnessMap } from '@noir-lang/noirc_abi'; | ||
@@ -37,3 +37,3 @@ export interface Backend { | ||
/** @description Public inputs of a proof */ | ||
publicInputs: WitnessMap; | ||
publicInputs: string[]; | ||
/** @description An byte array representing the proof */ | ||
@@ -40,0 +40,0 @@ proof: Uint8Array; |
@@ -1,2 +0,2 @@ | ||
import { Abi, WitnessMap } from '@noir-lang/noirc_abi'; | ||
import { Abi } from '@noir-lang/noirc_abi'; | ||
export { Abi, WitnessMap } from '@noir-lang/noirc_abi'; | ||
@@ -37,3 +37,3 @@ export interface Backend { | ||
/** @description Public inputs of a proof */ | ||
publicInputs: WitnessMap; | ||
publicInputs: string[]; | ||
/** @description An byte array representing the proof */ | ||
@@ -40,0 +40,0 @@ proof: Uint8Array; |
{ | ||
"name": "@noir-lang/types", | ||
"collaborators": [ | ||
"contributors": [ | ||
"The Noir Team <team@noir-lang.org>" | ||
], | ||
"packageManager": "yarn@3.5.1", | ||
"version": "0.22.0-57eae42.nightly", | ||
"version": "0.22.0-5be049e.nightly", | ||
"license": "(MIT OR Apache-2.0)", | ||
"homepage": "https://noir-lang.org/", | ||
"repository": { | ||
"url": "https://github.com/noir-lang/noir.git", | ||
"directory": "tooling/noir_js_types", | ||
"type": "git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/noir-lang/noir/issues" | ||
}, | ||
"files": [ | ||
@@ -33,3 +42,3 @@ "lib", | ||
"dependencies": { | ||
"@noir-lang/noirc_abi": "0.22.0-57eae42.nightly" | ||
"@noir-lang/noirc_abi": "0.22.0-5be049e.nightly" | ||
}, | ||
@@ -36,0 +45,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
0
47651
+ Added@noir-lang/noirc_abi@0.22.0-5be049e.nightly(transitive)
- Removed@noir-lang/noirc_abi@0.22.0-57eae42.nightly(transitive)