@microsoft/applicationinsights-analytics-js 2.8.16-nightly.2308-04 → 2.8.16-nightly.2309-03

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.36.3",
4
+ "toolVersion": "7.36.4",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.8.16-nightly.2308-04
2
+ * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.8.16-nightly.2309-03
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.16-nightly.2308-04
2
+ * Application Insights JavaScript SDK - Web Analytics, 2.8.16-nightly.2309-03
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1280,7 +1280,7 @@
1280
1280
  }
1281
1281
 
1282
1282
  var _objDefineProperty = ObjDefineProperty;
1283
- var version = "2.8.16-nightly.2308-04";
1283
+ var version = "2.8.16-nightly.2309-03";
1284
1284
  var instanceName = "." + newId(6);
1285
1285
  var _dataUid = 0;
1286
1286
  function _createAccessor(target, prop, value) {
@@ -1809,7 +1809,7 @@
1809
1809
  var INVALID_SPAN_ID = "0000000000000000";
1810
1810
  function _isValid(value, len, invalidValue) {
1811
1811
  if (value && value[_DYN_LENGTH$2 ] === len && value !== invalidValue) {
1812
- return !!value.match(/^[\da-f]*$/);
1812
+ return !!value.match(/^[\da-f]*$/i);
1813
1813
  }
1814
1814
  return false;
1815
1815
  }
@@ -4582,7 +4582,7 @@
4582
4582
  });
4583
4583
  return _this;
4584
4584
  }
4585
- AnalyticsPlugin.Version = "2.8.16-nightly.2308-04";
4585
+ AnalyticsPlugin.Version = "2.8.16-nightly.2309-03";
4586
4586
  AnalyticsPlugin.getDefaultConfig = _getDefaultConfig;
4587
4587
  return AnalyticsPlugin;
4588
4588
  }(BaseTelemetryPlugin));