@trust0/ridb-mongodb 0.0.11 → 0.0.12

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/index.js CHANGED
@@ -428,6 +428,7 @@ ${val.stack}`;
428
428
  function __wbg_adapter_395(arg0, arg1, arg2, arg3) {
429
429
  wasm.wasm_bindgen__convert__closures__invoke2_mut__h42aa995f02b6fdcb(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
430
430
  }
431
+ 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" });
431
432
  var OpType2 = Object.freeze({
432
433
  /**
433
434
  * Create operation.
@@ -455,7 +456,6 @@ ${val.stack}`;
455
456
  COUNT: 4,
456
457
  "4": "COUNT"
457
458
  });
458
- 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" });
459
459
  var BasePluginFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
460
460
  }, unregister: () => {
461
461
  } } : new FinalizationRegistry((ptr) => wasm.__wbg_baseplugin_free(ptr >>> 0));
@@ -3173,6 +3173,8 @@ ${val.stack}`;
3173
3173
  }
3174
3174
  async function __wbg_init(input) {
3175
3175
  if (wasm !== void 0) return wasm;
3176
+ if (typeof input === "undefined") {
3177
+ }
3176
3178
  const imports = __wbg_get_imports();
3177
3179
  if (typeof input === "string" || typeof Request === "function" && input instanceof Request || typeof URL === "function" && input instanceof URL) {
3178
3180
  input = fetch(input);
package/build/index.mjs CHANGED
@@ -422,6 +422,7 @@ ${val.stack}`;
422
422
  function __wbg_adapter_395(arg0, arg1, arg2, arg3) {
423
423
  wasm.wasm_bindgen__convert__closures__invoke2_mut__h42aa995f02b6fdcb(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
424
424
  }
425
+ 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
426
  var OpType2 = Object.freeze({
426
427
  /**
427
428
  * Create operation.
@@ -449,7 +450,6 @@ ${val.stack}`;
449
450
  COUNT: 4,
450
451
  "4": "COUNT"
451
452
  });
452
- 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" });
453
453
  var BasePluginFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
454
454
  }, unregister: () => {
455
455
  } } : new FinalizationRegistry((ptr) => wasm.__wbg_baseplugin_free(ptr >>> 0));
@@ -3167,6 +3167,8 @@ ${val.stack}`;
3167
3167
  }
3168
3168
  async function __wbg_init(input) {
3169
3169
  if (wasm !== void 0) return wasm;
3170
+ if (typeof input === "undefined") {
3171
+ }
3170
3172
  const imports = __wbg_get_imports();
3171
3173
  if (typeof input === "string" || typeof Request === "function" && input instanceof Request || typeof URL === "function" && input instanceof URL) {
3172
3174
  input = fetch(input);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trust0/ridb-mongodb",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "MongoDB storage for @trust0/ridb",
5
5
  "main": "./build/index.js",
6
6
  "module": "./build/index.mjs",
@@ -30,8 +30,8 @@
30
30
  "types:default": "npx tsc"
31
31
  },
32
32
  "devDependencies": {
33
- "@trust0/ridb": "1.5.44",
34
- "@trust0/ridb-build": "0.0.23",
33
+ "@trust0/ridb": "1.5.45",
34
+ "@trust0/ridb-build": "0.0.24",
35
35
  "jsdom": "^24.1.3",
36
36
  "mongodb": "^6.0.0",
37
37
  "uuid": "^11.0.3",
@@ -39,6 +39,6 @@
39
39
  "vitest": "^3.2.4"
40
40
  },
41
41
  "peerDependencies": {
42
- "@trust0/ridb": "1.5.44"
42
+ "@trust0/ridb": "1.5.45"
43
43
  }
44
44
  }