Comparing version 2.5.0 to 2.5.1
{ | ||
"name": "lmdb", | ||
"author": "Kris Zyp", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Simple, efficient, scalable, high-performance LMDB interface", | ||
@@ -55,6 +55,6 @@ "license": "MIT", | ||
"prepare": "rollup -c", | ||
"before-publish": "rollup -c && prebuildify-ci download && prebuildify --target 16.14.0 && prebuildify --target 14.19.1 && prebuildify --target 17.9.0 && prebuildify --target 18.0.0 && set ENABLE_V8_FUNCTIONS=false&& prebuildify --napi --platform-packages --target 16.14.0 && node util/set-optional-deps.cjs && npm run test", | ||
"prebuild-libc-expanded": "prebuildify --tag-libc --target 16.14.0 && prebuildify --tag-libc --target 14.19.1 && prebuildify --tag-libc --target 17.9.0 && prebuildify --tag-libc --target 18.0.0 && ENABLE_V8_FUNCTIONS=false prebuildify --tag-libc --napi --platform-packages --target 16.14.0", | ||
"prebuild-libc": "prebuildify --tag-libc --target 17.9.0 && prebuildify --tag-libc --target 18.0.0 && prebuildify --napi --platform-packages --tag-libc --target 16.14.2", | ||
"prebuildify": "prebuildify --target 16.14.2", | ||
"before-publish": "rollup -c && prebuildify-ci download && prebuildify-platform-packages --target 16.14.0 && prebuildify-platform-packages --target 14.19.1 && prebuildify-platform-packages --target 17.9.0 && prebuildify-platform-packages --target 18.0.0 && set ENABLE_V8_FUNCTIONS=false&& prebuildify-platform-packages --napi --platform-packages --target 16.14.0 && node util/set-optional-deps.cjs && npm run test", | ||
"prebuild-libc-expanded": "prebuildify-platform-packages --tag-libc --target 16.14.0 && prebuildify-platform-packages --tag-libc --target 14.19.1 && prebuildify-platform-packages --tag-libc --target 17.9.0 && prebuildify-platform-packages --tag-libc --target 18.0.0 && ENABLE_V8_FUNCTIONS=false prebuildify-platform-packages --tag-libc --napi --platform-packages --target 16.14.0", | ||
"prebuild-libc": "prebuildify-platform-packages --tag-libc --target 17.9.0 && prebuildify-platform-packages --tag-libc --target 18.0.0 && prebuildify-platform-packages --napi --platform-packages --tag-libc --target 16.14.2", | ||
"prebuildify": "prebuildify-platform-packages --target 16.14.2", | ||
"full-publish": "cd prebuilds/win32-x64 && npm publish --access public && cd ../darwin-x64 && npm publish --access public && cd ../darwin-arm64 && npm publish --access public && cd ../linux-x64 && npm publish --access public && cd ../linux-arm64 && npm publish --access public && cd ../linux-arm && npm publish --access public && cd ../.. && npm publish", | ||
@@ -82,3 +82,3 @@ "recompile": "node-gyp clean && node-gyp configure && node-gyp build", | ||
"mocha": "^9.1.3", | ||
"prebuildify": "kriszyp/prebuildify#optional-packages", | ||
"prebuildify-platform-packages": "5.0.0", | ||
"prebuildify-ci": "^1.0.5", | ||
@@ -97,9 +97,9 @@ "rimraf": "^3.0.2", | ||
"optionalDependencies": { | ||
"@lmdb/lmdb-darwin-arm64": "2.5.0", | ||
"@lmdb/lmdb-darwin-x64": "2.5.0", | ||
"@lmdb/lmdb-linux-arm": "2.5.0", | ||
"@lmdb/lmdb-linux-arm64": "2.5.0", | ||
"@lmdb/lmdb-linux-x64": "2.5.0", | ||
"@lmdb/lmdb-win32-x64": "2.5.0" | ||
"@lmdb/lmdb-darwin-arm64": "2.5.1", | ||
"@lmdb/lmdb-darwin-x64": "2.5.1", | ||
"@lmdb/lmdb-linux-arm": "2.5.1", | ||
"@lmdb/lmdb-linux-arm64": "2.5.1", | ||
"@lmdb/lmdb-linux-x64": "2.5.1", | ||
"@lmdb/lmdb-win32-x64": "2.5.1" | ||
} | ||
} |
@@ -30,3 +30,3 @@ [![license](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE) | ||
In Deno, this package could be directly used from the [deno.land `lmdb` module](https://deno.land/x/lmdb/mod.ts), but Node-API support is currently in-progress, so probably will require Deno v1.22+ (for older versions of Deno, you can use `lmdb-js` v2.2.x). | ||
In Deno, this package could be directly used from the [deno.land `lmdb` module](https://deno.land/x/lmdb/mod.ts), but Node-API support is currently in-progress, so probably will require Deno v1.24+ (for older versions of Deno, you can use `lmdb-js` v2.2.x). | ||
@@ -33,0 +33,0 @@ This library has minimal, tightly-controlled, and maintained dependencies to ensure stability, security, and efficiency. It supports both native ESM and CJS usage. |
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
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
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
2316201
119
5227