@nxtedition/rocksdb 8.1.15 → 8.1.16

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.
@@ -0,0 +1,20 @@
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
+ }
@@ -115,6 +115,9 @@
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
+ ],
118
121
  "cflags": [
119
122
  "-msse4.2",
120
123
  "-mpclmul",
@@ -135,11 +138,11 @@
135
138
  "defines": ["OS_MACOSX=1"],
136
139
  "direct_dependent_settings": {
137
140
  "libraries": [
138
- "/opt/homebrew/Cellar/zstd/1.5.4/lib/libzstd.a"
141
+ "/opt/homebrew/Cellar/zstd/1.5.2/lib/libzstd.a"
139
142
  ],
140
143
  },
141
144
  "include_dirs": [
142
- "/opt/homebrew/Cellar/zstd/1.5.4/include"
145
+ "/opt/homebrew/Cellar/zstd/1.5.2/include"
143
146
  ],
144
147
  "xcode_settings": {
145
148
  "OTHER_CPLUSPLUSFLAGS": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/rocksdb",
3
- "version": "8.1.15",
3
+ "version": "8.1.16",
4
4
  "description": "A low-level Node.js RocksDB binding",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
Binary file