silgi 0.19.18 → 0.19.19
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/types.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/types.mjs
CHANGED
|
@@ -718,7 +718,7 @@ async function silgiGenerateType(silgi) {
|
|
|
718
718
|
}
|
|
719
719
|
const references = [];
|
|
720
720
|
if (silgi.options.preset === "npm-package") {
|
|
721
|
-
references.push({ types: relativeWithDot(silgi.options.rootDir, "
|
|
721
|
+
references.push({ types: relativeWithDot(silgi.options.rootDir, join(silgi.options.build.typesDir, "moduleTypes.d.ts")) });
|
|
722
722
|
}
|
|
723
723
|
await Promise.all([...silgi.options.modules, ...silgi.options._modules].map(async (id) => {
|
|
724
724
|
if (typeof id !== "string") {
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED