@rushstack/rundown 1.1.100 → 1.1.102

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,30 @@
1
1
  {
2
2
  "name": "@rushstack/rundown",
3
3
  "entries": [
4
+ {
5
+ "version": "1.1.102",
6
+ "tag": "@rushstack/rundown_v1.1.102",
7
+ "date": "Tue, 13 May 2025 02:09:20 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.73.6`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "1.1.101",
18
+ "tag": "@rushstack/rundown_v1.1.101",
19
+ "date": "Thu, 01 May 2025 15:11:33 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.73.5`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "1.1.100",
6
30
  "tag": "@rushstack/rundown_v1.1.100",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @rushstack/rundown
2
2
 
3
- This log was last generated on Thu, 01 May 2025 00:11:12 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 13 May 2025 02:09:20 GMT and should not be manually modified.
4
+
5
+ ## 1.1.102
6
+ Tue, 13 May 2025 02:09:20 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.1.101
11
+ Thu, 01 May 2025 15:11:33 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 1.1.100
6
16
  Thu, 01 May 2025 00:11:12 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rundown",
3
- "version": "1.1.100",
3
+ "version": "1.1.102",
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",
@@ -22,7 +22,7 @@
22
22
  "@rushstack/ts-command-line": "5.0.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@rushstack/heft": "0.73.4",
25
+ "@rushstack/heft": "0.73.6",
26
26
  "local-node-rig": "1.0.0"
27
27
  },
28
28
  "scripts": {