@rushstack/package-extractor 0.11.11 → 0.11.12

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,18 @@
1
1
  {
2
2
  "name": "@rushstack/package-extractor",
3
3
  "entries": [
4
+ {
5
+ "version": "0.11.12",
6
+ "tag": "@rushstack/package-extractor_v0.11.12",
7
+ "date": "Tue, 27 Jan 2026 16:13:30 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Upgrade npm-packlist from ~2.1.2 to ~5.1.3 to remove deprecated glob@7 and inflight dependencies"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "0.11.11",
6
18
  "tag": "@rushstack/package-extractor_v0.11.11",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @rushstack/package-extractor
2
2
 
3
- This log was last generated on Thu, 08 Jan 2026 01:12:30 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 27 Jan 2026 16:13:30 GMT and should not be manually modified.
4
+
5
+ ## 0.11.12
6
+ Tue, 27 Jan 2026 16:13:30 GMT
7
+
8
+ ### Patches
9
+
10
+ - Upgrade npm-packlist from ~2.1.2 to ~5.1.3 to remove deprecated glob@7 and inflight dependencies
4
11
 
5
12
  ## 0.11.11
6
13
  Thu, 08 Jan 2026 01:12:30 GMT