@reflink/reflink
Advanced tools
Comparing version 0.1.13 to 0.1.14-canary.298490b
{ | ||
"name": "@reflink/reflink", | ||
"version": "0.1.13", | ||
"version": "0.1.14-canary.298490b", | ||
"main": "index.js", | ||
@@ -38,13 +38,2 @@ "types": "index.d.ts", | ||
}, | ||
"packageManager": "pnpm@8.10.0", | ||
"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" | ||
}, | ||
"scripts": { | ||
@@ -54,3 +43,4 @@ "artifacts": "napi artifacts", | ||
"build:debug": "napi build --platform", | ||
"pretest": "yarn build", | ||
"prepublishOnly": "napi prepublish -t npm --skip-gh-release", | ||
"pretest": "pnpm build", | ||
"test": "cargo t && vitest", | ||
@@ -60,3 +50,14 @@ "bench": "node benchmark.mjs", | ||
"version": "napi version" | ||
}, | ||
"packageManager": "pnpm@8.10.0", | ||
"optionalDependencies": { | ||
"@reflink/reflink-win32-x64-msvc": "0.1.14-canary.298490b", | ||
"@reflink/reflink-darwin-x64": "0.1.14-canary.298490b", | ||
"@reflink/reflink-linux-x64-gnu": "0.1.14-canary.298490b", | ||
"@reflink/reflink-darwin-arm64": "0.1.14-canary.298490b", | ||
"@reflink/reflink-linux-arm64-gnu": "0.1.14-canary.298490b", | ||
"@reflink/reflink-linux-arm64-musl": "0.1.14-canary.298490b", | ||
"@reflink/reflink-win32-arm64-msvc": "0.1.14-canary.298490b", | ||
"@reflink/reflink-linux-x64-musl": "0.1.14-canary.298490b" | ||
} | ||
} |
@@ -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
10650