@rushstack/rundown 1.0.161 → 1.0.165

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