silgi 0.7.46 → 0.7.47
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 +1 -1
- package/dist/cli/prepare.mjs +1 -1
- package/dist/meta/index.d.mts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/_chunks/index.mjs
CHANGED
package/dist/cli/prepare.mjs
CHANGED
|
@@ -647,7 +647,7 @@ async function silgiCoreFile(data, frameworkContext, silgi) {
|
|
|
647
647
|
""
|
|
648
648
|
];
|
|
649
649
|
const importData = [
|
|
650
|
-
`export const cliOptions = ${JSON.stringify(_data.cliOptions, null, 2)}`,
|
|
650
|
+
`export const cliOptions: SilgiRuntimeOptions = ${JSON.stringify(_data.cliOptions, null, 2)}`,
|
|
651
651
|
"",
|
|
652
652
|
..._data.afterCliOptions,
|
|
653
653
|
"",
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED