@rushstack/heft-node-rig 1.5.0-pr3076.0 → 1.5.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 +3 -3
- package/CHANGELOG.md +3 -3
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@rushstack/heft-node-rig",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"version": "1.5.0
|
|
6
|
-
"tag": "@rushstack/heft-node-rig_v1.5.0
|
|
7
|
-
"date": "
|
|
5
|
+
"version": "1.5.0",
|
|
6
|
+
"tag": "@rushstack/heft-node-rig_v1.5.0",
|
|
7
|
+
"date": "Tue, 14 Dec 2021 19:27:51 GMT",
|
|
8
8
|
"comments": {
|
|
9
9
|
"minor": [
|
|
10
10
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Change Log - @rushstack/heft-node-rig
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 14 Dec 2021 19:27:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
|
-
## 1.5.0
|
|
6
|
-
|
|
5
|
+
## 1.5.0
|
|
6
|
+
Tue, 14 Dec 2021 19:27:51 GMT
|
|
7
7
|
|
|
8
8
|
### Minor changes
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-node-rig",
|
|
3
|
-
"version": "1.5.0
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "A rig package for Node.js projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@microsoft/api-extractor": "7.19.2",
|
|
16
|
-
"@rushstack/heft-jest-plugin": "0.2.0
|
|
16
|
+
"@rushstack/heft-jest-plugin": "0.2.0",
|
|
17
17
|
"eslint": "~8.3.0",
|
|
18
18
|
"jest-environment-node": "~27.4.2",
|
|
19
19
|
"typescript": "~4.5.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@rushstack/heft": "0.44.0
|
|
22
|
+
"@rushstack/heft": "0.44.0"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": ""
|