silgi 0.8.10 → 0.8.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
|
@@ -356,7 +356,7 @@ interface SilgiCLIHooks extends SilgiHooks {
|
|
|
356
356
|
handler: string;
|
|
357
357
|
description?: string;
|
|
358
358
|
}>>) => HookResult;
|
|
359
|
-
'prepare:installPackages': (packages: string
|
|
359
|
+
'prepare:installPackages': (packages: Record<string, Record<string, string>>) => HookResult;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
/**
|
|
@@ -737,7 +737,7 @@ interface SilgiCLIOptions extends PresetOptions {
|
|
|
737
737
|
handler: string;
|
|
738
738
|
description?: string;
|
|
739
739
|
}>>;
|
|
740
|
-
installPackages: string
|
|
740
|
+
installPackages: Record<string, Record<string, string>>;
|
|
741
741
|
}
|
|
742
742
|
/**
|
|
743
743
|
* Silgi input config (silgi.config)
|
package/dist/types/index.d.ts
CHANGED
|
@@ -356,7 +356,7 @@ interface SilgiCLIHooks extends SilgiHooks {
|
|
|
356
356
|
handler: string;
|
|
357
357
|
description?: string;
|
|
358
358
|
}>>) => HookResult;
|
|
359
|
-
'prepare:installPackages': (packages: string
|
|
359
|
+
'prepare:installPackages': (packages: Record<string, Record<string, string>>) => HookResult;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
/**
|
|
@@ -737,7 +737,7 @@ interface SilgiCLIOptions extends PresetOptions {
|
|
|
737
737
|
handler: string;
|
|
738
738
|
description?: string;
|
|
739
739
|
}>>;
|
|
740
|
-
installPackages: string
|
|
740
|
+
installPackages: Record<string, Record<string, string>>;
|
|
741
741
|
}
|
|
742
742
|
/**
|
|
743
743
|
* Silgi input config (silgi.config)
|