@microsoft/applicationinsights-properties-js 2.8.0-beta.2203-03 → 2.8.0-beta.2203-04

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-03
2
+ * Microsoft Application Insights properties plugin, 2.8.0-beta.2203-04
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-03
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.8.0-beta.2203-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -2525,7 +2525,7 @@
2525
2525
  return Device;
2526
2526
  }());
2527
2527
 
2528
- var Version = "2.8.0-beta.2203-03";
2528
+ var Version = "2.8.0-beta.2203-04";
2529
2529
  var Internal = /** @class */ (function () {
2530
2530
  function Internal(config) {
2531
2531
  this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;