@nx/js 19.2.0-beta.0 → 19.2.0-beta.1

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/js",
3
- "version": "19.2.0-beta.0",
3
+ "version": "19.2.0-beta.1",
4
4
  "private": false,
5
5
  "description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
6
6
  "repository": {
@@ -58,9 +58,9 @@
58
58
  "semver": "^7.5.3",
59
59
  "source-map-support": "0.5.19",
60
60
  "tslib": "^2.3.0",
61
- "@nx/devkit": "19.2.0-beta.0",
62
- "@nx/workspace": "19.2.0-beta.0",
63
- "@nrwl/js": "19.2.0-beta.0"
61
+ "@nx/devkit": "19.2.0-beta.1",
62
+ "@nx/workspace": "19.2.0-beta.1",
63
+ "@nrwl/js": "19.2.0-beta.1"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "verdaccio": "^5.0.4"
@@ -14,7 +14,7 @@ if (swcJestConfig.swcrc === undefined) {
14
14
  }
15
15
 
16
16
  // Uncomment if using global setup/teardown files being transformed via swc
17
- // https://nx.dev/packages/jest/documents/overview#global-setup/teardown-with-nx-libraries
17
+ // https://nx.dev/nx-api/jest/documents/overview#global-setupteardown-with-nx-libraries
18
18
  // jest needs EsModule Interop to find the default exported setup/teardown functions
19
19
  // swcJestConfig.module.noInterop = false;
20
20