@nx/jest 19.4.0-rc.0 → 19.4.0

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/jest",
3
- "version": "19.4.0-rc.0",
3
+ "version": "19.4.0",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.",
6
6
  "repository": {
@@ -37,8 +37,8 @@
37
37
  "dependencies": {
38
38
  "@jest/reporters": "^29.4.1",
39
39
  "@jest/test-result": "^29.4.1",
40
- "@nx/devkit": "19.4.0-rc.0",
41
- "@nx/js": "19.4.0-rc.0",
40
+ "@nx/devkit": "19.4.0",
41
+ "@nx/js": "19.4.0",
42
42
  "@phenomnomnominal/tsquery": "~5.0.1",
43
43
  "chalk": "^4.1.0",
44
44
  "identity-obj-proxy": "3.0.0",
@@ -49,7 +49,7 @@
49
49
  "resolve.exports": "1.1.0",
50
50
  "tslib": "^2.3.0",
51
51
  "yargs-parser": "21.1.1",
52
- "@nrwl/jest": "19.4.0-rc.0"
52
+ "@nrwl/jest": "19.4.0"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"
@@ -180,7 +180,6 @@ async function buildJestTargets(configFilePath, projectRoot, options, context) {
180
180
  metadata: {
181
181
  technologies: ['jest'],
182
182
  description: `Run Jest Tests in ${relativePath}`,
183
- nonAtomizedTarget: options.targetName,
184
183
  help: {
185
184
  command: `${pmc.exec} jest --help`,
186
185
  example: {