@rushstack/heft-node-rig 2.11.4 → 2.11.6
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.json +42 -0
- package/CHANGELOG.md +13 -1
- package/package.json +8 -8
- package/profiles/default/config/heft.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-node-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "2.11.6",
|
|
6
|
+
"tag": "@rushstack/heft-node-rig_v2.11.6",
|
|
7
|
+
"date": "Mon, 10 Nov 2025 16:12:32 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Include lib-dts and lib-esm folders in default files to clean"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "2.11.5",
|
|
18
|
+
"tag": "@rushstack/heft-node-rig_v2.11.5",
|
|
19
|
+
"date": "Tue, 04 Nov 2025 08:15:15 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"dependency": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.54.0`"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `1.2.0`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `1.1.4`"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `1.1.4`"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `1.1.4`"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.4`"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.3` to `1.1.4`"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
4
46
|
{
|
|
5
47
|
"version": "2.11.4",
|
|
6
48
|
"tag": "@rushstack/heft-node-rig_v2.11.4",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @rushstack/heft-node-rig
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 10 Nov 2025 16:12:32 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 2.11.6
|
|
6
|
+
Mon, 10 Nov 2025 16:12:32 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Include lib-dts and lib-esm folders in default files to clean
|
|
11
|
+
|
|
12
|
+
## 2.11.5
|
|
13
|
+
Tue, 04 Nov 2025 08:15:15 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
4
16
|
|
|
5
17
|
## 2.11.4
|
|
6
18
|
Fri, 24 Oct 2025 11:22:09 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-node-rig",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.6",
|
|
4
4
|
"description": "A rig package for Node.js projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
"directory": "rigs/heft-node-rig"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@rushstack/heft": "^1.1.
|
|
12
|
+
"@rushstack/heft": "^1.1.4"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@types/heft-jest": "1.0.1",
|
|
16
16
|
"eslint": "~9.37.0",
|
|
17
17
|
"jest-environment-node": "~29.5.0",
|
|
18
18
|
"typescript": "~5.8.2",
|
|
19
|
-
"@microsoft/api-extractor": "7.
|
|
19
|
+
"@microsoft/api-extractor": "7.54.0",
|
|
20
20
|
"@rushstack/eslint-config": "4.5.3",
|
|
21
|
-
"@rushstack/heft-
|
|
22
|
-
"@rushstack/heft-
|
|
23
|
-
"@rushstack/heft-
|
|
24
|
-
"@rushstack/heft-
|
|
21
|
+
"@rushstack/heft-jest-plugin": "1.1.4",
|
|
22
|
+
"@rushstack/heft-api-extractor-plugin": "1.2.0",
|
|
23
|
+
"@rushstack/heft-typescript-plugin": "1.1.4",
|
|
24
|
+
"@rushstack/heft-lint-plugin": "1.1.4"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@rushstack/heft": "1.1.
|
|
27
|
+
"@rushstack/heft": "1.1.4"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "",
|