@rushstack/rundown 1.0.160 → 1.0.164

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,78 @@
1
1
  {
2
2
  "name": "@rushstack/rundown",
3
3
  "entries": [
4
+ {
5
+ "version": "1.0.164",
6
+ "tag": "@rushstack/rundown_v1.0.164",
7
+ "date": "Wed, 08 Dec 2021 19:05:08 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.43.0`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.4.1`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "1.0.163",
21
+ "tag": "@rushstack/rundown_v1.0.163",
22
+ "date": "Wed, 08 Dec 2021 16:14:05 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.6`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.4.0`"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "version": "1.0.162",
36
+ "tag": "@rushstack/rundown_v1.0.162",
37
+ "date": "Mon, 06 Dec 2021 16:08:33 GMT",
38
+ "comments": {
39
+ "dependency": [
40
+ {
41
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.1`"
42
+ },
43
+ {
44
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.5`"
45
+ },
46
+ {
47
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.0`"
48
+ },
49
+ {
50
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.5`"
51
+ },
52
+ {
53
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.3.0`"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "version": "1.0.161",
60
+ "tag": "@rushstack/rundown_v1.0.161",
61
+ "date": "Fri, 03 Dec 2021 03:05:22 GMT",
62
+ "comments": {
63
+ "dependency": [
64
+ {
65
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.0`"
66
+ },
67
+ {
68
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.4`"
69
+ },
70
+ {
71
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.33`"
72
+ }
73
+ ]
74
+ }
75
+ },
4
76
  {
5
77
  "version": "1.0.160",
6
78
  "tag": "@rushstack/rundown_v1.0.160",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @rushstack/rundown
2
2
 
3
- This log was last generated on Tue, 30 Nov 2021 20:18:41 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Dec 2021 19:05:08 GMT and should not be manually modified.
4
+
5
+ ## 1.0.164
6
+ Wed, 08 Dec 2021 19:05:08 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.0.163
11
+ Wed, 08 Dec 2021 16:14:05 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 1.0.162
16
+ Mon, 06 Dec 2021 16:08:33 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 1.0.161
21
+ Fri, 03 Dec 2021 03:05:22 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 1.0.160
6
26
  Tue, 30 Nov 2021 20:18:41 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rundown",
3
- "version": "1.0.160",
3
+ "version": "1.0.164",
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.32",
25
+ "@rushstack/eslint-config": "2.5.0",
26
+ "@rushstack/heft": "0.43.0",
27
+ "@rushstack/heft-node-rig": "1.4.1",
28
28
  "@types/heft-jest": "1.0.1",
29
29
  "@types/node": "12.20.24"
30
30
  },