silgi 0.8.58 → 0.9.0
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/cli/prepare.mjs
CHANGED
|
@@ -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"
|
|
@@ -699,7 +696,7 @@ async function silgiCoreFile(data, frameworkContext, silgi) {
|
|
|
699
696
|
""
|
|
700
697
|
];
|
|
701
698
|
const importData = [
|
|
702
|
-
`export const cliOptions: SilgiRuntimeOptions
|
|
699
|
+
`export const cliOptions: SilgiRuntimeOptions = ${JSON.stringify(_data.cliOptions, null, 2)}`,
|
|
703
700
|
"",
|
|
704
701
|
..._data.afterCliOptions,
|
|
705
702
|
"",
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED