@trust0/ridb-core 1.7.9 → 1.7.10
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/build/ridb_core.d.ts +10 -10
- package/build/ridb_core.js +1 -1
- package/package.json +2 -2
package/build/ridb_core.d.ts
CHANGED
|
@@ -38,16 +38,6 @@ declare function __wbgtest_console_warn(args: Array<any>): void;
|
|
|
38
38
|
*/
|
|
39
39
|
declare function __wbgtest_console_error(args: Array<any>): void;
|
|
40
40
|
/**
|
|
41
|
-
*/
|
|
42
|
-
declare enum Errors {
|
|
43
|
-
Error = 0,
|
|
44
|
-
HookError = 1,
|
|
45
|
-
QueryError = 2,
|
|
46
|
-
SerializationError = 3,
|
|
47
|
-
ValidationError = 4,
|
|
48
|
-
AuthenticationError = 5,
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
41
|
* Represents the type of operation to be performed on the collection.
|
|
52
42
|
*/
|
|
53
43
|
declare enum OpType {
|
|
@@ -72,6 +62,16 @@ declare enum OpType {
|
|
|
72
62
|
*/
|
|
73
63
|
COUNT = 4,
|
|
74
64
|
}
|
|
65
|
+
/**
|
|
66
|
+
*/
|
|
67
|
+
declare enum Errors {
|
|
68
|
+
Error = 0,
|
|
69
|
+
HookError = 1,
|
|
70
|
+
QueryError = 2,
|
|
71
|
+
SerializationError = 3,
|
|
72
|
+
ValidationError = 4,
|
|
73
|
+
AuthenticationError = 5,
|
|
74
|
+
}
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
77
|
* Represents a property within a schema, including various constraints and nested properties.
|
package/build/ridb_core.js
CHANGED
|
@@ -394,7 +394,6 @@ function __wbg_adapter_333(arg0, arg1, arg2, arg3, arg4) {
|
|
|
394
394
|
function __wbg_adapter_390(arg0, arg1, arg2, arg3) {
|
|
395
395
|
wasm.wasm_bindgen__convert__closures__invoke2_mut__h424d8c39cf909020(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
396
396
|
}
|
|
397
|
-
var Errors = Object.freeze({ Error: 0, "0": "Error", HookError: 1, "1": "HookError", QueryError: 2, "2": "QueryError", SerializationError: 3, "3": "SerializationError", ValidationError: 4, "4": "ValidationError", AuthenticationError: 5, "5": "AuthenticationError" });
|
|
398
397
|
var OpType = Object.freeze({
|
|
399
398
|
/**
|
|
400
399
|
* Create operation.
|
|
@@ -422,6 +421,7 @@ var OpType = Object.freeze({
|
|
|
422
421
|
COUNT: 4,
|
|
423
422
|
"4": "COUNT"
|
|
424
423
|
});
|
|
424
|
+
var Errors = Object.freeze({ Error: 0, "0": "Error", HookError: 1, "1": "HookError", QueryError: 2, "2": "QueryError", SerializationError: 3, "3": "SerializationError", ValidationError: 4, "4": "ValidationError", AuthenticationError: 5, "5": "AuthenticationError" });
|
|
425
425
|
var BasePluginFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
426
426
|
}, unregister: () => {
|
|
427
427
|
} } : new FinalizationRegistry((ptr) => wasm.__wbg_baseplugin_free(ptr >>> 0));
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.7.
|
|
7
|
+
"version": "1.7.10",
|
|
8
8
|
"main": "./build/ridb_core.js",
|
|
9
9
|
"module": "./build/ridb_core.mjs",
|
|
10
10
|
"types": "./build/ridb_core.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@esbuild-plugins/node-resolve": "^0.2.2",
|
|
32
|
-
"@trust0/ridb-build": "^0.0.
|
|
32
|
+
"@trust0/ridb-build": "^0.0.6",
|
|
33
33
|
"esbuild": "^0.25.4"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|