@microsoft/applicationinsights-properties-js 2.8.0-beta.2203-14 → 2.8.0-beta.2203-15

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-14
2
+ * Microsoft Application Insights properties plugin, 2.8.0-beta.2203-15
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-14
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.8.0-beta.2203-15
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1155,7 +1155,7 @@
1155
1155
  }
1156
1156
 
1157
1157
  var _objDefineProperty = ObjDefineProperty;
1158
- var version = "2.8.0-beta.2203-14";
1158
+ var version = "2.8.0-beta.2203-15";
1159
1159
  var instanceName = "." + newId(6);
1160
1160
  var _dataUid = 0;
1161
1161
  function _createAccessor(target, prop, value) {
@@ -2600,7 +2600,7 @@
2600
2600
  return Device;
2601
2601
  }());
2602
2602
 
2603
- var Version = "2.8.0-beta.2203-14";
2603
+ var Version = "2.8.0-beta.2203-15";
2604
2604
  var Internal = /** @class */ (function () {
2605
2605
  function Internal(config) {
2606
2606
  this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;