diff --git a/package.json b/package.json index 60a40c5bc..3e263410d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lmdb", "author": "Kris Zyp", - "version": "2.9.2", + "version": "2.9.3-beta.1", "description": "Simple, efficient, scalable, high-performance LMDB interface", "license": "MIT", "repository": { @@ -110,11 +110,5 @@ "singleQuote": true }, "optionalDependencies": { - "@lmdb/lmdb-darwin-arm64": "2.9.1", - "@lmdb/lmdb-darwin-x64": "2.9.1", - "@lmdb/lmdb-linux-arm": "2.9.1", - "@lmdb/lmdb-linux-arm64": "2.9.1", - "@lmdb/lmdb-linux-x64": "2.9.1", - "@lmdb/lmdb-win32-x64": "2.9.1" } } \ No newline at end of file