nuxt-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/app/composables/fetch.js +1 -1
- package/dist/index.mjs +3 -1
- package/package.json +12 -12
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)
|
|
@@ -85,7 +85,7 @@ function generateOptionSegments(opts) {
|
|
|
85
85
|
toValue(opts.method)?.toUpperCase() || "GET",
|
|
86
86
|
toValue(opts.baseURL)
|
|
87
87
|
];
|
|
88
|
-
for (const _obj of [opts.
|
|
88
|
+
for (const _obj of [opts.query || opts.params]) {
|
|
89
89
|
const obj = toValue(_obj);
|
|
90
90
|
if (!obj) {
|
|
91
91
|
continue;
|
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import process from 'node:process';
|
|
1
2
|
import fs, { promises, existsSync, readdirSync, statSync, mkdirSync, writeFileSync } from 'node:fs';
|
|
2
3
|
import { mkdir, readFile, readdir, writeFile, rm, stat, unlink, open } from 'node:fs/promises';
|
|
3
4
|
import { randomUUID } from 'node:crypto';
|
|
@@ -48,6 +49,7 @@ import { resolveSchema, generateTypes } from 'untyped';
|
|
|
48
49
|
import untypedPlugin from 'untyped/babel-plugin';
|
|
49
50
|
import { createJiti } from 'jiti';
|
|
50
51
|
import { minify } from 'oxc-minify';
|
|
52
|
+
import { performance } from 'node:perf_hooks';
|
|
51
53
|
import { resolve as resolve$1 } from 'node:path';
|
|
52
54
|
import { parseTar, createTar } from 'nanotar';
|
|
53
55
|
|
|
@@ -3831,7 +3833,7 @@ function addDeclarationTemplates(ctx, options) {
|
|
|
3831
3833
|
});
|
|
3832
3834
|
}
|
|
3833
3835
|
|
|
3834
|
-
const version = "4.2.1-
|
|
3836
|
+
const version = "4.2.1-29370847.26aaf83d";
|
|
3835
3837
|
|
|
3836
3838
|
function createImportProtectionPatterns(nuxt, options) {
|
|
3837
3839
|
const patterns = [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-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",
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"schema.*"
|
|
65
65
|
],
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@dxup/nuxt": "^0.2.
|
|
67
|
+
"@dxup/nuxt": "^0.2.1",
|
|
68
68
|
"@nuxt/cli": "npm:@nuxt/cli-nightly@latest",
|
|
69
|
-
"@nuxt/devtools": "^3.0.
|
|
70
|
-
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.1-
|
|
71
|
-
"@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.2.1-
|
|
72
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.1-
|
|
69
|
+
"@nuxt/devtools": "^3.0.1",
|
|
70
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.1-29370847.26aaf83d",
|
|
71
|
+
"@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.2.1-29370847.26aaf83d",
|
|
72
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.1-29370847.26aaf83d",
|
|
73
73
|
"@nuxt/telemetry": "^2.6.6",
|
|
74
|
-
"@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.2.1-
|
|
74
|
+
"@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.2.1-29370847.26aaf83d",
|
|
75
75
|
"@unhead/vue": "^2.0.19",
|
|
76
76
|
"@vue/shared": "^3.5.22",
|
|
77
77
|
"c12": "^3.3.1",
|
|
@@ -96,12 +96,12 @@
|
|
|
96
96
|
"mlly": "^1.8.0",
|
|
97
97
|
"nanotar": "^0.2.0",
|
|
98
98
|
"nypm": "^0.6.2",
|
|
99
|
-
"ofetch": "^1.
|
|
99
|
+
"ofetch": "^1.5.1",
|
|
100
100
|
"ohash": "^2.0.11",
|
|
101
101
|
"on-change": "^6.0.1",
|
|
102
|
-
"oxc-minify": "^0.
|
|
103
|
-
"oxc-parser": "^0.
|
|
104
|
-
"oxc-transform": "^0.
|
|
102
|
+
"oxc-minify": "^0.96.0",
|
|
103
|
+
"oxc-parser": "^0.96.0",
|
|
104
|
+
"oxc-transform": "^0.96.0",
|
|
105
105
|
"oxc-walker": "^0.5.2",
|
|
106
106
|
"pathe": "^2.0.3",
|
|
107
107
|
"perfect-debounce": "^2.0.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"unctx": "^2.4.1",
|
|
118
118
|
"unimport": "^5.5.0",
|
|
119
119
|
"unplugin": "^2.3.10",
|
|
120
|
-
"unplugin-vue-router": "^0.16.
|
|
120
|
+
"unplugin-vue-router": "^0.16.1",
|
|
121
121
|
"untyped": "^2.0.0",
|
|
122
122
|
"vue": "^3.5.22",
|
|
123
123
|
"vue-router": "^4.6.3"
|