@rushstack/heft-node-rig 2.2.2 → 2.2.4
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-node-rig",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.4",
|
|
4
4
|
"description": "A rig package for Node.js projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"directory": "rigs/heft-node-rig"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@rushstack/heft": "^0.
|
|
12
|
+
"@rushstack/heft": "^0.53.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@types/heft-jest": "1.0.1",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"jest-environment-node": "~29.5.0",
|
|
18
18
|
"typescript": "~5.0.4",
|
|
19
19
|
"@microsoft/api-extractor": "7.35.2",
|
|
20
|
-
"@rushstack/heft-api-extractor-plugin": "0.1.
|
|
21
|
-
"@rushstack/heft-jest-plugin": "0.7.
|
|
22
|
-
"@rushstack/heft-lint-plugin": "0.1.
|
|
23
|
-
"@rushstack/heft-typescript-plugin": "0.1.
|
|
20
|
+
"@rushstack/heft-api-extractor-plugin": "0.1.4",
|
|
21
|
+
"@rushstack/heft-jest-plugin": "0.7.5",
|
|
22
|
+
"@rushstack/heft-lint-plugin": "0.1.5",
|
|
23
|
+
"@rushstack/heft-typescript-plugin": "0.1.5"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@rushstack/heft": "0.
|
|
26
|
+
"@rushstack/heft": "0.53.0"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build": "",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* controlled by API Extractor's own "api-extractor.json" config file.
|
|
6
6
|
*/
|
|
7
7
|
{
|
|
8
|
-
"$schema": "https://developer.microsoft.com/json-schemas/heft/api-extractor-task.schema.json"
|
|
8
|
+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/api-extractor-task.schema.json"
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* If set to true, use the project's TypeScript compiler version for API Extractor's
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Defines configuration used by core Heft.
|
|
3
3
|
*/
|
|
4
4
|
{
|
|
5
|
-
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
|
|
5
|
+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Optionally specifies another JSON config file that this file extends from. This provides a way for standard
|
|
@@ -40,8 +40,9 @@
|
|
|
40
40
|
},
|
|
41
41
|
"node-service": {
|
|
42
42
|
"taskDependencies": ["typescript"],
|
|
43
|
-
"
|
|
44
|
-
"
|
|
43
|
+
"taskPlugin": {
|
|
44
|
+
"pluginPackage": "@rushstack/heft",
|
|
45
|
+
"pluginName": "node-service-plugin"
|
|
45
46
|
}
|
|
46
47
|
}
|
|
47
48
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Configures the TypeScript plugin for Heft. This plugin also manages linting.
|
|
3
3
|
*/
|
|
4
4
|
{
|
|
5
|
-
"$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json",
|
|
5
|
+
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/typescript.schema.json",
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Optionally specifies another JSON config file that this file extends from. This provides a way for standard
|