@datadog/vite-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.
@@ -2273,7 +2273,6 @@ var retry$2 = /*@__PURE__*/getDefaultExportFromCjs(lib$3);
2273
2273
  const PREPARATION_PLUGIN_NAME = "datadog-injection-preparation-plugin";
2274
2274
  const PLUGIN_NAME$4 = "datadog-injection-plugin";
2275
2275
  const INJECTED_FILE = "__datadog-helper-file";
2276
- const INJECTED_FILE_PATH = `${INJECTED_FILE}.js`;
2277
2276
  const DISTANT_FILE_RX = /^https?:\/\//;
2278
2277
 
2279
2278
  const formatDuration = (duration) => {
@@ -19029,6 +19028,7 @@ ${after}`;
19029
19028
  return "";
19030
19029
  }
19031
19030
  };
19031
+ const INJECTED_FILE_PATH = `${Math.random().toString().replace("0.", "")}_${INJECTED_FILE}.js`;
19032
19032
  const plugins = [
19033
19033
  // Prepare and fetch the content to inject for all bundlers.
19034
19034
  {
@@ -36419,7 +36419,7 @@ const buildPluginFactory = ({
36419
36419
 
36420
36420
  var name = "@datadog/vite-plugin";
36421
36421
  var packageManager = "yarn@4.0.2";
36422
- var version$1 = "2.3.1-dev-12";
36422
+ var version$1 = "2.3.1-dev-13";
36423
36423
  var license = "MIT";
36424
36424
  var author = "Datadog";
36425
36425
  var description = "Datadog Vite Plugin";