@datadog/rollup-plugin 2.4.0 → 2.4.2

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.
@@ -1,6 +1,5 @@
1
- import * as src from 'src';
2
- import rollup from 'rollup';
3
1
  import { UnpluginOptions } from 'unplugin';
2
+ import rollup from 'rollup';
4
3
 
5
4
  declare class TrackedFilesMatcher {
6
5
  private trackedFilenames;
@@ -161,7 +160,8 @@ type TelemetryOptions = {
161
160
  timestamp?: number;
162
161
  };
163
162
 
164
- declare const datadogRollupPlugin: (options: src.RollupPluginOptions) => rollup.Plugin<any>[];
163
+ declare const datadogRollupPlugin: (options: Options) => rollup.Plugin<any>[];
164
+ type RollupPluginOptions = Options;
165
165
 
166
166
  declare const version: string;
167
167
  declare const helpers: {
@@ -170,5 +170,5 @@ declare const helpers: {
170
170
  };
171
171
  };
172
172
 
173
- export { type Options as RollupPluginOptions, type types$1 as RumTypes, type types as TelemetryTypes, datadogRollupPlugin, helpers, version };
173
+ export { type RollupPluginOptions, type types$1 as RumTypes, type types as TelemetryTypes, datadogRollupPlugin, helpers, version };
174
174
  //# sourceMappingURL=index.d.ts.map
package/dist/src/index.js CHANGED
@@ -3125,7 +3125,7 @@ const buildPluginFactory = ({
3125
3125
 
3126
3126
  var name = "@datadog/rollup-plugin";
3127
3127
  var packageManager = "yarn@4.0.2";
3128
- var version$1 = "2.4.0";
3128
+ var version$1 = "2.4.2";
3129
3129
  var license = "MIT";
3130
3130
  var author = "Datadog";
3131
3131
  var description = "Datadog Rollup Plugin";