silgi 0.8.57 → 0.8.58

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.8.57";
1
+ const version = "0.8.58";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
@@ -667,6 +667,8 @@ async function silgiCoreFile(data, frameworkContext, silgi) {
667
667
  [key]: module.options[key]
668
668
  };
669
669
  }
670
+ } else {
671
+ _data.cliOptions[module.meta.configKey] = {};
670
672
  }
671
673
  }
672
674
  await silgi.callHook("prepare:core.ts", _data);
@@ -1,4 +1,4 @@
1
- const version = "0.8.57";
1
+ const version = "0.8.58";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
@@ -1,4 +1,4 @@
1
- const version = "0.8.57";
1
+ const version = "0.8.58";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.8.57",
4
+ "version": "0.8.58",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {