nuxt-nightly 4.2.1-29370820.95518afa → 4.2.1-29372276.f809e80a
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/index.mjs +3 -1
- package/package.json +5 -5
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-29372276.f809e80a";
|
|
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-29372276.f809e80a",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"@dxup/nuxt": "^0.2.1",
|
|
68
68
|
"@nuxt/cli": "npm:@nuxt/cli-nightly@latest",
|
|
69
69
|
"@nuxt/devtools": "^3.0.1",
|
|
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-
|
|
70
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.1-29372276.f809e80a",
|
|
71
|
+
"@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.2.1-29372276.f809e80a",
|
|
72
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.1-29372276.f809e80a",
|
|
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-29372276.f809e80a",
|
|
75
75
|
"@unhead/vue": "^2.0.19",
|
|
76
76
|
"@vue/shared": "^3.5.22",
|
|
77
77
|
"c12": "^3.3.1",
|