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