@microsoft/applicationinsights-common 3.4.2 → 3.4.3-nightly3.2606-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,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - Common, 3.4.2
2
+ * Application Insights JavaScript SDK - Common, 3.4.3-nightly3.2606-03
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  'use strict';
@@ -1751,7 +1751,7 @@ function newId(maxLength) {
1751
1751
  return result;
1752
1752
  }
1753
1753
 
1754
- var version = "3.4.2";
1754
+ var version = "3.4.3-nightly3.2606-03";
1755
1755
  var instanceName = "." + newId(6);
1756
1756
  var _dataUid = 0;
1757
1757
  function _canAcceptData(target) {