@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.
- package/dist/src/index.js +5 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/index.mjs +5 -1
- package/dist/src/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -30142,7 +30142,7 @@ const buildPluginFactory = ({
|
|
|
30142
30142
|
|
|
30143
30143
|
var name = "@datadog/esbuild-plugin";
|
|
30144
30144
|
var packageManager = "yarn@4.0.2";
|
|
30145
|
-
var version = "2.0.2-dev-
|
|
30145
|
+
var version = "2.0.2-dev-3";
|
|
30146
30146
|
var license = "MIT";
|
|
30147
30147
|
var author = "Datadog";
|
|
30148
30148
|
var description = "Datadog ESBuild Plugin";
|
|
@@ -30232,6 +30232,10 @@ var pkg = {
|
|
|
30232
30232
|
const datadogEsbuildPlugin = buildPluginFactory({
|
|
30233
30233
|
version: pkg.version
|
|
30234
30234
|
}).esbuild;
|
|
30235
|
+
module.exports = {
|
|
30236
|
+
helpers,
|
|
30237
|
+
datadogEsbuildPlugin
|
|
30238
|
+
};
|
|
30235
30239
|
|
|
30236
30240
|
exports.datadogEsbuildPlugin = datadogEsbuildPlugin;
|
|
30237
30241
|
exports.helpers = helpers;
|