@microsoft/applicationinsights-web-basic 3.0.0-beta.2303-06 → 3.0.0-beta.2303-10

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, 3.0.0-beta.2303-06
2
+ * Microsoft.ApplicationInsights, 3.0.0-beta.2303-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -796,9 +796,6 @@ declare interface IChannelControls extends ITelemetryPlugin {
796
796
  flush?(async: boolean, callBack?: (flushComplete?: boolean) => void, sendReason?: SendRequestReason): boolean | void;
797
797
  }
798
798
 
799
- declare interface IChannelControlsAI extends IChannelControls {
800
- }
801
-
802
799
  /**
803
800
  * Configuration settings for how telemetry is sent
804
801
  * @export
@@ -1244,12 +1241,12 @@ export declare interface IConfiguration {
1244
1241
  /**
1245
1242
  * Additional plugins that should be loaded by core at runtime
1246
1243
  */
1247
- extensions?: ITelemetryPlugin[];
1244
+ readonly extensions?: ITelemetryPlugin[];
1248
1245
  /**
1249
1246
  * Channel queues that is setup by caller in desired order.
1250
1247
  * If channels are provided here, core will ignore any channels that are already setup, example if there is a SKU with an initialized channel
1251
1248
  */
1252
- channels?: IChannelControls[][];
1249
+ readonly channels?: IChannelControls[][];
1253
1250
  /**
1254
1251
  * @type {boolean}
1255
1252
  * Flag that disables the Instrumentation Key validation.
@@ -2438,7 +2435,7 @@ declare type LoggingSeverity = number | eLoggingSeverity;
2438
2435
  */
2439
2436
  export declare function proxyFunctions<T, S>(target: T, source: S | (() => S), functionsToProxy: (keyof S)[], overwriteTarget?: boolean): T;
2440
2437
 
2441
- export declare class Sender extends BaseTelemetryPlugin implements IChannelControlsAI {
2438
+ export declare class Sender extends BaseTelemetryPlugin implements IChannelControls {
2442
2439
  static constructEnvelope(orig: ITelemetryItem, iKey: string, logger: IDiagnosticLogger, convertUndefined?: any): IEnvelope;
2443
2440
  readonly priority: number;
2444
2441
  readonly identifier: string;
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2303-06
2
+ * Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2303-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/dist-esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2303-06
2
+ * Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2303-10
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": "3.0.0-beta.2303-06",
3
+ "version": "3.0.0-beta.2303-10",
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",
@@ -53,9 +53,9 @@
53
53
  "dependencies": {
54
54
  "@microsoft/dynamicproto-js": "^1.1.7",
55
55
  "@microsoft/applicationinsights-shims": "2.0.2",
56
- "@microsoft/applicationinsights-common": "3.0.0-beta.2303-06",
57
- "@microsoft/applicationinsights-channel-js": "3.0.0-beta.2303-06",
58
- "@microsoft/applicationinsights-core-js": "3.0.0-beta.2303-06",
56
+ "@microsoft/applicationinsights-common": "3.0.0-beta.2303-10",
57
+ "@microsoft/applicationinsights-channel-js": "3.0.0-beta.2303-10",
58
+ "@microsoft/applicationinsights-core-js": "3.0.0-beta.2303-10",
59
59
  "@nevware21/ts-utils": ">= 0.8.1 < 2.x"
60
60
  },
61
61
  "license": "MIT",
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "3.0.0-beta.2303-06",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.3.0.0-beta.2303-06.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-bDugyTdPMwOEENOnd47LgIrUsRX5xZoixsIqTvZoE7g= sha384-NM19j3WvUO4RPKzn6hZ5Omm9kyL+uRbYNoUua7wApICjqAQC6YdGRMwPWE4P/xYQ sha512-RgGdn5Ka+Fl9RlHNhS9yI8gkUHYtaW/f0pjMgkRDvQfVOweMrdMKyhUvyRgqrBfn26bdWMBInMn+C8IdkxTVlg==",
9
- "hashes": {
10
- "sha256": "bDugyTdPMwOEENOnd47LgIrUsRX5xZoixsIqTvZoE7g=",
11
- "sha384": "NM19j3WvUO4RPKzn6hZ5Omm9kyL+uRbYNoUua7wApICjqAQC6YdGRMwPWE4P/xYQ",
12
- "sha512": "RgGdn5Ka+Fl9RlHNhS9yI8gkUHYtaW/f0pjMgkRDvQfVOweMrdMKyhUvyRgqrBfn26bdWMBInMn+C8IdkxTVlg=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.3.0.0-beta.2303-06.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-iXsFg/NHBi0pmm0jPrRzEiFsv6OIcdkTim7ChWPfbgQ= sha384-zx6jl8pjU0TscLBvP+UZmCn4LIoSt8Swewa2NOGfwxLhW0Xf+yQ9QMxVJkNaVRdJ sha512-uGMeNmWacm1sRo9HJGMOx3guUgBs7DQsgfjDYdBY9aoY00Xg96Z60wplKJPWOGD0UVpls1pa/TJW6HKRytVOaQ==",
19
- "hashes": {
20
- "sha256": "iXsFg/NHBi0pmm0jPrRzEiFsv6OIcdkTim7ChWPfbgQ=",
21
- "sha384": "zx6jl8pjU0TscLBvP+UZmCn4LIoSt8Swewa2NOGfwxLhW0Xf+yQ9QMxVJkNaVRdJ",
22
- "sha512": "uGMeNmWacm1sRo9HJGMOx3guUgBs7DQsgfjDYdBY9aoY00Xg96Z60wplKJPWOGD0UVpls1pa/TJW6HKRytVOaQ=="
23
- }
24
- }
25
- }
26
- }