silgi 0.23.5 → 0.23.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.
@@ -1,4 +1,4 @@
1
- const version = "0.23.5";
1
+ const version = "0.23.6";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1658,7 +1658,6 @@ async function createSilgiCLI(config = {}, opts = {}) {
1658
1658
  const routeRules = createRouteRules();
1659
1659
  routeRules.importRules(options.routeRules ?? {});
1660
1660
  silgi.routeRules = routeRules;
1661
- useCLIRuntimeConfig(silgi);
1662
1661
  if (silgiCLICtx.tryUse()) {
1663
1662
  silgiCLICtx.unset();
1664
1663
  silgiCLICtx.set(silgi);
@@ -1680,6 +1679,7 @@ async function createSilgiCLI(config = {}, opts = {}) {
1680
1679
  await scanModules$1(silgi);
1681
1680
  await scanExportFile(silgi);
1682
1681
  await installModules(silgi, true);
1682
+ useCLIRuntimeConfig(silgi);
1683
1683
  await writeScanFiles(silgi);
1684
1684
  silgi.storage = await createStorageCLI(silgi);
1685
1685
  silgi.hooks.hook("close", async () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.23.5",
4
+ "version": "0.23.6",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {