@datadog/esbuild-plugin 2.0.2-dev-1 → 2.0.2-dev-3

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.
@@ -30120,7 +30120,7 @@ const buildPluginFactory = ({
30120
30120
 
30121
30121
  var name = "@datadog/esbuild-plugin";
30122
30122
  var packageManager = "yarn@4.0.2";
30123
- var version = "2.0.2-dev-1";
30123
+ var version = "2.0.2-dev-3";
30124
30124
  var license = "MIT";
30125
30125
  var author = "Datadog";
30126
30126
  var description = "Datadog ESBuild Plugin";
@@ -30210,6 +30210,10 @@ var pkg = {
30210
30210
  const datadogEsbuildPlugin = buildPluginFactory({
30211
30211
  version: pkg.version
30212
30212
  }).esbuild;
30213
+ module.exports = {
30214
+ helpers,
30215
+ datadogEsbuildPlugin
30216
+ };
30213
30217
 
30214
30218
  export { datadogEsbuildPlugin, helpers };
30215
30219
  //# sourceMappingURL=index.mjs.map