@microsoft/applicationinsights-properties-js 2.7.2-nightly.2111-06 → 2.7.2-nightly.2111-10

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.18.17",
4
+ "toolVersion": "7.18.19",
5
5
  "schemaVersion": 1004,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights properties plugin, 2.7.2-nightly.2111-06
2
+ * Microsoft Application Insights properties plugin, 2.7.2-nightly.2111-10
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.7.2-nightly.2111-06
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -2046,7 +2046,7 @@
2046
2046
  return Device;
2047
2047
  }());
2048
2048
 
2049
- var Version = "2.7.2-nightly.2111-06";
2049
+ var Version = "2.7.2-nightly.2111-10";
2050
2050
  var Internal = /** @class */ (function () {
2051
2051
  function Internal(config) {
2052
2052
  this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;