@datadog/rollup-plugin 2.3.2 → 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.
@@ -1,5 +1,6 @@
1
- import { UnpluginOptions } from 'unplugin';
1
+ import * as src from 'src';
2
2
  import rollup from 'rollup';
3
+ import { UnpluginOptions } from 'unplugin';
3
4
 
4
5
  declare const CONFIG_KEY$1: "rum";
5
6
 
@@ -142,7 +143,7 @@ type TelemetryOptions = {
142
143
  timestamp?: number;
143
144
  };
144
145
 
145
- declare const datadogRollupPlugin: (options: Options) => rollup.Plugin<any>[];
146
+ declare const datadogRollupPlugin: (options: src.RollupPluginOptions) => rollup.Plugin<any>[];
146
147
 
147
148
  declare const version: string;
148
149
  declare const helpers: {
@@ -152,16 +153,4 @@ declare const helpers: {
152
153
  };
153
154
 
154
155
  export { type Options as RollupPluginOptions, type types$1 as RumTypes, type types as TelemetryTypes, datadogRollupPlugin, helpers, version };
155
-
156
-
157
- if (typeof module !== 'undefined') {
158
- module.exports = {
159
- RollupPluginOptions,
160
- RumTypes,
161
- TelemetryTypes,
162
- datadogRollupPlugin,
163
- helpers,
164
- version
165
- };
166
- }
167
156
  //# sourceMappingURL=index.d.ts.map