@rushstack/heft-node-rig 1.2.15 → 1.2.19

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 CHANGED
@@ -1,6 +1,90 @@
1
1
  {
2
2
  "name": "@rushstack/heft-node-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "1.2.19",
6
+ "tag": "@rushstack/heft-node-rig_v1.2.19",
7
+ "date": "Tue, 05 Oct 2021 15:08:38 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.13`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.35`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.0`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.40.0` to `^0.41.0`"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "version": "1.2.18",
27
+ "tag": "@rushstack/heft-node-rig_v1.2.18",
28
+ "date": "Mon, 04 Oct 2021 15:10:18 GMT",
29
+ "comments": {
30
+ "dependency": [
31
+ {
32
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.12`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.34`"
36
+ },
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.40.0`"
39
+ },
40
+ {
41
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.39.2` to `^0.40.0`"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "version": "1.2.17",
48
+ "tag": "@rushstack/heft-node-rig_v1.2.17",
49
+ "date": "Fri, 24 Sep 2021 00:09:29 GMT",
50
+ "comments": {
51
+ "dependency": [
52
+ {
53
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.11`"
54
+ },
55
+ {
56
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.33`"
57
+ },
58
+ {
59
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.39.2`"
60
+ },
61
+ {
62
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.39.1` to `^0.39.2`"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "version": "1.2.16",
69
+ "tag": "@rushstack/heft-node-rig_v1.2.16",
70
+ "date": "Thu, 23 Sep 2021 00:10:40 GMT",
71
+ "comments": {
72
+ "dependency": [
73
+ {
74
+ "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.10`"
75
+ },
76
+ {
77
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.32`"
78
+ },
79
+ {
80
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.39.1`"
81
+ },
82
+ {
83
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.39.0` to `^0.39.1`"
84
+ }
85
+ ]
86
+ }
87
+ },
4
88
  {
5
89
  "version": "1.2.15",
6
90
  "tag": "@rushstack/heft-node-rig_v1.2.15",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @rushstack/heft-node-rig
2
2
 
3
- This log was last generated on Wed, 22 Sep 2021 03:27:12 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Oct 2021 15:08:38 GMT and should not be manually modified.
4
+
5
+ ## 1.2.19
6
+ Tue, 05 Oct 2021 15:08:38 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.2.18
11
+ Mon, 04 Oct 2021 15:10:18 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 1.2.17
16
+ Fri, 24 Sep 2021 00:09:29 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 1.2.16
21
+ Thu, 23 Sep 2021 00:10:40 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 1.2.15
6
26
  Wed, 22 Sep 2021 03:27:12 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-node-rig",
3
- "version": "1.2.15",
3
+ "version": "1.2.19",
4
4
  "description": "A rig package for Node.js projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -8,16 +8,16 @@
8
8
  "url": "https://github.com/microsoft/rushstack/tree/master/rigs/heft-node-rig"
9
9
  },
10
10
  "peerDependencies": {
11
- "@rushstack/heft": "^0.39.0"
11
+ "@rushstack/heft": "^0.41.0"
12
12
  },
13
13
  "dependencies": {
14
- "@microsoft/api-extractor": "7.18.9",
15
- "@rushstack/heft-jest-plugin": "0.1.31",
14
+ "@microsoft/api-extractor": "7.18.13",
15
+ "@rushstack/heft-jest-plugin": "0.1.35",
16
16
  "eslint": "~7.30.0",
17
- "typescript": "~3.9.7"
17
+ "typescript": "~4.4.2"
18
18
  },
19
19
  "devDependencies": {
20
- "@rushstack/heft": "0.39.0"
20
+ "@rushstack/heft": "0.41.0"
21
21
  },
22
22
  "scripts": {
23
23
  "build": ""