@trust0/ridb-core 1.7.39 → 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.
@@ -3144,6 +3144,8 @@ function initSync(module2) {
3144
3144
  }
3145
3145
  async function __wbg_init(input) {
3146
3146
  if (wasm !== void 0) return wasm;
3147
+ if (typeof input === "undefined") {
3148
+ }
3147
3149
  const imports = __wbg_get_imports();
3148
3150
  if (typeof input === "string" || typeof Request === "function" && input instanceof Request || typeof URL === "function" && input instanceof URL) {
3149
3151
  input = fetch(input);
@@ -3097,6 +3097,8 @@ function initSync(module2) {
3097
3097
  }
3098
3098
  async function __wbg_init(input) {
3099
3099
  if (wasm !== void 0) return wasm;
3100
+ if (typeof input === "undefined") {
3101
+ }
3100
3102
  const imports = __wbg_get_imports();
3101
3103
  if (typeof input === "string" || typeof Request === "function" && input instanceof Request || typeof URL === "function" && input instanceof URL) {
3102
3104
  input = fetch(input);
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "version": "1.7.39",
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.23",
36
+ "@trust0/ridb-build": "0.0.25",
37
37
  "esbuild": "^0.25.4"
38
38
  },
39
39
  "files": [