@trust0/ridb-core 1.7.24 → 1.7.25

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.
@@ -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
  declare class CoreStorage {
77
77
  /**
@@ -403,7 +403,6 @@ function __wbg_adapter_337(arg0, arg1, arg2, arg3, arg4) {
403
403
  function __wbg_adapter_394(arg0, arg1, arg2, arg3) {
404
404
  wasm.wasm_bindgen__convert__closures__invoke2_mut__hdfe55fa2a247d1ac(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
405
405
  }
406
- 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" });
407
406
  var OpType = Object.freeze({
408
407
  /**
409
408
  * Create operation.
@@ -431,6 +430,7 @@ var OpType = Object.freeze({
431
430
  COUNT: 4,
432
431
  "4": "COUNT"
433
432
  });
433
+ 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" });
434
434
  var BasePluginFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
435
435
  }, unregister: () => {
436
436
  } } : new FinalizationRegistry((ptr) => wasm.__wbg_baseplugin_free(ptr >>> 0));
@@ -356,7 +356,6 @@ function __wbg_adapter_337(arg0, arg1, arg2, arg3, arg4) {
356
356
  function __wbg_adapter_394(arg0, arg1, arg2, arg3) {
357
357
  wasm.wasm_bindgen__convert__closures__invoke2_mut__hdfe55fa2a247d1ac(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
358
358
  }
359
- 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" });
360
359
  var OpType = Object.freeze({
361
360
  /**
362
361
  * Create operation.
@@ -384,6 +383,7 @@ var OpType = Object.freeze({
384
383
  COUNT: 4,
385
384
  "4": "COUNT"
386
385
  });
386
+ 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" });
387
387
  var BasePluginFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
388
388
  }, unregister: () => {
389
389
  } } : 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.24",
7
+ "version": "1.7.25",
8
8
  "main": "./build/ridb_core.js",
9
9
  "module": "./build/ridb_core.mjs",
10
10
  "types": "./build/ridb_core.d.ts",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@esbuild-plugins/node-resolve": "^0.2.2",
33
- "@trust0/ridb-build": "^0.0.14",
33
+ "@trust0/ridb-build": "^0.0.15",
34
34
  "esbuild": "^0.25.4"
35
35
  },
36
36
  "files": [