@reflink/reflink
Advanced tools
Comparing version 0.1.15 to 0.1.16
{ | ||
"name": "@reflink/reflink", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"main": "index.js", | ||
@@ -44,3 +44,3 @@ "types": "index.d.ts", | ||
"pretest": "pnpm build", | ||
"test": "cargo t && vitest", | ||
"test": "cargo t && vitest && rimraf -g __reflink-tests-*", | ||
"bench": "node benchmark.mjs", | ||
@@ -52,11 +52,11 @@ "universal": "napi universal", | ||
"optionalDependencies": { | ||
"@reflink/reflink-win32-x64-msvc": "0.1.15", | ||
"@reflink/reflink-darwin-x64": "0.1.15", | ||
"@reflink/reflink-linux-x64-gnu": "0.1.15", | ||
"@reflink/reflink-darwin-arm64": "0.1.15", | ||
"@reflink/reflink-linux-arm64-gnu": "0.1.15", | ||
"@reflink/reflink-linux-arm64-musl": "0.1.15", | ||
"@reflink/reflink-win32-arm64-msvc": "0.1.15", | ||
"@reflink/reflink-linux-x64-musl": "0.1.15" | ||
"@reflink/reflink-win32-x64-msvc": "0.1.16", | ||
"@reflink/reflink-darwin-x64": "0.1.16", | ||
"@reflink/reflink-linux-x64-gnu": "0.1.16", | ||
"@reflink/reflink-darwin-arm64": "0.1.16", | ||
"@reflink/reflink-linux-arm64-gnu": "0.1.16", | ||
"@reflink/reflink-linux-arm64-musl": "0.1.16", | ||
"@reflink/reflink-win32-arm64-msvc": "0.1.16", | ||
"@reflink/reflink-linux-x64-musl": "0.1.16" | ||
} | ||
} |
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
10581