@datadog/webpack-plugin 2.0.2-dev → 2.0.2-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.
@@ -80,7 +80,7 @@ declare const helpers: {
80
80
  };
81
81
  };
82
82
 
83
- declare const datadogWebpackPlugin: (options: src.EsbuildPluginOptions) => webpack.WebpackPluginInstance;
83
+ declare const datadogWebpackPlugin: (options: src.WebpackPluginOptions) => webpack.WebpackPluginInstance;
84
84
 
85
- export { type Options as EsbuildPluginOptions, type types$1 as RumTypes, type types as TelemetryTypes, datadogWebpackPlugin, helpers };
85
+ export { type types$1 as RumTypes, type types as TelemetryTypes, type Options as WebpackPluginOptions, datadogWebpackPlugin, helpers };
86
86
  //# sourceMappingURL=index.d.ts.map
package/dist/src/index.js CHANGED
@@ -30142,7 +30142,7 @@ const buildPluginFactory = ({
30142
30142
 
30143
30143
  var name = "@datadog/webpack-plugin";
30144
30144
  var packageManager = "yarn@4.0.2";
30145
- var version = "2.0.2-dev";
30145
+ var version = "2.0.2-dev-1";
30146
30146
  var license = "MIT";
30147
30147
  var author = "Datadog";
30148
30148
  var description = "Datadog Webpack Plugin";