@naturalcycles/db-lib 9.26.2 → 9.26.3
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.
|
@@ -2,7 +2,7 @@ import { CommonDBOptions, CommonDBSaveOptions } from '../db.model';
|
|
|
2
2
|
import { DBQuery, DBQueryFilter, DBQueryFilterOperator, DBQueryOrder } from '../query/dbQuery';
|
|
3
3
|
export declare const commonDBOptionsSchema: import("joi").ObjectSchema<CommonDBOptions>;
|
|
4
4
|
export declare const commonDBSaveOptionsSchema: import("joi").ObjectSchema<CommonDBSaveOptions<any>>;
|
|
5
|
-
export declare const dbQueryFilterOperatorSchema: import("@naturalcycles/nodejs-lib
|
|
5
|
+
export declare const dbQueryFilterOperatorSchema: import("@naturalcycles/nodejs-lib").StringSchema<DBQueryFilterOperator>;
|
|
6
6
|
export declare const dbQueryFilterSchema: import("joi").ObjectSchema<DBQueryFilter<any>>;
|
|
7
7
|
export declare const dbQueryOrderSchema: import("joi").ObjectSchema<DBQueryOrder<any>>;
|
|
8
8
|
export declare const dbQuerySchema: import("joi").ObjectSchema<DBQuery<any>>;
|
package/package.json
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"lbt": "dev-lib lbt"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@naturalcycles/js-lib": "^14
|
|
13
|
-
"@naturalcycles/nodejs-lib": "^13
|
|
12
|
+
"@naturalcycles/js-lib": "^14",
|
|
13
|
+
"@naturalcycles/nodejs-lib": "^13"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@naturalcycles/bench-lib": "^3
|
|
17
|
-
"@naturalcycles/dev-lib": "^15
|
|
18
|
-
"@types/node": "^22
|
|
19
|
-
"jest": "^29
|
|
16
|
+
"@naturalcycles/bench-lib": "^3",
|
|
17
|
+
"@naturalcycles/dev-lib": "^15",
|
|
18
|
+
"@types/node": "^22",
|
|
19
|
+
"jest": "^29"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"dist",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=22.10.0"
|
|
47
47
|
},
|
|
48
|
-
"version": "9.26.
|
|
48
|
+
"version": "9.26.3",
|
|
49
49
|
"description": "Lowest Common Denominator API to supported Databases",
|
|
50
50
|
"keywords": [
|
|
51
51
|
"db",
|