silgi 0.10.4 → 0.10.5
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/dist/_chunks/index.mjs
CHANGED
|
@@ -548,10 +548,10 @@ ${cycleStr}`);
|
|
|
548
548
|
|
|
549
549
|
async function prepareServerFiles(silgi) {
|
|
550
550
|
const importItems = {
|
|
551
|
-
"silgi
|
|
551
|
+
"silgi": {
|
|
552
552
|
import: [
|
|
553
553
|
{ name: "createSilgi", key: "createSilgi" },
|
|
554
|
-
{ name: "createShared", key: "
|
|
554
|
+
{ name: "createShared", key: "createShared" }
|
|
555
555
|
],
|
|
556
556
|
from: "silgi/core"
|
|
557
557
|
},
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED