silgi 0.24.5 → 0.24.6
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/cli/index.mjs +1 -1
- package/dist/cli/prepare.mjs +1 -1
- package/package.json +2 -2
package/dist/cli/index.mjs
CHANGED
package/dist/cli/prepare.mjs
CHANGED
|
@@ -1746,7 +1746,7 @@ async function prepareConfigs(silgi) {
|
|
|
1746
1746
|
await silgi.callHook("prepare:configs.ts", _data);
|
|
1747
1747
|
const importData = [
|
|
1748
1748
|
"import type { SilgiRuntimeOptions, SilgiRuntimeConfig, SilgiOptions } from 'silgi/types'",
|
|
1749
|
-
"import { useSilgiRuntimeConfig } from 'silgi'",
|
|
1749
|
+
"import { useSilgiRuntimeConfig } from 'silgi/runtime'",
|
|
1750
1750
|
"",
|
|
1751
1751
|
`export const runtimeConfig: Partial<SilgiRuntimeConfig> = ${genObjectFromRawEntries(
|
|
1752
1752
|
Object.entries(_data.runtimeConfig).map(([key, value]) => [key, genEnsureSafeVar(value)]),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "silgi",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.24.
|
|
4
|
+
"version": "0.24.6",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"exports": {
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@antfu/eslint-config": "^4.11.0",
|
|
105
105
|
"@nuxt/kit": "^3.16.1",
|
|
106
106
|
"@nuxt/schema": "^3.16.1",
|
|
107
|
-
"@silgi/ecosystem": "^0.3.
|
|
107
|
+
"@silgi/ecosystem": "^0.3.4",
|
|
108
108
|
"@types/node": "^22.13.11",
|
|
109
109
|
"@types/semver": "^7.5.8",
|
|
110
110
|
"@vitest/coverage-v8": "3.0.5",
|