@rushstack/package-extractor 0.11.15 → 0.12.0

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.
Files changed (58) hide show
  1. package/CHANGELOG.json +50 -0
  2. package/CHANGELOG.md +13 -1
  3. package/dist/scripts/create-links.js +45945 -61866
  4. package/dist/scripts/create-links.js.map +1 -1
  5. package/dist/tsdoc-metadata.json +1 -1
  6. package/package.json +32 -10
  7. package/lib/ArchiveManager.d.ts +0 -13
  8. package/lib/ArchiveManager.d.ts.map +0 -1
  9. package/lib/ArchiveManager.js +0 -64
  10. package/lib/ArchiveManager.js.map +0 -1
  11. package/lib/AssetHandler.d.ts +0 -52
  12. package/lib/AssetHandler.d.ts.map +0 -1
  13. package/lib/AssetHandler.js +0 -171
  14. package/lib/AssetHandler.js.map +0 -1
  15. package/lib/PackageExtractor.d.ts +0 -280
  16. package/lib/PackageExtractor.d.ts.map +0 -1
  17. package/lib/PackageExtractor.js +0 -568
  18. package/lib/PackageExtractor.js.map +0 -1
  19. package/lib/PathConstants.d.ts +0 -4
  20. package/lib/PathConstants.d.ts.map +0 -1
  21. package/lib/PathConstants.js +0 -11
  22. package/lib/PathConstants.js.map +0 -1
  23. package/lib/SymlinkAnalyzer.d.ts +0 -73
  24. package/lib/SymlinkAnalyzer.d.ts.map +0 -1
  25. package/lib/SymlinkAnalyzer.js +0 -159
  26. package/lib/SymlinkAnalyzer.js.map +0 -1
  27. package/lib/Utils.d.ts +0 -30
  28. package/lib/Utils.d.ts.map +0 -1
  29. package/lib/Utils.js +0 -85
  30. package/lib/Utils.js.map +0 -1
  31. package/lib/index.d.ts +0 -3
  32. package/lib/index.d.ts.map +0 -1
  33. package/lib/index.js +0 -8
  34. package/lib/index.js.map +0 -1
  35. package/lib/scripts/createLinks/cli/CreateLinksCommandLineParser.d.ts +0 -8
  36. package/lib/scripts/createLinks/cli/CreateLinksCommandLineParser.d.ts.map +0 -1
  37. package/lib/scripts/createLinks/cli/CreateLinksCommandLineParser.js +0 -35
  38. package/lib/scripts/createLinks/cli/CreateLinksCommandLineParser.js.map +0 -1
  39. package/lib/scripts/createLinks/cli/actions/CreateLinksAction.d.ts +0 -10
  40. package/lib/scripts/createLinks/cli/actions/CreateLinksAction.d.ts.map +0 -1
  41. package/lib/scripts/createLinks/cli/actions/CreateLinksAction.js +0 -91
  42. package/lib/scripts/createLinks/cli/actions/CreateLinksAction.js.map +0 -1
  43. package/lib/scripts/createLinks/cli/actions/RemoveLinksAction.d.ts +0 -10
  44. package/lib/scripts/createLinks/cli/actions/RemoveLinksAction.d.ts.map +0 -1
  45. package/lib/scripts/createLinks/cli/actions/RemoveLinksAction.js +0 -38
  46. package/lib/scripts/createLinks/cli/actions/RemoveLinksAction.js.map +0 -1
  47. package/lib/scripts/createLinks/start.d.ts +0 -2
  48. package/lib/scripts/createLinks/start.d.ts.map +0 -1
  49. package/lib/scripts/createLinks/start.js +0 -10
  50. package/lib/scripts/createLinks/start.js.map +0 -1
  51. package/lib/scripts/createLinks/utilities/CreateLinksUtilities.d.ts +0 -3
  52. package/lib/scripts/createLinks/utilities/CreateLinksUtilities.d.ts.map +0 -1
  53. package/lib/scripts/createLinks/utilities/CreateLinksUtilities.js +0 -14
  54. package/lib/scripts/createLinks/utilities/CreateLinksUtilities.js.map +0 -1
  55. package/lib/scripts/createLinks/utilities/constants.d.ts +0 -34
  56. package/lib/scripts/createLinks/utilities/constants.d.ts.map +0 -1
  57. package/lib/scripts/createLinks/utilities/constants.js +0 -44
  58. package/lib/scripts/createLinks/utilities/constants.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -1,6 +1,56 @@
1
1
  {
2
2
  "name": "@rushstack/package-extractor",
3
3
  "entries": [
4
+ {
5
+ "version": "0.12.0",
6
+ "tag": "@rushstack/package-extractor_v0.12.0",
7
+ "date": "Thu, 19 Feb 2026 00:04:53 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `\"exports\"` field in `package.json`."
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.20.0`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.22.0`"
20
+ },
21
+ {
22
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.0`"
23
+ },
24
+ {
25
+ "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.3.0`"
26
+ },
27
+ {
28
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.0`"
29
+ },
30
+ {
31
+ "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.12.0`"
32
+ }
33
+ ]
34
+ }
35
+ },
36
+ {
37
+ "version": "0.11.16",
38
+ "tag": "@rushstack/package-extractor_v0.11.16",
39
+ "date": "Sat, 07 Feb 2026 01:13:26 GMT",
40
+ "comments": {
41
+ "dependency": [
42
+ {
43
+ "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.2.14`"
44
+ },
45
+ {
46
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.14`"
47
+ },
48
+ {
49
+ "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.11.125`"
50
+ }
51
+ ]
52
+ }
53
+ },
4
54
  {
5
55
  "version": "0.11.15",
6
56
  "tag": "@rushstack/package-extractor_v0.11.15",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @rushstack/package-extractor
2
2
 
3
- This log was last generated on Wed, 04 Feb 2026 20:42:47 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 19 Feb 2026 00:04:53 GMT and should not be manually modified.
4
+
5
+ ## 0.12.0
6
+ Thu, 19 Feb 2026 00:04:53 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `"exports"` field in `package.json`.
11
+
12
+ ## 0.11.16
13
+ Sat, 07 Feb 2026 01:13:26 GMT
14
+
15
+ _Version update only_
4
16
 
5
17
  ## 0.11.15
6
18
  Wed, 04 Feb 2026 20:42:47 GMT