@rushstack/heft-web-rig 0.16.0-rc.6 → 0.16.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": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "0.16.0
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"description": "A rig package for web browser projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"directory": "rigs/heft-web-rig"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@rushstack/heft": "^0.
|
|
12
|
+
"@rushstack/heft": "^0.51.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@types/heft-jest": "1.0.1",
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
33
33
|
"webpack-merge": "~5.8.0",
|
|
34
34
|
"webpack": "~5.80.0",
|
|
35
|
-
"@microsoft/api-extractor": "7.35.
|
|
36
|
-
"@rushstack/heft-api-extractor-plugin": "0.
|
|
37
|
-
"@rushstack/heft-jest-plugin": "0.6.0
|
|
38
|
-
"@rushstack/heft-lint-plugin": "0.
|
|
39
|
-
"@rushstack/heft-sass-plugin": "0.
|
|
40
|
-
"@rushstack/heft-typescript-plugin": "0.
|
|
41
|
-
"@rushstack/heft-webpack5-plugin": "0.7.0
|
|
35
|
+
"@microsoft/api-extractor": "7.35.1",
|
|
36
|
+
"@rushstack/heft-api-extractor-plugin": "0.1.0",
|
|
37
|
+
"@rushstack/heft-jest-plugin": "0.6.0",
|
|
38
|
+
"@rushstack/heft-lint-plugin": "0.1.0",
|
|
39
|
+
"@rushstack/heft-sass-plugin": "0.11.0",
|
|
40
|
+
"@rushstack/heft-typescript-plugin": "0.1.0",
|
|
41
|
+
"@rushstack/heft-webpack5-plugin": "0.7.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@rushstack/heft": "0.51.0
|
|
44
|
+
"@rushstack/heft": "0.51.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "",
|
|
@@ -44,10 +44,9 @@
|
|
|
44
44
|
// "emitMjsExtensionForESModule": true,
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
48
|
-
* The default is 50.
|
|
47
|
+
* If true and "isolatedModules" is configured in tsconfig.json, use a worker thread to run transpilation concurrently with type checking and declaration emit.
|
|
49
48
|
*/
|
|
50
|
-
// "
|
|
49
|
+
// "useTranspilerWorker": true
|
|
51
50
|
|
|
52
51
|
/**
|
|
53
52
|
* Configures additional file types that should be copied into the TypeScript compiler's emit folders, for example
|
|
@@ -44,10 +44,9 @@
|
|
|
44
44
|
// "emitMjsExtensionForESModule": true,
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
48
|
-
* The default is 50.
|
|
47
|
+
* If true and "isolatedModules" is configured in tsconfig.json, use a worker thread to run transpilation concurrently with type checking and declaration emit.
|
|
49
48
|
*/
|
|
50
|
-
// "
|
|
49
|
+
// "useTranspilerWorker": true
|
|
51
50
|
|
|
52
51
|
/**
|
|
53
52
|
* Configures additional file types that should be copied into the TypeScript compiler's emit folders, for example
|