silgi 0.9.24 → 0.9.25

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,4 +1,4 @@
1
- const version = "0.9.24";
1
+ const version = "0.9.25";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
@@ -1903,11 +1903,6 @@ async function createSilgiCLI(config = {}, opts = {}) {
1903
1903
  silgi.options.imports.dirs.push(
1904
1904
  join(silgi.options.serverDir, "**/*")
1905
1905
  );
1906
- silgi.options.imports.presets ??= [];
1907
- silgi.options.imports.presets.push({
1908
- from: "silgi",
1909
- imports: ["silgi"]
1910
- });
1911
1906
  silgi.options.imports.presets.push({
1912
1907
  from: "silgi/types",
1913
1908
  imports: autoImportTypes.map((type) => type),
@@ -1,4 +1,4 @@
1
- const version = "0.9.24";
1
+ const version = "0.9.25";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
@@ -1,4 +1,4 @@
1
- const version = "0.9.24";
1
+ const version = "0.9.25";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.9.24",
4
+ "version": "0.9.25",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {