@microsoft/applicationinsights-properties-js 2.7.1-nightly.202110-05 → 2.7.1-nightly.202110-06

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 properties plugin, 2.7.1-nightly.202110-05
2
+ * Microsoft Application Insights properties plugin, 2.7.1-nightly.202110-06
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 - Properties Plugin, 2.7.1-nightly.202110-05
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.7.1-nightly.202110-06
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -2036,7 +2036,7 @@
2036
2036
  return Device;
2037
2037
  }());
2038
2038
 
2039
- var Version = "2.7.1-nightly.202110-05";
2039
+ var Version = "2.7.1-nightly.202110-06";
2040
2040
  var Internal = /** @class */ (function () {
2041
2041
  function Internal(config) {
2042
2042
  this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;