@microsoft/applicationinsights-properties-js 2.8.0-beta.2203-06 → 2.8.0-beta.2203-09

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.8.0-beta.2203-06
2
+ * Microsoft Application Insights properties plugin, 2.8.0-beta.2203-09
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.8.0-beta.2203-06
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.8.0-beta.2203-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -2594,7 +2594,7 @@
2594
2594
  return Device;
2595
2595
  }());
2596
2596
 
2597
- var Version = "2.8.0-beta.2203-06";
2597
+ var Version = "2.8.0-beta.2203-09";
2598
2598
  var Internal = /** @class */ (function () {
2599
2599
  function Internal(config) {
2600
2600
  this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;