@nuxt/schema-nightly 4.2.1-29370805.6a102676 → 4.2.1-29370847.26aaf83d
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/README.md +4 -4
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
[](https://nuxt.com)
|
|
2
2
|
|
|
3
3
|
# Nuxt
|
|
4
4
|
|
|
5
5
|
<p>
|
|
6
6
|
<a href="https://www.npmjs.com/package/nuxt"><img src="https://img.shields.io/npm/v/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Version"></a>
|
|
7
7
|
<a href="https://www.npmjs.com/package/nuxt"><img src="https://img.shields.io/npm/dm/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Downloads"></a>
|
|
8
|
-
<a href="https://github.com/nuxt/nuxt/
|
|
8
|
+
<a href="https://github.com/nuxt/nuxt/blob/main/LICENSE"><img src="https://img.shields.io/github/license/nuxt/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="License"></a>
|
|
9
9
|
<a href="https://nuxt.com"><img src="https://img.shields.io/badge/Nuxt%20Docs-18181B?logo=nuxt" alt="Website"></a>
|
|
10
10
|
<a href="https://chat.nuxt.dev"><img src="https://img.shields.io/badge/Nuxt%20Discord-18181B?logo=discord" alt="Discord"></a>
|
|
11
11
|
<a href="https://securityscorecards.dev/"><img src="https://api.securityscorecards.dev/projects/github.com/nuxt/nuxt/badge" alt="Nuxt openssf scorecard score"></a>
|
|
@@ -109,9 +109,9 @@ Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/
|
|
|
109
109
|
## <a name="follow-us">🔗 Follow Us</a>
|
|
110
110
|
|
|
111
111
|
<p valign="center">
|
|
112
|
-
<a href="https://go.nuxt.com/discord"><img width="20px" src="https://github.com/nuxt/nuxt/
|
|
112
|
+
<a href="https://go.nuxt.com/discord"><img width="20px" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/discord.svg" alt="Discord"></a> <a href="https://go.nuxt.com/x"><img width="20px" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/twitter.svg" alt="Twitter"></a> <a href="https://go.nuxt.com/github"><img width="20px" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/github.svg" alt="GitHub"></a> <a href="https://go.nuxt.com/bluesky"><img width="20px" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/bluesky.svg" alt="Bluesky"></a>
|
|
113
113
|
</p>
|
|
114
114
|
|
|
115
115
|
## <a name="license">⚖️ License</a>
|
|
116
116
|
|
|
117
|
-
[MIT](https://github.com/nuxt/nuxt/
|
|
117
|
+
[MIT](https://github.com/nuxt/nuxt/blob/main/LICENSE)
|
package/dist/index.d.mts
CHANGED
|
@@ -2139,7 +2139,7 @@ interface ConfigSchema {
|
|
|
2139
2139
|
* for Nuxt projects.
|
|
2140
2140
|
*
|
|
2141
2141
|
* @default true
|
|
2142
|
-
* @see [Chrome DevTools Project Settings](https://docs.google.com/document/d/1rfKPnxsNuXhnF7AiQZhu9kIwdiMS5hnAI05HBwFuBSM/)
|
|
2142
|
+
* @see [Chrome DevTools Project Settings](https://docs.google.com/document/d/1rfKPnxsNuXhnF7AiQZhu9kIwdiMS5hnAI05HBwFuBSM/edit)
|
|
2143
2143
|
*/
|
|
2144
2144
|
chromeDevtoolsProjectSettings: boolean;
|
|
2145
2145
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -2139,7 +2139,7 @@ interface ConfigSchema {
|
|
|
2139
2139
|
* for Nuxt projects.
|
|
2140
2140
|
*
|
|
2141
2141
|
* @default true
|
|
2142
|
-
* @see [Chrome DevTools Project Settings](https://docs.google.com/document/d/1rfKPnxsNuXhnF7AiQZhu9kIwdiMS5hnAI05HBwFuBSM/)
|
|
2142
|
+
* @see [Chrome DevTools Project Settings](https://docs.google.com/document/d/1rfKPnxsNuXhnF7AiQZhu9kIwdiMS5hnAI05HBwFuBSM/edit)
|
|
2143
2143
|
*/
|
|
2144
2144
|
chromeDevtoolsProjectSettings: boolean;
|
|
2145
2145
|
/**
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/schema-nightly",
|
|
3
|
-
"version": "4.2.1-
|
|
3
|
+
"version": "4.2.1-29370847.26aaf83d",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
"@vitejs/plugin-vue-jsx": "5.1.1",
|
|
40
40
|
"@vue/compiler-core": "3.5.22",
|
|
41
41
|
"@vue/compiler-sfc": "3.5.22",
|
|
42
|
-
"@vue/language-core": "3.1.
|
|
42
|
+
"@vue/language-core": "3.1.3",
|
|
43
43
|
"c12": "3.3.1",
|
|
44
44
|
"chokidar": "4.0.3",
|
|
45
45
|
"compatx": "0.2.0",
|
|
46
46
|
"css-minimizer-webpack-plugin": "7.0.2",
|
|
47
|
-
"esbuild": "0.25.
|
|
47
|
+
"esbuild": "0.25.12",
|
|
48
48
|
"esbuild-loader": "4.4.0",
|
|
49
49
|
"file-loader": "6.2.0",
|
|
50
50
|
"h3": "1.15.4",
|
|
51
51
|
"hookable": "5.5.3",
|
|
52
52
|
"ignore": "7.0.5",
|
|
53
53
|
"mini-css-extract-plugin": "2.9.4",
|
|
54
|
-
"nitropack": "2.12.
|
|
55
|
-
"ofetch": "1.
|
|
56
|
-
"oxc-transform": "0.
|
|
54
|
+
"nitropack": "2.12.9",
|
|
55
|
+
"ofetch": "1.5.1",
|
|
56
|
+
"oxc-transform": "0.96.0",
|
|
57
57
|
"postcss": "8.5.6",
|
|
58
58
|
"rollup-plugin-visualizer": "6.0.5",
|
|
59
59
|
"sass-loader": "16.0.6",
|