@trust0/ridb-mongodb 0.0.11 → 0.0.13

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
@@ -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
@@ -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.13",
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.46",
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.46"
43
43
  }
44
44
  }