@nx/vite 0.0.0-pr-33228-85dcafe → 0.0.0-pr-33435-8aff8f5
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/vite",
|
|
3
|
-
"version": "0.0.0-pr-
|
|
3
|
+
"version": "0.0.0-pr-33435-8aff8f5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for building and testing applications using Vite",
|
|
6
6
|
"repository": {
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"migrations": "./migrations.json"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@nx/devkit": "0.0.0-pr-
|
|
33
|
+
"@nx/devkit": "0.0.0-pr-33435-8aff8f5",
|
|
34
34
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
35
35
|
"enquirer": "~2.3.6",
|
|
36
|
-
"@nx/js": "0.0.0-pr-
|
|
37
|
-
"@nx/vitest": "0.0.0-pr-
|
|
36
|
+
"@nx/js": "0.0.0-pr-33435-8aff8f5",
|
|
37
|
+
"@nx/vitest": "0.0.0-pr-33435-8aff8f5",
|
|
38
38
|
"picomatch": "4.0.2",
|
|
39
39
|
"tsconfig-paths": "^4.1.2",
|
|
40
40
|
"semver": "^7.6.3",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"ajv": "^8.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"nx": "0.0.0-pr-
|
|
45
|
+
"nx": "0.0.0-pr-33435-8aff8f5"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vitest.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/vite/src/executors/test/vitest.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAU,MAAM,YAAY,CAAC;AAGrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD;;GAEG;AACH,wBAAuB,cAAc,CACnC,OAAO,EAAE,qBAAqB,EAC9B,OAAO,EAAE,eAAe,
|
|
1
|
+
{"version":3,"file":"vitest.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/vite/src/executors/test/vitest.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAU,MAAM,YAAY,CAAC;AAGrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD;;GAEG;AACH,wBAAuB,cAAc,CACnC,OAAO,EAAE,qBAAqB,EAC9B,OAAO,EAAE,eAAe,wCAYzB;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -9,7 +9,8 @@ const versions_1 = require("../../utils/versions");
|
|
|
9
9
|
*/
|
|
10
10
|
async function* vitestExecutor(options, context) {
|
|
11
11
|
devkit_1.logger.warn(`The '@nx/vite:test' executor is deprecated. Please use '@nx/vitest:test' instead. This executor will be removed in Nx 23.`);
|
|
12
|
-
|
|
12
|
+
(0, devkit_2.ensurePackage)('@nx/vitest', versions_1.nxVersion);
|
|
13
|
+
const { vitestExecutor: actualVitestExecutor } = await Promise.resolve().then(() => require('@nx/vitest/executors'));
|
|
13
14
|
yield* actualVitestExecutor(options, context);
|
|
14
15
|
}
|
|
15
16
|
exports.default = vitestExecutor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vitest-generator.d.ts","sourceRoot":"","sources":["../../../../../../packages/vite/src/generators/vitest/vitest-generator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAU,MAAM,YAAY,CAAC;AAG1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD;;GAEG;AACH,wBAAsB,eAAe,CACnC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,qBAAqB,EAC7B,SAAS,UAAQ,
|
|
1
|
+
{"version":3,"file":"vitest-generator.d.ts","sourceRoot":"","sources":["../../../../../../packages/vite/src/generators/vitest/vitest-generator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAU,MAAM,YAAY,CAAC;AAG1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD;;GAEG;AACH,wBAAsB,eAAe,CACnC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,qBAAqB,EAC7B,SAAS,UAAQ,mDAUlB;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -9,7 +9,8 @@ const versions_1 = require("../../utils/versions");
|
|
|
9
9
|
*/
|
|
10
10
|
async function vitestGenerator(tree, schema, hasPlugin = false) {
|
|
11
11
|
devkit_1.logger.warn(`The '@nx/vite:vitest' generator is deprecated. Please use '@nx/vitest:configuration' instead. This generator will be removed in Nx 23.`);
|
|
12
|
-
|
|
12
|
+
(0, devkit_2.ensurePackage)('@nx/vitest', versions_1.nxVersion);
|
|
13
|
+
const { configurationGenerator } = await Promise.resolve().then(() => require('@nx/vitest/generators'));
|
|
13
14
|
return await configurationGenerator(tree, schema, hasPlugin);
|
|
14
15
|
}
|
|
15
16
|
exports.default = vitestGenerator;
|