silgi 0.8.7 → 0.8.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.8.7";
1
+ const version = "0.8.8";
2
2
  const packageJson = {
3
3
  version: version};
4
4
 
@@ -1,3 +1,3 @@
1
- const version = "0.8.7";
1
+ const version = "0.8.8";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "0.8.7";
1
+ const version = "0.8.8";
2
2
 
3
3
  export { version };
@@ -740,7 +740,7 @@ interface SilgiCLIOptions extends PresetOptions {
740
740
  /**
741
741
  * Silgi input config (silgi.config)
742
742
  */
743
- interface SilgiCLIConfig extends DeepPartial<Omit<SilgiCLIOptions, 'preset' | 'compatibilityDate'>>, C12InputConfig<SilgiCLIConfig>, DeepPartial<SilgiModuleOptions> {
743
+ interface SilgiCLIConfig extends DeepPartial<Omit<SilgiCLIOptions, 'preset' | 'compatibilityDate'>>, C12InputConfig<SilgiCLIConfig>, Partial<SilgiModuleOptions> {
744
744
  preset?: PresetNameInput;
745
745
  extends?: string | string[] | SilgiPreset;
746
746
  compatibilityDate?: CompatibilityDateSpec;
@@ -740,7 +740,7 @@ interface SilgiCLIOptions extends PresetOptions {
740
740
  /**
741
741
  * Silgi input config (silgi.config)
742
742
  */
743
- interface SilgiCLIConfig extends DeepPartial<Omit<SilgiCLIOptions, 'preset' | 'compatibilityDate'>>, C12InputConfig<SilgiCLIConfig>, DeepPartial<SilgiModuleOptions> {
743
+ interface SilgiCLIConfig extends DeepPartial<Omit<SilgiCLIOptions, 'preset' | 'compatibilityDate'>>, C12InputConfig<SilgiCLIConfig>, Partial<SilgiModuleOptions> {
744
744
  preset?: PresetNameInput;
745
745
  extends?: string | string[] | SilgiPreset;
746
746
  compatibilityDate?: CompatibilityDateSpec;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.8.7",
4
+ "version": "0.8.8",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {