@rushstack/heft-node-rig 1.6.0 → 1.7.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/CHANGELOG.json +12 -0
- package/CHANGELOG.md +8 -1
- package/package.json +1 -1
- package/profiles/default/config/rush-project.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-node-rig",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.7.0",
|
|
6
|
+
"tag": "@rushstack/heft-node-rig_v1.7.0",
|
|
7
|
+
"date": "Fri, 21 Jan 2022 01:10:41 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Include \"dist\" in the list of cached folders for the \"build\" and \"_phase:build\" operations."
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "1.6.0",
|
|
6
18
|
"tag": "@rushstack/heft-node-rig_v1.6.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @rushstack/heft-node-rig
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 21 Jan 2022 01:10:41 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.7.0
|
|
6
|
+
Fri, 21 Jan 2022 01:10:41 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- Include "dist" in the list of cached folders for the "build" and "_phase:build" operations.
|
|
4
11
|
|
|
5
12
|
## 1.6.0
|
|
6
13
|
Thu, 20 Jan 2022 02:43:46 GMT
|
package/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"operationSettings": [
|
|
3
3
|
{
|
|
4
4
|
"operationName": "_phase:build",
|
|
5
|
-
"outputFolderNames": ["lib", "lib-commonjs", "temp"]
|
|
5
|
+
"outputFolderNames": ["dist", "lib", "lib-commonjs", "temp"]
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"operationName": "build",
|
|
9
|
-
"outputFolderNames": ["lib", "lib-commonjs", "temp"]
|
|
9
|
+
"outputFolderNames": ["dist", "lib", "lib-commonjs", "temp"]
|
|
10
10
|
}
|
|
11
11
|
]
|
|
12
12
|
}
|