@datadog/webpack-plugin 2.3.3-dev-0 → 2.3.3-dev-1
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/dist/src/index.js +2 -3
- package/dist/src/index.js.map +1 -1
- package/dist/src/index.mjs +2 -3
- package/dist/src/index.mjs.map +1 -1
- package/package.json +2 -3
package/dist/src/index.js
CHANGED
|
@@ -2980,7 +2980,7 @@ const buildPluginFactory = ({
|
|
|
2980
2980
|
|
|
2981
2981
|
var name = "@datadog/webpack-plugin";
|
|
2982
2982
|
var packageManager = "yarn@4.0.2";
|
|
2983
|
-
var version$1 = "2.3.3-dev-
|
|
2983
|
+
var version$1 = "2.3.3-dev-1";
|
|
2984
2984
|
var license = "MIT";
|
|
2985
2985
|
var author = "Datadog";
|
|
2986
2986
|
var description = "Datadog Webpack Plugin";
|
|
@@ -3033,8 +3033,7 @@ var dependencies = {
|
|
|
3033
3033
|
"p-queue": "6.6.2",
|
|
3034
3034
|
"pretty-bytes": "5.6.0",
|
|
3035
3035
|
"simple-git": "3.25.0",
|
|
3036
|
-
unplugin: "1.14.1"
|
|
3037
|
-
"webpack-sources": "^3"
|
|
3036
|
+
unplugin: "1.14.1"
|
|
3038
3037
|
};
|
|
3039
3038
|
var devDependencies = {
|
|
3040
3039
|
"@babel/core": "7.24.5",
|