@trust0/ridb-core 1.7.40 → 1.7.41

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_log(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
  type Operators<T> = {
77
77
  $gte?: number,
@@ -399,7 +399,6 @@ function __wbg_adapter_378(arg0, arg1, arg2, arg3, arg4) {
399
399
  function __wbg_adapter_395(arg0, arg1, arg2, arg3) {
400
400
  wasm.wasm_bindgen__convert__closures__invoke2_mut__h42aa995f02b6fdcb(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
401
401
  }
402
- 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" });
403
402
  var OpType = Object.freeze({
404
403
  /**
405
404
  * Create operation.
@@ -427,6 +426,7 @@ var OpType = Object.freeze({
427
426
  COUNT: 4,
428
427
  "4": "COUNT"
429
428
  });
429
+ 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" });
430
430
  var BasePluginFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
431
431
  }, unregister: () => {
432
432
  } } : new FinalizationRegistry((ptr) => wasm.__wbg_baseplugin_free(ptr >>> 0));
@@ -352,7 +352,6 @@ function __wbg_adapter_378(arg0, arg1, arg2, arg3, arg4) {
352
352
  function __wbg_adapter_395(arg0, arg1, arg2, arg3) {
353
353
  wasm.wasm_bindgen__convert__closures__invoke2_mut__h42aa995f02b6fdcb(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
354
354
  }
355
- 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" });
356
355
  var OpType = Object.freeze({
357
356
  /**
358
357
  * Create operation.
@@ -380,6 +379,7 @@ var OpType = Object.freeze({
380
379
  COUNT: 4,
381
380
  "4": "COUNT"
382
381
  });
382
+ 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" });
383
383
  var BasePluginFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
384
384
  }, unregister: () => {
385
385
  } } : new FinalizationRegistry((ptr) => wasm.__wbg_baseplugin_free(ptr >>> 0));
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "version": "1.7.40",
11
+ "version": "1.7.41",
12
12
  "main": "./build/ridb_core.js",
13
13
  "module": "./build/ridb_core.mjs",
14
14
  "types": "./build/ridb_core.d.ts",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@esbuild-plugins/node-resolve": "^0.2.2",
36
- "@trust0/ridb-build": "0.0.24",
36
+ "@trust0/ridb-build": "0.0.25",
37
37
  "esbuild": "^0.25.4"
38
38
  },
39
39
  "files": [