@noir-lang/backend_barretenberg
Advanced tools
Comparing version 0.7.10-88682da to 0.7.10-c4faf3a.nightly
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.7.10-88682da", | ||
"version": "0.7.10-c4faf3a.nightly", | ||
"packageManager": "yarn@3.5.1", | ||
@@ -31,3 +31,3 @@ "license": "(MIT OR Apache-2.0)", | ||
"prettier:fix": "prettier --write 'src/**/*.ts' 'test/**/*.ts'", | ||
"nightly:version": "jq --arg new_version \"-$(git rev-parse --short HEAD)\" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json", | ||
"nightly:version": "jq --arg new_version \"-$(git rev-parse --short HEAD)$1\" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json", | ||
"publish": "echo 📡 publishing `$npm_package_name` && yarn npm publish", | ||
@@ -38,8 +38,5 @@ "lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0" | ||
"@aztec/bb.js": "0.8.10", | ||
"@noir-lang/types": "0.16.0-88682da", | ||
"@noir-lang/types": "0.16.0-c4faf3a.nightly", | ||
"fflate": "^0.8.0" | ||
}, | ||
"peerDependencies": { | ||
"@noir-lang/backend_barretenberg": "0.7.10-88682da" | ||
}, | ||
"devDependencies": { | ||
@@ -46,0 +43,0 @@ "@types/node": "^20.6.2", |
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
3
19846
+ Added@noir-lang/noirc_abi@0.16.0-c4faf3a.nightly(transitive)
+ Added@noir-lang/types@0.16.0-c4faf3a.nightly(transitive)
- Removed@noir-lang/noirc_abi@0.16.0-88682da(transitive)
- Removed@noir-lang/types@0.16.0-88682da(transitive)