@microsoft/applicationinsights-web-basic 2.8.10-nightly.2211-01 → 2.8.10-nightly.2212-02

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.
@@ -1939,7 +1939,7 @@
1939
1939
  "excerptTokens": [
1940
1940
  {
1941
1941
  "kind": "Content",
1942
- "text": "export declare type _InternalMessageId = "
1942
+ "text": "export type _InternalMessageId = "
1943
1943
  },
1944
1944
  {
1945
1945
  "kind": "Content",
@@ -8820,7 +8820,7 @@
8820
8820
  "excerptTokens": [
8821
8821
  {
8822
8822
  "kind": "Content",
8823
- "text": "export declare type SeverityLevel = "
8823
+ "text": "export type SeverityLevel = "
8824
8824
  },
8825
8825
  {
8826
8826
  "kind": "Content",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft.ApplicationInsights, 2.8.10-nightly.2211-01
2
+ * Microsoft.ApplicationInsights, 2.8.10-nightly.2212-02
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 Web SDK - Basic, 2.8.10-nightly.2211-01
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.10-nightly.2212-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1561,7 +1561,7 @@
1561
1561
  }
1562
1562
 
1563
1563
  var _objDefineProperty = ObjDefineProperty;
1564
- var version = "2.8.10-nightly.2211-01";
1564
+ var version = "2.8.10-nightly.2212-02";
1565
1565
  var instanceName = "." + newId(6);
1566
1566
  var _dataUid = 0;
1567
1567
  function _createAccessor(target, prop, value) {
@@ -5105,7 +5105,7 @@
5105
5105
  }
5106
5106
  }
5107
5107
  var EnvelopeCreator = {
5108
- Version: "2.8.10-nightly.2211-01"
5108
+ Version: "2.8.10-nightly.2212-02"
5109
5109
  };
5110
5110
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
5111
5111
  EnvelopeCreatorInit(logger, telemetryItem);