@microsoft/applicationinsights-properties-js 2.8.4-nightly.2205-04 → 2.8.4-nightly.2205-08

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,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.23.1",
4
+ "toolVersion": "7.24.0",
5
5
  "schemaVersion": 1005,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights properties plugin, 2.8.4-nightly.2205-04
2
+ * Microsoft Application Insights properties plugin, 2.8.4-nightly.2205-08
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.4-nightly.2205-04
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.8.4-nightly.2205-08
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1172,7 +1172,7 @@
1172
1172
  }
1173
1173
 
1174
1174
  var _objDefineProperty = ObjDefineProperty;
1175
- var version = "2.8.4-nightly.2205-04";
1175
+ var version = "2.8.4-nightly.2205-08";
1176
1176
  var instanceName = "." + newId(6);
1177
1177
  var _dataUid = 0;
1178
1178
  function _createAccessor(target, prop, value) {
@@ -2511,7 +2511,7 @@
2511
2511
  return Device;
2512
2512
  }());
2513
2513
 
2514
- var Version = "2.8.4-nightly.2205-04";
2514
+ var Version = "2.8.4-nightly.2205-08";
2515
2515
  var Internal = /** @class */ (function () {
2516
2516
  function Internal(config) {
2517
2517
  this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;