@nx/vite 16.1.3 → 16.1.4

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": "16.1.3",
3
+ "version": "16.1.4",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for building and testing applications using Vite",
6
6
  "repository": {
@@ -29,9 +29,9 @@
29
29
  "migrations": "./migrations.json"
30
30
  },
31
31
  "dependencies": {
32
- "@nrwl/vite": "16.1.3",
33
- "@nx/devkit": "16.1.3",
34
- "@nx/js": "16.1.3",
32
+ "@nrwl/vite": "16.1.4",
33
+ "@nx/devkit": "16.1.4",
34
+ "@nx/js": "16.1.4",
35
35
  "@phenomnomnominal/tsquery": "~5.0.1",
36
36
  "@swc/helpers": "~0.5.0",
37
37
  "dotenv": "~10.0.0",
@@ -59,5 +59,5 @@
59
59
  "./src/executors/*.impl": "./src/executors/*.impl.js",
60
60
  "./src/executors/*/compat": "./src/executors/*/compat.js"
61
61
  },
62
- "gitHead": "a6642bf2a87616e2791ade7dc9b570a3e4908974"
62
+ "gitHead": "16f098804653374057eff7e2f9565fb4c7a90b29"
63
63
  }
@@ -40,15 +40,15 @@
40
40
  },
41
41
  "buildTarget": {
42
42
  "type": "string",
43
- "description": "The build target of the project to be transformed to use the @nrwl/vite:build executor."
43
+ "description": "The build target of the project to be transformed to use the @nx/vite:build executor."
44
44
  },
45
45
  "serveTarget": {
46
46
  "type": "string",
47
- "description": "The serve target of the project to be transformed to use the @nrwl/vite:dev-server and @nrwl/vite:preview-server executors."
47
+ "description": "The serve target of the project to be transformed to use the @nx/vite:dev-server and @nrwl/vite:preview-server executors."
48
48
  },
49
49
  "testTarget": {
50
50
  "type": "string",
51
- "description": "The test target of the project to be transformed to use the @nrwl/vite:test executor."
51
+ "description": "The test target of the project to be transformed to use the @nx/vite:test executor."
52
52
  },
53
53
  "skipFormat": {
54
54
  "description": "Skip formatting files.",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "testTarget": {
37
37
  "type": "string",
38
- "description": "The test target of the project to be transformed to use the @nrwl/vite:test executor.",
38
+ "description": "The test target of the project to be transformed to use the @nx/vite:test executor.",
39
39
  "hidden": true
40
40
  },
41
41
  "skipFormat": {