@datadog/rollup-plugin 2.3.0-dev-1 → 2.3.0

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,4 @@
1
1
  import * as rollup from 'rollup';
2
- import * as src from 'src';
3
2
  import { UnpluginOptions } from 'unplugin';
4
3
 
5
4
  declare const CONFIG_KEY$1: "rum";
@@ -133,7 +132,7 @@ type TelemetryOptions = {
133
132
  timestamp?: number;
134
133
  };
135
134
 
136
- declare const datadogRollupPlugin: (options: src.RollupPluginOptions) => rollup.Plugin<any>[];
135
+ declare const datadogRollupPlugin: (options: Options) => rollup.Plugin<any>[];
137
136
 
138
137
  declare const version: string;
139
138
  declare const helpers: {
package/dist/src/index.js CHANGED
@@ -36269,7 +36269,7 @@ const buildPluginFactory = ({
36269
36269
 
36270
36270
  var name = "@datadog/rollup-plugin";
36271
36271
  var packageManager = "yarn@4.0.2";
36272
- var version$1 = "2.3.0-dev-1";
36272
+ var version$1 = "2.3.0";
36273
36273
  var license = "MIT";
36274
36274
  var author = "Datadog";
36275
36275
  var description = "Datadog Rollup Plugin";
@@ -36334,7 +36334,6 @@ var devDependencies = {
36334
36334
  var peerDependencies = {
36335
36335
  rollup: ">= 3.x < 5.x"
36336
36336
  };
36337
- var stableVersion = "2.2.1";
36338
36337
  var pkg = {
36339
36338
  name: name,
36340
36339
  packageManager: packageManager,
@@ -36352,8 +36351,7 @@ var pkg = {
36352
36351
  files: files,
36353
36352
  scripts: scripts,
36354
36353
  devDependencies: devDependencies,
36355
- peerDependencies: peerDependencies,
36356
- stableVersion: stableVersion
36354
+ peerDependencies: peerDependencies
36357
36355
  };
36358
36356
 
36359
36357
  const datadogRollupPlugin = buildPluginFactory({