@datadog/esbuild-plugin 2.3.1-dev-12 → 2.3.1-dev-13
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 +2 -2
- package/dist/src/index.js.map +1 -1
- package/dist/src/index.mjs +2 -2
- package/dist/src/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -2296,7 +2296,6 @@ var retry$2 = /*@__PURE__*/getDefaultExportFromCjs(lib$3);
|
|
|
2296
2296
|
const PREPARATION_PLUGIN_NAME = "datadog-injection-preparation-plugin";
|
|
2297
2297
|
const PLUGIN_NAME$4 = "datadog-injection-plugin";
|
|
2298
2298
|
const INJECTED_FILE = "__datadog-helper-file";
|
|
2299
|
-
const INJECTED_FILE_PATH = `${INJECTED_FILE}.js`;
|
|
2300
2299
|
const DISTANT_FILE_RX = /^https?:\/\//;
|
|
2301
2300
|
|
|
2302
2301
|
const formatDuration = (duration) => {
|
|
@@ -19052,6 +19051,7 @@ ${after}`;
|
|
|
19052
19051
|
return "";
|
|
19053
19052
|
}
|
|
19054
19053
|
};
|
|
19054
|
+
const INJECTED_FILE_PATH = `${Math.random().toString().replace("0.", "")}_${INJECTED_FILE}.js`;
|
|
19055
19055
|
const plugins = [
|
|
19056
19056
|
// Prepare and fetch the content to inject for all bundlers.
|
|
19057
19057
|
{
|
|
@@ -36442,7 +36442,7 @@ const buildPluginFactory = ({
|
|
|
36442
36442
|
|
|
36443
36443
|
var name = "@datadog/esbuild-plugin";
|
|
36444
36444
|
var packageManager = "yarn@4.0.2";
|
|
36445
|
-
var version$1 = "2.3.1-dev-
|
|
36445
|
+
var version$1 = "2.3.1-dev-13";
|
|
36446
36446
|
var license = "MIT";
|
|
36447
36447
|
var author = "Datadog";
|
|
36448
36448
|
var description = "Datadog ESBuild Plugin";
|