azure-devops-symbols-webpack-plugin
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -5,3 +5,32 @@ { | ||
{ | ||
"date": "Tue, 12 Jul 2022 20:18:34 GMT", | ||
"date": "Tue, 14 Feb 2023 20:44:29 GMT", | ||
"tag": "azure-devops-symbols-webpack-plugin_v1.5.0", | ||
"version": "1.5.0", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "dannyvv@microsoft.com", | ||
"package": "azure-devops-symbols-webpack-plugin", | ||
"commit": "fa00be2a64403a2818e42cad555a70c604604676", | ||
"comment": "Bump typescript" | ||
} | ||
], | ||
"minor": [ | ||
{ | ||
"author": "dannyvv@microsoft.com", | ||
"package": "azure-devops-symbols-webpack-plugin", | ||
"commit": "20265a914e6dd954abadc26971d15594cbd1cd6b", | ||
"comment": "Update dependencies" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "azure-devops-symbols-webpack-plugin", | ||
"comment": "Bump azure-devops-symbols-sourcemap to v1.3.0", | ||
"commit": "20265a914e6dd954abadc26971d15594cbd1cd6b" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 12 Jul 2022 20:18:40 GMT", | ||
"tag": "azure-devops-symbols-webpack-plugin_v1.4.0", | ||
@@ -8,0 +37,0 @@ "version": "1.4.0", |
# Change Log - azure-devops-symbols-webpack-plugin | ||
This log was last generated on Tue, 12 Jul 2022 20:18:34 GMT and should not be manually modified. | ||
This log was last generated on Tue, 14 Feb 2023 20:44:29 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.5.0 | ||
Tue, 14 Feb 2023 20:44:29 GMT | ||
### Minor changes | ||
- Update dependencies (dannyvv@microsoft.com) | ||
- Bump azure-devops-symbols-sourcemap to v1.3.0 | ||
## 1.4.0 | ||
Tue, 12 Jul 2022 20:18:34 GMT | ||
Tue, 12 Jul 2022 20:18:40 GMT | ||
@@ -11,0 +20,0 @@ ### Minor changes |
@@ -74,3 +74,3 @@ "use strict"; | ||
const source = new webpack.sources.SourceMapSource(asset.source.buffer(), asset.name, sourceMap, undefined, undefined, true); | ||
compilation.updateAsset(asset.name, source, (info) => Object.assign(info, { | ||
compilation.updateAsset(asset.name, source, (info) => Object.assign(info || {}, { | ||
adoSourecMapEnabled: true, | ||
@@ -77,0 +77,0 @@ related: { |
{ | ||
"name": "azure-devops-symbols-webpack-plugin", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"license": "MIT", | ||
@@ -16,10 +16,10 @@ "main": "lib/plugin.js", | ||
"dependencies": { | ||
"azure-devops-symbols-sourcemap": "1.2.1", | ||
"webpack-sources": "^2.3.1" | ||
"azure-devops-symbols-sourcemap": "1.3.0", | ||
"webpack-sources": "^3.2.3" | ||
}, | ||
"devDependencies": { | ||
"@types/webpack-sources": "^2.1.0", | ||
"@types/webpack-sources": "^3.2.0", | ||
"azure-devops-symbols-build-tools": "0.1.0", | ||
"webpack": "^5.50.0" | ||
"webpack": "^5.75.0" | ||
} | ||
} |
@@ -105,3 +105,3 @@ // Only use the static one for types, so that we can use the dynamic version of webpack we get from the plugin intialization | ||
compilation.updateAsset(asset.name, source, (info) => | ||
Object.assign(info, { | ||
Object.assign(info || {}, { | ||
adoSourecMapEnabled: true, | ||
@@ -108,0 +108,0 @@ related: { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25209
455
+ Addedazure-devops-symbols-sourcemap@1.3.0(transitive)
+ Addedfs-extra@11.2.0(transitive)
+ Addedwebpack-sources@3.2.3(transitive)
- Removedazure-devops-symbols-sourcemap@1.2.1(transitive)
- Removedfs-extra@10.1.0(transitive)
- Removedsource-list-map@2.0.1(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedwebpack-sources@2.3.1(transitive)
Updatedwebpack-sources@^3.2.3