@lmdb/lmdb-win32-x64 2.5.3 → 2.6.0-alpha3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.abi108.node +0 -0
- package/node.abi93.node +0 -0
- package/node.napi.node +0 -0
- package/package.json +4 -4
- package/node.abi102.node +0 -0
- package/node.abi83.node +0 -0
package/node.abi108.node
CHANGED
|
Binary file
|
package/node.abi93.node
CHANGED
|
Binary file
|
package/node.napi.node
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmdb/lmdb-win32-x64",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0-alpha3",
|
|
4
4
|
"os": [
|
|
5
5
|
"win32"
|
|
6
6
|
],
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"author": "Kris Zyp",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "git+ssh://git@github.com/
|
|
14
|
+
"url": "git+ssh://git@github.com/kriszyp/lmdb-js.git"
|
|
15
15
|
},
|
|
16
16
|
"bugs": {
|
|
17
|
-
"url": "https://github.com/
|
|
17
|
+
"url": "https://github.com/kriszyp/lmdb-js/issues"
|
|
18
18
|
},
|
|
19
|
-
"homepage": "https://github.com/
|
|
19
|
+
"homepage": "https://github.com/kriszyp/lmdb-js#readme",
|
|
20
20
|
"description": "Platform specific binary for lmdb on win32 OS with x64 architecture"
|
|
21
21
|
}
|
package/node.abi102.node
DELETED
|
Binary file
|
package/node.abi83.node
DELETED
|
Binary file
|