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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { defineCommand, runMain } from 'citty';
3
3
 
4
- const version = "0.24.5";
4
+ const version = "0.24.6";
5
5
  const packageJson = {
6
6
  version: version};
7
7
 
@@ -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.5",
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.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",