@noir-lang/noir_js
Advanced tools
Comparing version 0.35.0 to 0.36.0-07ab515.nightly
import * as acvm from '@noir-lang/acvm_js'; | ||
import * as abi from '@noir-lang/noirc_abi'; | ||
import { CompiledCircuit } from '@noir-lang/types'; | ||
export { ecdsa_secp256r1_verify, ecdsa_secp256k1_verify, keccak256, blake2s256, xor, and } from '@noir-lang/acvm_js'; | ||
export { ecdsa_secp256r1_verify, ecdsa_secp256k1_verify, blake2s256, xor, and } from '@noir-lang/acvm_js'; | ||
export { InputMap } from '@noir-lang/noirc_abi'; | ||
@@ -6,0 +6,0 @@ export { WitnessMap, ForeignCallHandler, ForeignCallInput, ForeignCallOutput } from '@noir-lang/acvm_js'; |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.35.0", | ||
"version": "0.36.0-07ab515.nightly", | ||
"packageManager": "yarn@3.5.1", | ||
@@ -21,5 +21,5 @@ "license": "(MIT OR Apache-2.0)", | ||
"dependencies": { | ||
"@noir-lang/acvm_js": "0.51.0", | ||
"@noir-lang/noirc_abi": "0.35.0", | ||
"@noir-lang/types": "0.35.0" | ||
"@noir-lang/acvm_js": "0.52.0-07ab515.nightly", | ||
"@noir-lang/noirc_abi": "0.36.0-07ab515.nightly", | ||
"@noir-lang/types": "0.36.0-07ab515.nightly" | ||
}, | ||
@@ -26,0 +26,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
16228
324
+ Added@noir-lang/acvm_js@0.52.0-07ab515.nightly(transitive)
+ Added@noir-lang/noirc_abi@0.36.0-07ab515.nightly(transitive)
+ Added@noir-lang/types@0.36.0-07ab515.nightly(transitive)
- Removed@noir-lang/acvm_js@0.51.0(transitive)
- Removed@noir-lang/noirc_abi@0.35.0(transitive)
- Removed@noir-lang/types@0.35.0(transitive)