@microsoft/applicationinsights-common 3.4.1 → 3.4.2-nightly3.2604-07

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.1
2
+ * Application Insights JavaScript SDK - Common, 3.4.2-nightly3.2604-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  'use strict';
@@ -1710,7 +1710,7 @@ function newId(maxLength) {
1710
1710
  return result;
1711
1711
  }
1712
1712
 
1713
- var version = '3.4.1';
1713
+ var version = '3.4.2-nightly3.2604-07';
1714
1714
  var instanceName = "." + newId(6);
1715
1715
  var _dataUid = 0;
1716
1716
  function _canAcceptData(target) {