silgi 0.20.5 → 0.20.8

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.
@@ -1,4 +1,4 @@
1
- const version = "0.20.5";
1
+ const version = "0.20.8";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -965,7 +965,12 @@ async function prepareServerFiles(silgi) {
965
965
  }),
966
966
  scanned.services.length > 0 ? "])" : "}",
967
967
  "",
968
+ "export interface ScanShared extends ExtendShared {",
969
+ " modulesURIs: typeof modulesURIs",
970
+ "}",
971
+ "",
968
972
  scanned.shareds.length > 0 ? "export const shareds = mergeShared([" : "export const shareds = {",
973
+ " modulesURIs,",
969
974
  ...scanned.shareds.map((name) => {
970
975
  return ` ${name},`;
971
976
  }),
@@ -1,4 +1,4 @@
1
- const version = "0.20.5";
1
+ const version = "0.20.8";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1,4 +1,4 @@
1
- const version = "0.20.5";
1
+ const version = "0.20.8";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.20.5",
4
+ "version": "0.20.8",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {