@microsoft/applicationinsights-common 3.4.4 → 3.4.5-nightly3.2609-05

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.4
2
+ * Application Insights JavaScript SDK - Common, 3.4.5-nightly3.2609-05
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  'use strict';
@@ -1760,7 +1760,7 @@ function newId(maxLength) {
1760
1760
  return result;
1761
1761
  }
1762
1762
 
1763
- var version = "3.4.4";
1763
+ var version = "3.4.5-nightly3.2609-05";
1764
1764
  var instanceName = "." + newId(6);
1765
1765
  var _dataUid = 0;
1766
1766
  function _canAcceptData(target) {