@veryfront/ext-db-sqlite 0.1.1047 → 0.1.1048

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.
@@ -56,7 +56,7 @@ export let import_meta_ponyfill_esmodule = (Reflect.get(globalThis, Symbol.for("
56
56
  const resolveFunStr = String(importMeta.resolve);
57
57
  const shimWs = new WeakSet();
58
58
  //@ts-ignore
59
- const mainUrl = ("file:///" + process.argv[1].replace(/\\/g, "/"))
59
+ const mainUrl = ("file:///" + (process.argv[1] ?? "").replace(/\\/g, "/"))
60
60
  .replace(/\/{3,}/, "///");
61
61
  const commonShim = (importMeta) => {
62
62
  if (typeof importMeta.main !== "boolean") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veryfront/ext-db-sqlite",
3
- "version": "0.1.1047",
3
+ "version": "0.1.1048",
4
4
  "description": "Veryfront first-party extension package for ext-db-sqlite",
5
5
  "keywords": [
6
6
  "veryfront",
@@ -56,7 +56,7 @@
56
56
  "better-sqlite3": "9.6.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "veryfront": "^0.1.1047"
59
+ "veryfront": "^0.1.1048"
60
60
  },
61
61
  "type": "module",
62
62
  "types": "./esm/extensions/ext-db-sqlite/src/index.d.ts",