@nxtedition/rocksdb 8.1.13 → 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",
@@ -138,11 +135,11 @@
138
135
  "defines": ["OS_MACOSX=1"],
139
136
  "direct_dependent_settings": {
140
137
  "libraries": [
141
- "/opt/homebrew/Cellar/zstd/1.5.2/lib/libzstd.a"
138
+ "/opt/homebrew/Cellar/zstd/1.5.4/lib/libzstd.a"
142
139
  ],
143
140
  },
144
141
  "include_dirs": [
145
- "/opt/homebrew/Cellar/zstd/1.5.2/include"
142
+ "/opt/homebrew/Cellar/zstd/1.5.4/include"
146
143
  ],
147
144
  "xcode_settings": {
148
145
  "OTHER_CPLUSPLUSFLAGS": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/rocksdb",
3
- "version": "8.1.13",
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
- }