silgi 0.8.57 → 0.8.59

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.59";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
@@ -611,10 +611,7 @@ async function silgiCoreFile(data, frameworkContext, silgi) {
611
611
  "silgi/types": {
612
612
  import: [
613
613
  { name: "SilgiRuntimeOptions", type: true },
614
- { name: "SilgiModuleOptions", type: true },
615
- { name: "SilgiOptions", type: true },
616
614
  { name: "FrameworkContext", type: true },
617
- { name: "DeepPartial", type: true },
618
615
  { name: "BuildConfig", type: true }
619
616
  ],
620
617
  from: "silgi/types"
@@ -667,6 +664,8 @@ async function silgiCoreFile(data, frameworkContext, silgi) {
667
664
  [key]: module.options[key]
668
665
  };
669
666
  }
667
+ } else {
668
+ _data.cliOptions[module.meta.configKey] = {};
670
669
  }
671
670
  }
672
671
  await silgi.callHook("prepare:core.ts", _data);
@@ -697,7 +696,7 @@ async function silgiCoreFile(data, frameworkContext, silgi) {
697
696
  ""
698
697
  ];
699
698
  const importData = [
700
- `export const cliOptions: SilgiRuntimeOptions & SilgiModuleOptions = ${JSON.stringify(_data.cliOptions, null, 2)}`,
699
+ `export const cliOptions: SilgiRuntimeOptions = ${JSON.stringify(_data.cliOptions, null, 2)}`,
701
700
  "",
702
701
  ..._data.afterCliOptions,
703
702
  "",
@@ -1,4 +1,4 @@
1
- const version = "0.8.57";
1
+ const version = "0.8.59";
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.59";
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.59",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {