@microsoft/applicationinsights-analytics-js 2.7.1-nightly.202110-18 → 2.7.1-nightly.202110-19

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.1-nightly.202110-18
2
+ * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.7.1-nightly.202110-19
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.1-nightly.202110-18
2
+ * Application Insights JavaScript SDK - Web Analytics, 2.7.1-nightly.202110-19
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -3406,7 +3406,7 @@
3406
3406
  config.disableFlushOnUnload = stringToBoolOrDefault(config.disableFlushOnUnload, config.disableFlushOnBeforeUnload);
3407
3407
  return config;
3408
3408
  };
3409
- ApplicationInsights.Version = "2.7.1-nightly.202110-18";
3409
+ ApplicationInsights.Version = "2.7.1-nightly.202110-19";
3410
3410
  return ApplicationInsights;
3411
3411
  }(BaseTelemetryPlugin));
3412
3412
  var Timing = /** @class */ (function () {