@datadog/webpack-plugin 0.0.13-7 → 0.0.13-8

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.
@@ -59,7 +59,7 @@ declare const helpers: {
59
59
  };
60
60
  };
61
61
 
62
- declare const datadogWebpackPlugin: (options: src.EsbuildPluginOptions) => webpack.WebpackPluginInstance;
62
+ declare const datadogWebpackPlugin: (options: src.WebpackPluginOptions) => webpack.WebpackPluginInstance;
63
63
 
64
- export { type Options as EsbuildPluginOptions, type types as TelemetryTypes, datadogWebpackPlugin, helpers };
64
+ export { type types as TelemetryTypes, type Options as WebpackPluginOptions, datadogWebpackPlugin, helpers };
65
65
  //# sourceMappingURL=index.d.ts.map