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.
- package/dist/_chunks/index.mjs +1 -1
- package/dist/cli/prepare.mjs +0 -5
- 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
|
@@ -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),
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED