@microsoft/applicationinsights-common 3.4.0-beta → 3.4.0-nightly3.2602-34

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.0-beta
2
+ * Application Insights JavaScript SDK - Common, 3.4.0-nightly3.2602-34
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  'use strict';
@@ -1696,7 +1696,7 @@ function newId(maxLength) {
1696
1696
  return result;
1697
1697
  }
1698
1698
 
1699
- var version = '3.4.0-beta';
1699
+ var version = '3.4.0-nightly3.2602-34';
1700
1700
  var instanceName = "." + newId(6);
1701
1701
  var _dataUid = 0;
1702
1702
  function _canAcceptData(target) {