@microsoft/applicationinsights-web-basic 2.8.3-nightly.2205-03 → 2.8.4-nightly.2205-06

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
- * Microsoft.ApplicationInsights, 2.8.3-nightly.2205-03
2
+ * Microsoft.ApplicationInsights, 2.8.4-nightly.2205-06
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -396,7 +396,8 @@ export declare const enum _eInternalMessageId {
396
396
  InvalidContentBlob = 102,
397
397
  TrackPageActionEventFailed = 103,
398
398
  FailedAddingCustomDefinedRequestContext = 104,
399
- InMemoryStorageBufferFull = 105
399
+ InMemoryStorageBufferFull = 105,
400
+ InstrumentationKeyDeprecation = 106
400
401
  }
401
402
 
402
403
  declare const enum eLoggingSeverity {
package/dist-esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.3-nightly.2205-03
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.4-nightly.2205-06
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/applicationinsights-web-basic",
3
- "version": "2.8.3-nightly.2205-03",
3
+ "version": "2.8.4-nightly.2205-06",
4
4
  "description": "Microsoft Application Insights Javascript SDK core and channel",
5
5
  "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
6
  "author": "Microsoft Application Insights Team",
@@ -51,9 +51,9 @@
51
51
  "dependencies": {
52
52
  "@microsoft/dynamicproto-js": "^1.1.6",
53
53
  "@microsoft/applicationinsights-shims": "2.0.1",
54
- "@microsoft/applicationinsights-common": "2.8.3-nightly.2205-03",
55
- "@microsoft/applicationinsights-channel-js": "2.8.3-nightly.2205-03",
56
- "@microsoft/applicationinsights-core-js": "2.8.3-nightly.2205-03"
54
+ "@microsoft/applicationinsights-common": "2.8.4-nightly.2205-06",
55
+ "@microsoft/applicationinsights-channel-js": "2.8.4-nightly.2205-06",
56
+ "@microsoft/applicationinsights-core-js": "2.8.4-nightly.2205-06"
57
57
  },
58
58
  "license": "MIT",
59
59
  "publishConfig": {
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.23.0"
8
+ "packageVersion": "7.23.2"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "2.8.3-nightly.2205-03",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.2.8.3-nightly.2205-03.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-X3VCZNhKpAObQf9QMnnhj9JXplS+H5fUAb77Q2+SX0Q= sha384-f6wAYiUYRkgzjXhQyFbEgedy5hqBtedMZVbXuxX2ghSNQayAy+JWlGrLPyUpsTcF sha512-jUO/RBPm4bY3Q5NPKyN9SpzXSXMZlajl5YvXQN3+M3RijKnkjB49ZtTAQllGCCXStslrxlBuTQsNPUPV4scJ5w==",
9
- "hashes": {
10
- "sha256": "X3VCZNhKpAObQf9QMnnhj9JXplS+H5fUAb77Q2+SX0Q=",
11
- "sha384": "f6wAYiUYRkgzjXhQyFbEgedy5hqBtedMZVbXuxX2ghSNQayAy+JWlGrLPyUpsTcF",
12
- "sha512": "jUO/RBPm4bY3Q5NPKyN9SpzXSXMZlajl5YvXQN3+M3RijKnkjB49ZtTAQllGCCXStslrxlBuTQsNPUPV4scJ5w=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.2.8.3-nightly.2205-03.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-I1UlRez/A0F7pjSRvzGUZxLBZmPdCzeNDyPQXGtUnfg= sha384-ESWI8I2WAjt6Yw2d5b8M4My9MChmboiUwEZX+nWzDZvRYM2VpbXlbykhDTeFNSey sha512-9y9NScOxEq0BBoM5O1oF2a4z/HaoJYieq162qFRZR9buofxvqbcP63sQF290DXPJeztalJEQ5c0Z3VhGoyIkdw==",
19
- "hashes": {
20
- "sha256": "I1UlRez/A0F7pjSRvzGUZxLBZmPdCzeNDyPQXGtUnfg=",
21
- "sha384": "ESWI8I2WAjt6Yw2d5b8M4My9MChmboiUwEZX+nWzDZvRYM2VpbXlbykhDTeFNSey",
22
- "sha512": "9y9NScOxEq0BBoM5O1oF2a4z/HaoJYieq162qFRZR9buofxvqbcP63sQF290DXPJeztalJEQ5c0Z3VhGoyIkdw=="
23
- }
24
- }
25
- }
26
- }