silgi 0.10.11 → 0.10.12
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.
package/dist/_chunks/index.mjs
CHANGED
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED
package/dist/types/index.d.mts
CHANGED
|
@@ -956,7 +956,7 @@ interface SilgiRuntimeHooks {
|
|
|
956
956
|
interface SilgiOptions {
|
|
957
957
|
consolaOptions?: Partial<ConsolaOptions>;
|
|
958
958
|
present: PresetNameInput;
|
|
959
|
-
hooks: SilgiRuntimeHooks & DefaultHooks
|
|
959
|
+
hooks: Partial<SilgiRuntimeHooks & DefaultHooks>;
|
|
960
960
|
/**
|
|
961
961
|
* Set to `true` to enable debug mode.
|
|
962
962
|
*
|
package/dist/types/index.d.ts
CHANGED
|
@@ -956,7 +956,7 @@ interface SilgiRuntimeHooks {
|
|
|
956
956
|
interface SilgiOptions {
|
|
957
957
|
consolaOptions?: Partial<ConsolaOptions>;
|
|
958
958
|
present: PresetNameInput;
|
|
959
|
-
hooks: SilgiRuntimeHooks & DefaultHooks
|
|
959
|
+
hooks: Partial<SilgiRuntimeHooks & DefaultHooks>;
|
|
960
960
|
/**
|
|
961
961
|
* Set to `true` to enable debug mode.
|
|
962
962
|
*
|