silgi 0.19.19 → 0.19.20

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.19.19";
1
+ const version = "0.19.20";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -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, join(silgi.options.build.typesDir, "moduleTypes.d.ts")) });
721
+ references.push({ types: relativeWithDot(tsconfigDir, join(silgi.options.rootDir, "dist/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") {
@@ -1,4 +1,4 @@
1
- const version = "0.19.19";
1
+ const version = "0.19.20";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1,4 +1,4 @@
1
- const version = "0.19.19";
1
+ const version = "0.19.20";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.19.19",
4
+ "version": "0.19.20",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {