@rushstack/lockfile-explorer 1.7.2 → 1.7.4
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 +24 -0
- package/CHANGELOG.md +11 -1
- package/dist/{222.2da660512465e3fb1ef8.js → 964.f1cd4d323e2047977246.js} +2 -2
- package/dist/app.9cecd9f30ddc0e28d6cf.js +1 -0
- package/dist/index.html +1 -1
- package/dist/rush-themed-ui.js +2 -2
- package/package.json +6 -6
- package/dist/app.58fa353778e99d53ce18.js +0 -1
- /package/dist/{222.2da660512465e3fb1ef8.js.LICENSE.txt → 964.f1cd4d323e2047977246.js.LICENSE.txt} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/lockfile-explorer",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.7.4",
|
|
6
|
+
"tag": "@rushstack/lockfile-explorer_v1.7.4",
|
|
7
|
+
"date": "Tue, 15 Oct 2024 00:12:31 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.3`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "1.7.3",
|
|
18
|
+
"tag": "@rushstack/lockfile-explorer_v1.7.3",
|
|
19
|
+
"date": "Wed, 02 Oct 2024 00:11:19 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"dependency": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.2`"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
4
28
|
{
|
|
5
29
|
"version": "1.7.2",
|
|
6
30
|
"tag": "@rushstack/lockfile-explorer_v1.7.2",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @rushstack/lockfile-explorer
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 15 Oct 2024 00:12:31 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.7.4
|
|
6
|
+
Tue, 15 Oct 2024 00:12:31 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 1.7.3
|
|
11
|
+
Wed, 02 Oct 2024 00:11:19 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 1.7.2
|
|
6
16
|
Tue, 01 Oct 2024 00:11:28 GMT
|