@microsoft/applicationinsights-analytics-js 2.8.7-nightly.2208-07 → 2.8.7-nightly.2208-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.29.0",
4
+ "toolVersion": "7.29.5",
5
5
  "schemaVersion": 1009,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -188,11 +188,7 @@
188
188
  },
189
189
  {
190
190
  "kind": "Content",
191
- "text": " "
192
- },
193
- {
194
- "kind": "Content",
195
- "text": "implements "
191
+ "text": " implements "
196
192
  },
197
193
  {
198
194
  "kind": "Reference",
@@ -1668,12 +1664,12 @@
1668
1664
  },
1669
1665
  "implementsTokenRanges": [
1670
1666
  {
1671
- "startIndex": 4,
1672
- "endIndex": 5
1667
+ "startIndex": 3,
1668
+ "endIndex": 4
1673
1669
  },
1674
1670
  {
1675
- "startIndex": 6,
1676
- "endIndex": 7
1671
+ "startIndex": 5,
1672
+ "endIndex": 6
1677
1673
  }
1678
1674
  ]
1679
1675
  },
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.8.7-nightly.2208-07
2
+ * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.8.7-nightly.2208-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 - Web Analytics, 2.8.7-nightly.2208-07
2
+ * Application Insights JavaScript SDK - Web Analytics, 2.8.7-nightly.2208-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1256,7 +1256,7 @@
1256
1256
  }
1257
1257
 
1258
1258
  var _objDefineProperty = ObjDefineProperty;
1259
- var version = "2.8.7-nightly.2208-07";
1259
+ var version = "2.8.7-nightly.2208-10";
1260
1260
  var instanceName = "." + newId(6);
1261
1261
  var _dataUid = 0;
1262
1262
  function _createAccessor(target, prop, value) {
@@ -4507,7 +4507,7 @@
4507
4507
  });
4508
4508
  return _this;
4509
4509
  }
4510
- AnalyticsPlugin.Version = "2.8.7-nightly.2208-07";
4510
+ AnalyticsPlugin.Version = "2.8.7-nightly.2208-10";
4511
4511
  AnalyticsPlugin.getDefaultConfig = _getDefaultConfig;
4512
4512
  return AnalyticsPlugin;
4513
4513
  }(BaseTelemetryPlugin));