@reflink/reflink
Advanced tools
Comparing version 0.1.13 to 0.1.14-canary.b89d057
{ | ||
"name": "@reflink/reflink", | ||
"version": "0.1.13", | ||
"version": "0.1.14-canary.b89d057", | ||
"main": "index.js", | ||
@@ -40,10 +40,10 @@ "types": "index.d.ts", | ||
"optionalDependencies": { | ||
"@reflink/reflink-win32-x64-msvc": "0.1.13", | ||
"@reflink/reflink-darwin-x64": "0.1.13", | ||
"@reflink/reflink-linux-x64-gnu": "0.1.13", | ||
"@reflink/reflink-darwin-arm64": "0.1.13", | ||
"@reflink/reflink-linux-arm64-gnu": "0.1.13", | ||
"@reflink/reflink-linux-arm64-musl": "0.1.13", | ||
"@reflink/reflink-win32-arm64-msvc": "0.1.13", | ||
"@reflink/reflink-linux-x64-musl": "0.1.13" | ||
"@reflink/reflink-win32-x64-msvc": "0.1.14-canary.b89d057", | ||
"@reflink/reflink-darwin-x64": "0.1.14-canary.b89d057", | ||
"@reflink/reflink-linux-x64-gnu": "0.1.14-canary.b89d057", | ||
"@reflink/reflink-darwin-arm64": "0.1.14-canary.b89d057", | ||
"@reflink/reflink-linux-arm64-gnu": "0.1.14-canary.b89d057", | ||
"@reflink/reflink-linux-arm64-musl": "0.1.14-canary.b89d057", | ||
"@reflink/reflink-win32-arm64-msvc": "0.1.14-canary.b89d057", | ||
"@reflink/reflink-linux-x64-musl": "0.1.14-canary.b89d057" | ||
}, | ||
@@ -54,3 +54,3 @@ "scripts": { | ||
"build:debug": "napi build --platform", | ||
"pretest": "yarn build", | ||
"pretest": "pnpm build", | ||
"test": "cargo t && vitest", | ||
@@ -57,0 +57,0 @@ "bench": "node benchmark.mjs", |
@@ -50,5 +50,5 @@ # @reflink/reflink | ||
```bash | ||
yarn install | ||
yarn build | ||
yarn test | ||
pnpm install | ||
pnpm build | ||
pnpm test | ||
``` |
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
10584