@nrwl/js 13.4.1-beta.1 → 13.4.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,16 +1,16 @@
1
1
  {
2
2
  "name": "@nrwl/js",
3
- "version": "13.4.1-beta.1",
3
+ "version": "13.4.1",
4
4
  "main": "src/index.js",
5
5
  "generators": "./generators.json",
6
6
  "schematics": "./generators.json",
7
7
  "executors": "./executors.json",
8
8
  "builders": "./executors.json",
9
9
  "dependencies": {
10
- "@nrwl/workspace": "13.4.1-beta.1",
11
- "@nrwl/devkit": "13.4.1-beta.1",
12
- "@nrwl/jest": "13.4.1-beta.1",
13
- "@nrwl/linter": "13.4.1-beta.1",
10
+ "@nrwl/workspace": "13.4.1",
11
+ "@nrwl/devkit": "13.4.1",
12
+ "@nrwl/jest": "13.4.1",
13
+ "@nrwl/linter": "13.4.1",
14
14
  "chalk": "4.1.0",
15
15
  "js-tokens": "^4.0.0",
16
16
  "rxjs": "^6.5.4",
@@ -92,7 +92,7 @@
92
92
  "type": "string",
93
93
  "enum": ["tsc", "swc"],
94
94
  "default": "tsc",
95
- "description": "The compiler used by the build and test targets"
95
+ "description": "The compiler used by the build and test targets (tsc is preferred, swc is experimental)"
96
96
  }
97
97
  },
98
98
  "required": ["name"]
@@ -97,7 +97,7 @@
97
97
  "type": "string",
98
98
  "enum": ["tsc", "swc"],
99
99
  "default": "tsc",
100
- "description": "The compiler used by the build and test targets (EXPERIMENTAL)"
100
+ "description": "The compiler used by the build and test targets (tsc is preferred, swc is experimental)"
101
101
  },
102
102
  "skipTypeCheck": {
103
103
  "type": "boolean",
@@ -142,7 +142,7 @@ function addJest(tree, options) {
142
142
  skipSerializers: true,
143
143
  testEnvironment: options.testEnvironment,
144
144
  skipFormat: true,
145
- compiler: 'tsc'
145
+ compiler: 'tsc',
146
146
  });
147
147
  });
148
148
  }
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.swcHelpersVersion = exports.swcCliVersion = exports.swcCoreVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '13.4.1-beta.1';
4
+ exports.nxVersion = '13.4.1';
5
5
  exports.swcCoreVersion = '1.2.118';
6
6
  exports.swcCliVersion = '~0.1.52';
7
7
  exports.swcHelpersVersion = '~0.2.14';