@rushstack/webpack-embedded-dependencies-plugin
Advanced tools
Comparing version 0.2.63 to 0.2.64
@@ -5,2 +5,20 @@ { | ||
{ | ||
"version": "0.2.64", | ||
"tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.64", | ||
"date": "Mon, 12 Aug 2024 22:16:04 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.6.0`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.47`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@rushstack/heft\" to `0.66.26`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.2.63", | ||
@@ -7,0 +25,0 @@ "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.63", |
# Change Log - @rushstack/webpack-embedded-dependencies-plugin | ||
This log was last generated on Fri, 02 Aug 2024 17:26:42 GMT and should not be manually modified. | ||
This log was last generated on Mon, 12 Aug 2024 22:16:04 GMT and should not be manually modified. | ||
## 0.2.64 | ||
Mon, 12 Aug 2024 22:16:04 GMT | ||
_Version update only_ | ||
## 0.2.63 | ||
@@ -6,0 +11,0 @@ Fri, 02 Aug 2024 17:26:42 GMT |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.47.4" | ||
"packageVersion": "7.47.5" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/webpack-embedded-dependencies-plugin", | ||
"version": "0.2.63", | ||
"version": "0.2.64", | ||
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@rushstack/node-core-library": "5.5.1" | ||
"@rushstack/node-core-library": "5.6.0" | ||
}, | ||
@@ -28,5 +28,5 @@ "peerDependencies": { | ||
"memfs": "3.4.3", | ||
"@rushstack/webpack-plugin-utilities": "0.4.46", | ||
"@rushstack/webpack-plugin-utilities": "0.4.47", | ||
"local-node-rig": "1.0.0", | ||
"@rushstack/heft": "0.66.25" | ||
"@rushstack/heft": "0.66.26" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
122826
2442
+ Added@rushstack/node-core-library@5.6.0(transitive)
- Removed@rushstack/node-core-library@5.5.1(transitive)