@rushstack/rundown 1.0.159 → 1.0.163

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,75 @@
1
1
  {
2
2
  "name": "@rushstack/rundown",
3
3
  "entries": [
4
+ {
5
+ "version": "1.0.163",
6
+ "tag": "@rushstack/rundown_v1.0.163",
7
+ "date": "Wed, 08 Dec 2021 16:14:05 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.6`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.4.0`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "1.0.162",
21
+ "tag": "@rushstack/rundown_v1.0.162",
22
+ "date": "Mon, 06 Dec 2021 16:08:33 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.1`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.5`"
30
+ },
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.0`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.5`"
36
+ },
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.3.0`"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "version": "1.0.161",
45
+ "tag": "@rushstack/rundown_v1.0.161",
46
+ "date": "Fri, 03 Dec 2021 03:05:22 GMT",
47
+ "comments": {
48
+ "dependency": [
49
+ {
50
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.0`"
51
+ },
52
+ {
53
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.4`"
54
+ },
55
+ {
56
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.33`"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "version": "1.0.160",
63
+ "tag": "@rushstack/rundown_v1.0.160",
64
+ "date": "Tue, 30 Nov 2021 20:18:41 GMT",
65
+ "comments": {
66
+ "dependency": [
67
+ {
68
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.32`"
69
+ }
70
+ ]
71
+ }
72
+ },
4
73
  {
5
74
  "version": "1.0.159",
6
75
  "tag": "@rushstack/rundown_v1.0.159",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @rushstack/rundown
2
2
 
3
- This log was last generated on Mon, 29 Nov 2021 07:26:16 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Dec 2021 16:14:05 GMT and should not be manually modified.
4
+
5
+ ## 1.0.163
6
+ Wed, 08 Dec 2021 16:14:05 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.0.162
11
+ Mon, 06 Dec 2021 16:08:33 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 1.0.161
16
+ Fri, 03 Dec 2021 03:05:22 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 1.0.160
21
+ Tue, 30 Nov 2021 20:18:41 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 1.0.159
6
26
  Mon, 29 Nov 2021 07:26:16 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rundown",
3
- "version": "1.0.159",
3
+ "version": "1.0.163",
4
4
  "description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,14 +17,14 @@
17
17
  },
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@rushstack/node-core-library": "3.43.2",
21
- "@rushstack/ts-command-line": "4.10.4",
20
+ "@rushstack/node-core-library": "3.44.1",
21
+ "@rushstack/ts-command-line": "4.10.5",
22
22
  "string-argv": "~0.3.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@rushstack/eslint-config": "2.4.5",
26
- "@rushstack/heft": "0.42.3",
27
- "@rushstack/heft-node-rig": "1.2.31",
25
+ "@rushstack/eslint-config": "2.5.0",
26
+ "@rushstack/heft": "0.42.6",
27
+ "@rushstack/heft-node-rig": "1.4.0",
28
28
  "@types/heft-jest": "1.0.1",
29
29
  "@types/node": "12.20.24"
30
30
  },