@nrwl/js 14.6.0-beta.7 → 14.6.0-beta.8
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [14.6.0-beta.
|
|
6
|
+
# [14.6.0-beta.8](https://github.com/nrwl/nx/compare/14.5.7...14.6.0-beta.8) (2022-08-26)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @nrwl/js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/js",
|
|
3
|
-
"version": "14.6.0-beta.
|
|
3
|
+
"version": "14.6.0-beta.8",
|
|
4
4
|
"description": "The Nx plugin that provides the best experience for developing JavaScript and TypeScript projects.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"executors": "./executors.json",
|
|
32
32
|
"builders": "./executors.json",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@nrwl/devkit": "14.6.0-beta.
|
|
35
|
-
"@nrwl/jest": "14.6.0-beta.
|
|
36
|
-
"@nrwl/linter": "14.6.0-beta.
|
|
37
|
-
"@nrwl/workspace": "14.6.0-beta.
|
|
34
|
+
"@nrwl/devkit": "14.6.0-beta.8",
|
|
35
|
+
"@nrwl/jest": "14.6.0-beta.8",
|
|
36
|
+
"@nrwl/linter": "14.6.0-beta.8",
|
|
37
|
+
"@nrwl/workspace": "14.6.0-beta.8",
|
|
38
38
|
"@parcel/watcher": "2.0.4",
|
|
39
39
|
"chalk": "4.1.0",
|
|
40
40
|
"fast-glob": "3.2.7",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"source-map-support": "0.5.19",
|
|
46
46
|
"tree-kill": "1.2.2"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "8b02670a3962710a929ad048d40ab7470a7a94a4"
|
|
49
49
|
}
|
|
@@ -7,19 +7,26 @@
|
|
|
7
7
|
"properties": {
|
|
8
8
|
"main": {
|
|
9
9
|
"type": "string",
|
|
10
|
-
"description": "The name of the main entry-point file."
|
|
10
|
+
"description": "The name of the main entry-point file.",
|
|
11
|
+
"x-completion-type": "file",
|
|
12
|
+
"x-completion-glob": "main@(.js|.ts|.tsx)"
|
|
11
13
|
},
|
|
12
14
|
"outputPath": {
|
|
13
15
|
"type": "string",
|
|
14
|
-
"description": "The output path of the generated files."
|
|
16
|
+
"description": "The output path of the generated files.",
|
|
17
|
+
"x-completion-type": "directory"
|
|
15
18
|
},
|
|
16
19
|
"tsConfig": {
|
|
17
20
|
"type": "string",
|
|
18
|
-
"description": "The path to the Typescript configuration file."
|
|
21
|
+
"description": "The path to the Typescript configuration file.",
|
|
22
|
+
"x-completion-type": "file",
|
|
23
|
+
"x-completion-glob": "tsconfig.*.json"
|
|
19
24
|
},
|
|
20
25
|
"swcrc": {
|
|
21
26
|
"type": "string",
|
|
22
|
-
"description": "The path to the SWC configuration file. Default: .lib.swcrc"
|
|
27
|
+
"description": "The path to the SWC configuration file. Default: .lib.swcrc",
|
|
28
|
+
"x-completion-type": "file",
|
|
29
|
+
"x-completion-glob": ".swcrc"
|
|
23
30
|
},
|
|
24
31
|
"assets": {
|
|
25
32
|
"type": "array",
|
|
@@ -6,15 +6,20 @@
|
|
|
6
6
|
"properties": {
|
|
7
7
|
"main": {
|
|
8
8
|
"type": "string",
|
|
9
|
-
"description": "The name of the main entry-point file."
|
|
9
|
+
"description": "The name of the main entry-point file.",
|
|
10
|
+
"x-completion-type": "file",
|
|
11
|
+
"x-completion-glob": "main@(.js|.ts|.jsx|.tsx)"
|
|
10
12
|
},
|
|
11
13
|
"outputPath": {
|
|
12
14
|
"type": "string",
|
|
13
|
-
"description": "The output path of the generated files."
|
|
15
|
+
"description": "The output path of the generated files.",
|
|
16
|
+
"x-completion-type": "directory"
|
|
14
17
|
},
|
|
15
18
|
"tsConfig": {
|
|
16
19
|
"type": "string",
|
|
17
|
-
"description": "The path to the Typescript configuration file."
|
|
20
|
+
"description": "The path to the Typescript configuration file.",
|
|
21
|
+
"x-completion-type": "file",
|
|
22
|
+
"x-completion-glob": "tsconfig.*.json"
|
|
18
23
|
},
|
|
19
24
|
"assets": {
|
|
20
25
|
"type": "array",
|