silgi 0.20.5 → 0.20.6
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 +1 -1
- package/dist/cli/common.mjs +1 -0
- package/dist/meta/index.d.mts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/_chunks/index.mjs
CHANGED
package/dist/cli/common.mjs
CHANGED
|
@@ -966,6 +966,7 @@ async function prepareServerFiles(silgi) {
|
|
|
966
966
|
scanned.services.length > 0 ? "])" : "}",
|
|
967
967
|
"",
|
|
968
968
|
scanned.shareds.length > 0 ? "export const shareds = mergeShared([" : "export const shareds = {",
|
|
969
|
+
" modulesURIs,",
|
|
969
970
|
...scanned.shareds.map((name) => {
|
|
970
971
|
return ` ${name},`;
|
|
971
972
|
}),
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED