@microsoft/applicationinsights-properties-js 2.8.0-beta.2202-07 → 2.8.0-beta.2203-01

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.2202-07
2
+ * Microsoft Application Insights properties plugin, 2.8.0-beta.2203-01
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.2202-07
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.8.0-beta.2203-01
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -2258,7 +2258,7 @@
2258
2258
  return Device;
2259
2259
  }());
2260
2260
 
2261
- var Version = "2.8.0-beta.2202-07";
2261
+ var Version = "2.8.0-beta.2203-01";
2262
2262
  var Internal = /** @class */ (function () {
2263
2263
  function Internal(config) {
2264
2264
  this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;