@rushstack/webpack-embedded-dependencies-plugin 0.2.84 → 0.2.86
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 +30 -0
- package/CHANGELOG.md +11 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack-embedded-dependencies-plugin",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.2.86",
|
|
6
|
+
"tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.86",
|
|
7
|
+
"date": "Sat, 22 Feb 2025 01:11:12 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.69`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.18`"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"version": "0.2.85",
|
|
21
|
+
"tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.85",
|
|
22
|
+
"date": "Wed, 19 Feb 2025 18:53:48 GMT",
|
|
23
|
+
"comments": {
|
|
24
|
+
"dependency": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.68`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.17`"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
4
34
|
{
|
|
5
35
|
"version": "0.2.84",
|
|
6
36
|
"tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.84",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @rushstack/webpack-embedded-dependencies-plugin
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 22 Feb 2025 01:11:12 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.2.86
|
|
6
|
+
Sat, 22 Feb 2025 01:11:12 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 0.2.85
|
|
11
|
+
Wed, 19 Feb 2025 18:53:48 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 0.2.84
|
|
6
16
|
Wed, 12 Feb 2025 01:10:52 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack-embedded-dependencies-plugin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.86",
|
|
4
4
|
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "dist/webpack-embedded-dependencies-plugin.d.ts",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"webpack": "~5.95.0",
|
|
26
26
|
"memfs": "4.12.0",
|
|
27
|
-
"@rushstack/
|
|
28
|
-
"
|
|
29
|
-
"
|
|
27
|
+
"@rushstack/webpack-plugin-utilities": "0.4.69",
|
|
28
|
+
"local-node-rig": "1.0.0",
|
|
29
|
+
"@rushstack/heft": "0.68.18"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build": "heft build --clean",
|