@nxtedition/rocksdb 8.1.14 → 8.1.15

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.
@@ -115,9 +115,6 @@
115
115
  "/usr/lib/include",
116
116
  # "/usr/local/Cellar/jemalloc/5.3.0/include"
117
117
  ],
118
- "dependencies": [
119
- "../liburing/liburing.gyp:liburing"
120
- ],
121
118
  "cflags": [
122
119
  "-msse4.2",
123
120
  "-mpclmul",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/rocksdb",
3
- "version": "8.1.14",
3
+ "version": "8.1.15",
4
4
  "description": "A low-level Node.js RocksDB binding",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
Binary file
@@ -1,20 +0,0 @@
1
- {
2
- "variables": { "openssl_fips": "0" },
3
- "targets":
4
- [
5
- {
6
- "target_name": "liburing",
7
- "type": "static_library",
8
- "include_dirs": ["linux", "liburing/src/include"],
9
- "direct_dependent_settings":
10
- { "include_dirs": ["linux", "liburing/src/include"] },
11
- "sources":
12
- [
13
- "liburing/src/queue.c",
14
- "liburing/src/register.c",
15
- "liburing/src/setup.c",
16
- "liburing/src/syscall.c",
17
- ],
18
- },
19
- ],
20
- }