nedb-engine 9.0.2 → 10.30.90

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/index.d.ts CHANGED
@@ -62,3 +62,4 @@ export declare function wrapSqlite<T extends object = object>(conn: T, opts?: Wr
62
62
  export declare function wrapMysql<T extends object = object>(conn: T, opts?: WrapOptions): T & { nedb: NedbSurface };
63
63
  export declare function wrapPg<T extends object = object>(conn: T, opts?: WrapOptions): T & { nedb: NedbSurface };
64
64
  export declare function wrapMongo<T extends object = object>(client: T, opts?: WrapOptions): T & { nedb: NedbSurface };
65
+ ct>(client: T, opts?: WrapOptions): T & { nedb: NedbSurface };
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,21 +1,25 @@
1
1
  === nesql staging for aarch64-apple-darwin ===
2
- /var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/build_script_9_1_bn6620yl: line 51: cargo: command not found
3
- cargo exit: 127
2
+ Compiling nesql v10.30.90 (/Users/builder/clone/rust/nesql-cli)
3
+ Finished `release` profile [optimized] target(s) in 15.02s
4
+ cargo exit: 0
4
5
  --- expected: rust/target/aarch64-apple-darwin/release/nesql ---
5
- total 11936
6
- drwxr-xr-x 16 builder staff 512 Sep 16 23:39 .
7
- drwxr-xr-x@ 4 builder staff 128 Sep 16 23:37 ..
8
- -rw-r--r-- 1 builder staff 0 Sep 16 23:37 .cargo-artifact-lock
9
- -rw-r--r-- 1 builder staff 0 Sep 16 23:37 .cargo-build-lock
10
- -rw-r--r-- 1 builder staff 0 Sep 16 23:37 .cargo-lock
11
- drwxr-xr-x 229 builder staff 7328 Sep 16 23:39 .fingerprint
12
- drwxr-xr-x 34 builder staff 1088 Sep 16 23:39 build
13
- drwxr-xr-x 584 builder staff 18688 Sep 16 23:39 deps
14
- drwxr-xr-x 2 builder staff 64 Sep 16 23:37 examples
15
- drwxr-xr-x 2 builder staff 64 Sep 16 23:37 incremental
16
- -rw-r--r-- 1 builder staff 1479 Sep 16 23:39 lib_native.d
17
- -rwxr-xr-x 1 builder staff 1665536 Sep 16 23:39 lib_native.dylib
18
- -rw-r--r-- 1 builder staff 1535 Sep 16 23:39 libnedb_node.d
19
- -rwxr-xr-x 1 builder staff 1642064 Sep 16 23:39 libnedb_node.dylib
20
- -rwxr-xr-x 1 builder staff 2786272 Sep 16 23:38 nedbd
21
- -rw-r--r-- 1 builder staff 1462 Sep 16 23:38 nedbd.d
6
+ total 15656
7
+ drwxr-xr-x 18 builder staff 576 Sep 17 00:12 .
8
+ drwxr-xr-x@ 4 builder staff 128 Sep 17 00:09 ..
9
+ -rw-r--r-- 1 builder staff 0 Sep 17 00:09 .cargo-artifact-lock
10
+ -rw-r--r-- 1 builder staff 0 Sep 17 00:09 .cargo-build-lock
11
+ -rw-r--r-- 1 builder staff 0 Sep 17 00:09 .cargo-lock
12
+ drwxr-xr-x 232 builder staff 7424 Sep 17 00:12 .fingerprint
13
+ drwxr-xr-x 35 builder staff 1120 Sep 17 00:12 build
14
+ drwxr-xr-x 589 builder staff 18848 Sep 17 00:12 deps
15
+ drwxr-xr-x 2 builder staff 64 Sep 17 00:09 examples
16
+ drwxr-xr-x 2 builder staff 64 Sep 17 00:09 incremental
17
+ -rw-r--r-- 1 builder staff 1479 Sep 17 00:11 lib_native.d
18
+ -rwxr-xr-x 1 builder staff 1665536 Sep 17 00:11 lib_native.dylib
19
+ -rw-r--r-- 1 builder staff 1535 Sep 17 00:12 libnedb_node.d
20
+ -rwxr-xr-x 1 builder staff 1642032 Sep 17 00:12 libnedb_node.dylib
21
+ -rwxr-xr-x 1 builder staff 2786352 Sep 17 00:10 nedbd
22
+ -rw-r--r-- 1 builder staff 1462 Sep 17 00:10 nedbd.d
23
+ -rwxr-xr-x 1 builder staff 1898320 Sep 17 00:12 nesql
24
+ -rw-r--r-- 1 builder staff 2456 Sep 17 00:12 nesql.d
25
+ Mach-O 64-bit executable arm64
Binary file
package/nesql-linux-arm64 CHANGED
Binary file
Binary file
package/nesql-linux-x64 CHANGED
Binary file
Binary file
package/nesql-win-x64.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nedb-engine",
3
- "version": "9.0.2",
3
+ "version": "10.30.90",
4
4
  "description": "NEDB \u2014 hash-chained, time-traveling, bi-temporal embedded database with Rust native core. SQL, Redis, MongoDB adapters. Causal Write Provenance. RESP2 wire protocol.",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -1,21 +0,0 @@
1
- === nesql staging for x86_64-apple-darwin ===
2
- /var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/build_script_9_1_t3ccpi13: line 51: cargo: command not found
3
- cargo exit: 127
4
- --- expected: rust/target/x86_64-apple-darwin/release/nesql ---
5
- total 13344
6
- drwxr-xr-x 16 builder staff 512 Sep 16 23:43 .
7
- drwxr-xr-x@ 4 builder staff 128 Sep 16 23:40 ..
8
- -rw-r--r-- 1 builder staff 0 Sep 16 23:40 .cargo-artifact-lock
9
- -rw-r--r-- 1 builder staff 0 Sep 16 23:40 .cargo-build-lock
10
- -rw-r--r-- 1 builder staff 0 Sep 16 23:40 .cargo-lock
11
- drwxr-xr-x 229 builder staff 7328 Sep 16 23:42 .fingerprint
12
- drwxr-xr-x 34 builder staff 1088 Sep 16 23:42 build
13
- drwxr-xr-x 584 builder staff 18688 Sep 16 23:43 deps
14
- drwxr-xr-x 2 builder staff 64 Sep 16 23:40 examples
15
- drwxr-xr-x 2 builder staff 64 Sep 16 23:40 incremental
16
- -rw-r--r-- 1 builder staff 1478 Sep 16 23:42 lib_native.d
17
- -rwxr-xr-x 1 builder staff 1868240 Sep 16 23:42 lib_native.dylib
18
- -rw-r--r-- 1 builder staff 1534 Sep 16 23:43 libnedb_node.d
19
- -rwxr-xr-x 1 builder staff 1848872 Sep 16 23:43 libnedb_node.dylib
20
- -rwxr-xr-x 1 builder staff 3096560 Sep 16 23:41 nedbd
21
- -rw-r--r-- 1 builder staff 1461 Sep 16 23:41 nedbd.d