Comparing version 3.0.0-beta.7 to 3.0.0-beta.7-debug1
{ | ||
"name": "lmdb", | ||
"author": "Kris Zyp", | ||
"version": "3.0.0-beta.7", | ||
"version": "3.0.0-beta.7-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", | ||
"@lmdb/lmdb-darwin-x64": "3.0.0-beta.7", | ||
"@lmdb/lmdb-linux-arm": "3.0.0-beta.7", | ||
"@lmdb/lmdb-linux-arm64": "3.0.0-beta.7", | ||
"@lmdb/lmdb-linux-x64": "3.0.0-beta.7", | ||
"@lmdb/lmdb-win32-x64": "3.0.0-beta.7" | ||
"@lmdb/lmdb-linux-arm": "3.0.0-beta.7-debug1", | ||
"@lmdb/lmdb-linux-arm64": "3.0.0-beta.7-debug1", | ||
"@lmdb/lmdb-linux-x64": "3.0.0-beta.7-debug1" | ||
} | ||
} |
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
8
2465282