Comparing version 3.0.0-beta.7-debug3 to 3.0.0-beta.8-debug1
{ | ||
"name": "lmdb", | ||
"author": "Kris Zyp", | ||
"version": "3.0.0-beta.7-debug3", | ||
"version": "3.0.0-beta.8-debug1", | ||
"description": "Simple, efficient, scalable, high-performance LMDB interface", | ||
@@ -71,3 +71,3 @@ "license": "MIT", | ||
"prebuildify": "prebuildify-platform-packages --debug --napi --target 18.17.1", | ||
"full-publish": "cd prebuilds/win32-x64 && npm publish --tag next --access public && cd ../darwin-x64 && npm publish --tag next --access public && cd ../darwin-arm64 && npm publish --tag next --access public && cd ../linux-x64 && npm publish --tag next --access public && cd ../linux-arm64 && npm publish --tag next --access public && cd ../linux-arm && npm publish --tag next --access public && cd ../.. && npm publish --tag next && node util/remove-optional-deps.cjs", | ||
"full-publish": "cd prebuilds/linux-x64 && npm publish --tag next --access public && cd ../linux-arm64 && npm publish --tag next --access public && cd ../linux-arm && npm publish --tag next --access public && cd ../.. && npm publish --tag next && node util/remove-optional-deps.cjs", | ||
"recompile": "node-gyp clean && node-gyp configure && node-gyp build", | ||
@@ -114,9 +114,6 @@ "test": "mocha test/**.test.js --expose-gc --recursive", | ||
"optionalDependencies": { | ||
"@lmdb/lmdb-darwin-arm64": "3.0.0-beta.7-debug3", | ||
"@lmdb/lmdb-darwin-x64": "3.0.0-beta.7-debug3", | ||
"@lmdb/lmdb-linux-arm": "3.0.0-beta.7-debug3", | ||
"@lmdb/lmdb-linux-arm64": "3.0.0-beta.7-debug3", | ||
"@lmdb/lmdb-linux-x64": "3.0.0-beta.7-debug3", | ||
"@lmdb/lmdb-win32-x64": "3.0.0-beta.7-debug3" | ||
"@lmdb/lmdb-linux-arm": "3.0.0-beta.8-debug1", | ||
"@lmdb/lmdb-linux-arm64": "3.0.0-beta.8-debug1", | ||
"@lmdb/lmdb-linux-x64": "3.0.0-beta.8-debug1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2466495
8