@nuxt/kit-nightly 4.1.2-29291955.4b466816 → 4.1.2-29293212.eb8d7797

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1245,7 +1245,7 @@ function normalizeComponent(opts) {
1245
1245
  function addTemplate(_template) {
1246
1246
  const nuxt = useNuxt();
1247
1247
  const template = normalizeTemplate(_template);
1248
- filterInPlace(nuxt.options.build.templates, (p) => normalizeTemplate(p).dst !== template.dst);
1248
+ filterInPlace(nuxt.options.build.templates, (p) => (p.dst || normalizeTemplate(p).dst) !== template.dst);
1249
1249
  try {
1250
1250
  const distDir = distDirURL.toString();
1251
1251
  const { source } = captureStackTrace().find((e) => e.source && !e.source.startsWith(distDir)) ?? {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/kit-nightly",
3
- "version": "4.1.2-29291955.4b466816",
3
+ "version": "4.1.2-29293212.eb8d7797",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -47,7 +47,7 @@
47
47
  "untyped": "^2.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.2-29291955.4b466816",
50
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.2-29293212.eb8d7797",
51
51
  "@rspack/core": "1.5.3",
52
52
  "@types/semver": "7.7.1",
53
53
  "hookable": "5.5.3",