@microsoft/applicationinsights-properties-js 2.8.5-nightly.2206-03 → 2.8.5-nightly.2206-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.5-nightly.2206-03
2
+ * Microsoft Application Insights properties plugin, 2.8.5-nightly.2206-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.5-nightly.2206-03
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.8.5-nightly.2206-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1173,7 +1173,7 @@
1173
1173
  }
1174
1174
 
1175
1175
  var _objDefineProperty = ObjDefineProperty;
1176
- var version = "2.8.5-nightly.2206-03";
1176
+ var version = "2.8.5-nightly.2206-04";
1177
1177
  var instanceName = "." + newId(6);
1178
1178
  var _dataUid = 0;
1179
1179
  function _createAccessor(target, prop, value) {
@@ -2556,7 +2556,7 @@
2556
2556
  return Device;
2557
2557
  }());
2558
2558
 
2559
- var Version = "2.8.5-nightly.2206-03";
2559
+ var Version = "2.8.5-nightly.2206-04";
2560
2560
  var Internal = /** @class */ (function () {
2561
2561
  function Internal(config) {
2562
2562
  this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;