@rushstack/rundown 1.0.146 → 1.0.150

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.150",
6
+ "tag": "@rushstack/rundown_v1.0.150",
7
+ "date": "Thu, 07 Oct 2021 07:13:35 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.1`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.1`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.2`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.3`"
21
+ },
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.22`"
24
+ }
25
+ ]
26
+ }
27
+ },
28
+ {
29
+ "version": "1.0.149",
30
+ "tag": "@rushstack/rundown_v1.0.149",
31
+ "date": "Wed, 06 Oct 2021 15:08:26 GMT",
32
+ "comments": {
33
+ "dependency": [
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.2`"
36
+ },
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.21`"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "version": "1.0.148",
45
+ "tag": "@rushstack/rundown_v1.0.148",
46
+ "date": "Wed, 06 Oct 2021 02:41:48 GMT",
47
+ "comments": {
48
+ "dependency": [
49
+ {
50
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.1`"
51
+ },
52
+ {
53
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.20`"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "version": "1.0.147",
60
+ "tag": "@rushstack/rundown_v1.0.147",
61
+ "date": "Tue, 05 Oct 2021 15:08:38 GMT",
62
+ "comments": {
63
+ "dependency": [
64
+ {
65
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.0`"
66
+ },
67
+ {
68
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.0`"
69
+ },
70
+ {
71
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.19`"
72
+ }
73
+ ]
74
+ }
75
+ },
4
76
  {
5
77
  "version": "1.0.146",
6
78
  "tag": "@rushstack/rundown_v1.0.146",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @rushstack/rundown
2
2
 
3
- This log was last generated on Mon, 04 Oct 2021 15:10:18 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 07 Oct 2021 07:13:35 GMT and should not be manually modified.
4
+
5
+ ## 1.0.150
6
+ Thu, 07 Oct 2021 07:13:35 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.0.149
11
+ Wed, 06 Oct 2021 15:08:26 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 1.0.148
16
+ Wed, 06 Oct 2021 02:41:48 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 1.0.147
21
+ Tue, 05 Oct 2021 15:08:38 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 1.0.146
6
26
  Mon, 04 Oct 2021 15:10:18 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rundown",
3
- "version": "1.0.146",
3
+ "version": "1.0.150",
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",
@@ -16,14 +16,14 @@
16
16
  },
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "@rushstack/node-core-library": "3.41.0",
20
- "@rushstack/ts-command-line": "4.10.0",
19
+ "@rushstack/node-core-library": "3.42.1",
20
+ "@rushstack/ts-command-line": "4.10.1",
21
21
  "string-argv": "~0.3.1"
22
22
  },
23
23
  "devDependencies": {
24
- "@rushstack/eslint-config": "2.4.1",
25
- "@rushstack/heft": "0.40.0",
26
- "@rushstack/heft-node-rig": "1.2.18",
24
+ "@rushstack/eslint-config": "2.4.2",
25
+ "@rushstack/heft": "0.41.3",
26
+ "@rushstack/heft-node-rig": "1.2.22",
27
27
  "@types/heft-jest": "1.0.1",
28
28
  "@types/node": "12.20.24"
29
29
  },