sigurd-startup 2.2.6 → 2.2.7
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.
|
@@ -24385,8 +24385,8 @@ const KN = !1, QN = () => {
|
|
|
24385
24385
|
if (c.length > 0) {
|
|
24386
24386
|
const f = c[0].src, h = f.substring(0, f.lastIndexOf("/"));
|
|
24387
24387
|
if (console.log("Found package via script src:", h), h.includes("/dist")) {
|
|
24388
|
-
const
|
|
24389
|
-
return console.log("
|
|
24388
|
+
const v = `${h.substring(0, h.lastIndexOf("/dist"))}/node_modules/sigurd-startup/dist`;
|
|
24389
|
+
return console.log("Constructed node_modules path from Vite dist:", v), v;
|
|
24390
24390
|
}
|
|
24391
24391
|
return h;
|
|
24392
24392
|
}
|
|
@@ -32297,11 +32297,11 @@ const HP = () => {
|
|
|
32297
32297
|
}, Al = {
|
|
32298
32298
|
major: 2,
|
|
32299
32299
|
minor: 2,
|
|
32300
|
-
patch:
|
|
32300
|
+
patch: 7,
|
|
32301
32301
|
build: 0,
|
|
32302
|
-
timestamp:
|
|
32303
|
-
hash: "
|
|
32304
|
-
full: "2.2.
|
|
32302
|
+
timestamp: 1755082468456,
|
|
32303
|
+
hash: "NMFY3A",
|
|
32304
|
+
full: "2.2.7"
|
|
32305
32305
|
}, Hb = Al.full, Xd = () => ({
|
|
32306
32306
|
version: Hb,
|
|
32307
32307
|
major: Al.major,
|