@microsoft/applicationinsights-analytics-js 2.7.5-nightly.2204-23 → 2.7.5

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,5 @@
1
1
  /*
2
- * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.7.5-nightly.2204-23
2
+ * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.7.5
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - Web Analytics, 2.7.5-nightly.2204-23
2
+ * Application Insights JavaScript SDK - Web Analytics, 2.7.5
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -3469,7 +3469,7 @@
3469
3469
  config.disableFlushOnUnload = stringToBoolOrDefault(config.disableFlushOnUnload, config.disableFlushOnBeforeUnload);
3470
3470
  return config;
3471
3471
  };
3472
- ApplicationInsights.Version = "2.7.5-nightly.2204-23";
3472
+ ApplicationInsights.Version = "2.7.5";
3473
3473
  return ApplicationInsights;
3474
3474
  }(BaseTelemetryPlugin));
3475
3475
  var Timing = /** @class */ (function () {