@microsoft/applicationinsights-teechannel-js 3.3.5-nightly3.2412-07 → 3.3.5-nightly3.2412-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.
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.cjs.js → applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.cjs.js} +4 -4
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.cjs.js.map +1 -0
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.cjs.min.js → applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.cjs.min.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.cjs.min.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.cjs.min.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.gbl.js → applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.gbl.js} +6 -6
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.gbl.js.map +1 -0
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.gbl.min.js → applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.gbl.min.js} +3 -3
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.gbl.min.js.map +1 -0
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.integrity.json +66 -0
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.js → applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.js} +6 -6
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.js.map +1 -0
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.min.js → applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.min.js} +3 -3
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-10.min.js.map +1 -0
- package/browser/es5/applicationinsights-teechannel-js.3.cjs.js +3 -3
- package/browser/es5/applicationinsights-teechannel-js.3.cjs.js.map +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.cjs.min.js +2 -2
- package/browser/es5/applicationinsights-teechannel-js.3.cjs.min.js.map +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.gbl.js +5 -5
- package/browser/es5/applicationinsights-teechannel-js.3.gbl.js.map +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.gbl.min.js +2 -2
- package/browser/es5/applicationinsights-teechannel-js.3.gbl.min.js.map +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.integrity.json +25 -25
- package/browser/es5/applicationinsights-teechannel-js.3.js +5 -5
- package/browser/es5/applicationinsights-teechannel-js.3.js.map +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.min.js +2 -2
- package/browser/es5/applicationinsights-teechannel-js.3.min.js.map +1 -1
- package/dist/es5/applicationinsights-teechannel-js.js +3 -3
- package/dist/es5/applicationinsights-teechannel-js.js.map +1 -1
- package/dist/es5/applicationinsights-teechannel-js.min.js +2 -2
- package/dist/es5/applicationinsights-teechannel-js.min.js.map +1 -1
- package/dist-es5/ChannelController.js +1 -1
- package/dist-es5/Interfaces/ITeeChannelConfig.js +1 -1
- package/dist-es5/TeeChannel.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/applicationinsights-teechannel-js.js +1 -1
- package/package.json +3 -3
- package/types/applicationinsights-teechannel-js.d.ts +1 -1
- package/types/applicationinsights-teechannel-js.namespaced.d.ts +13 -13
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.cjs.js.map +0 -1
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.gbl.js.map +0 -1
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.gbl.min.js.map +0 -1
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.integrity.json +0 -66
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.js.map +0 -1
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2412-07.min.js.map +0 -1
package/dist-es5/TeeChannel.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/applicationinsights-teechannel-js",
|
|
3
|
-
"version": "3.3.5-nightly3.2412-
|
|
3
|
+
"version": "3.3.5-nightly3.2412-10",
|
|
4
4
|
"description": "Microsoft Application Insights JavaScript SDK Tee Channel",
|
|
5
5
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
6
|
"author": "Microsoft Application Insights Team",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
57
57
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
58
|
-
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2412-
|
|
59
|
-
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2412-
|
|
58
|
+
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2412-10",
|
|
59
|
+
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2412-10",
|
|
60
60
|
"@nevware21/ts-utils": ">= 0.11.3 < 2.x",
|
|
61
61
|
"@nevware21/ts-async": ">= 0.5.2 < 2.x"
|
|
62
62
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.5-nightly3.2412-
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.5-nightly3.2412-10
|
|
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
|
-
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.5-nightly3.2412-
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.5-nightly3.2412-10
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1907,8 +1907,8 @@ declare namespace ApplicationInsights {
|
|
|
1907
1907
|
state?: string;
|
|
1908
1908
|
/**
|
|
1909
1909
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1910
|
-
* @param onResolved The callback to execute when the Promise is resolved.
|
|
1911
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
1910
|
+
* @param onResolved - The callback to execute when the Promise is resolved.
|
|
1911
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
1912
1912
|
* @returns A Promise for the completion of which ever callback is executed.
|
|
1913
1913
|
* @example
|
|
1914
1914
|
* ```ts
|
|
@@ -1925,8 +1925,8 @@ declare namespace ApplicationInsights {
|
|
|
1925
1925
|
then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): IPromise<TResult1 | TResult2>;
|
|
1926
1926
|
/**
|
|
1927
1927
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1928
|
-
* @param onResolved The callback to execute when the Promise is resolved.
|
|
1929
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
1928
|
+
* @param onResolved - The callback to execute when the Promise is resolved.
|
|
1929
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
1930
1930
|
* @returns A Promise for the completion of which ever callback is executed.
|
|
1931
1931
|
* @example
|
|
1932
1932
|
* ```ts
|
|
@@ -1943,8 +1943,8 @@ declare namespace ApplicationInsights {
|
|
|
1943
1943
|
then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): PromiseLike<TResult1 | TResult2>;
|
|
1944
1944
|
/**
|
|
1945
1945
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1946
|
-
* @param onResolved The callback to execute when the Promise is resolved.
|
|
1947
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
1946
|
+
* @param onResolved - The callback to execute when the Promise is resolved.
|
|
1947
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
1948
1948
|
* @returns A Promise for the completion of which ever callback is executed.
|
|
1949
1949
|
* @example
|
|
1950
1950
|
* ```ts
|
|
@@ -1961,7 +1961,7 @@ declare namespace ApplicationInsights {
|
|
|
1961
1961
|
then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): Promise<TResult1 | TResult2>;
|
|
1962
1962
|
/**
|
|
1963
1963
|
* Attaches a callback for only the rejection of the Promise.
|
|
1964
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
1964
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
1965
1965
|
* @returns A Promise for the completion of the callback.
|
|
1966
1966
|
* @example
|
|
1967
1967
|
* ```ts
|
|
@@ -1978,7 +1978,7 @@ declare namespace ApplicationInsights {
|
|
|
1978
1978
|
catch<TResult = never>(onRejected?: ((reason: any) => TResult | IPromise<TResult>) | undefined | null): IPromise<T | TResult>;
|
|
1979
1979
|
/**
|
|
1980
1980
|
* Attaches a callback for only the rejection of the Promise.
|
|
1981
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
1981
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
1982
1982
|
* @returns A Promise for the completion of the callback.
|
|
1983
1983
|
* @example
|
|
1984
1984
|
* ```ts
|
|
@@ -1995,7 +1995,7 @@ declare namespace ApplicationInsights {
|
|
|
1995
1995
|
catch<TResult = never>(onRejected?: ((reason: any) => TResult | IPromise<TResult>) | undefined | null): PromiseLike<T | TResult>;
|
|
1996
1996
|
/**
|
|
1997
1997
|
* Attaches a callback for only the rejection of the Promise.
|
|
1998
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
1998
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
1999
1999
|
* @returns A Promise for the completion of the callback.
|
|
2000
2000
|
* @example
|
|
2001
2001
|
* ```ts
|
|
@@ -2013,7 +2013,7 @@ declare namespace ApplicationInsights {
|
|
|
2013
2013
|
/**
|
|
2014
2014
|
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
2015
2015
|
* resolved value cannot be modified from the callback.
|
|
2016
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
2016
|
+
* @param onfinally - The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
2017
2017
|
* @returns A Promise for the completion of the callback.
|
|
2018
2018
|
* @example
|
|
2019
2019
|
* ```ts
|
|
@@ -2457,14 +2457,14 @@ declare namespace ApplicationInsights {
|
|
|
2457
2457
|
/**
|
|
2458
2458
|
* This defines the handler function for when a promise is rejected.
|
|
2459
2459
|
* @param value - This is the value passed as part of resolving the Promise
|
|
2460
|
-
* @return This may return a value, another Promise or void. @see {@link IPromise.then} for how the value is handled.
|
|
2460
|
+
* @return This may return a value, another Promise or void. @see {@link https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html#then | IPromise.then} for how the value is handled.
|
|
2461
2461
|
*/
|
|
2462
2462
|
type RejectedPromiseHandler<T = never> = (((reason: any) => T | IPromise<T> | PromiseLike<T>) | undefined | null);
|
|
2463
2463
|
|
|
2464
2464
|
/**
|
|
2465
2465
|
* This defines the handler function for when a promise is resolved.
|
|
2466
2466
|
* @param value - This is the value passed as part of resolving the Promise
|
|
2467
|
-
* @return This may return a value, another Promise or void. @see {@link IPromise.then} for how the value is handled.
|
|
2467
|
+
* @return This may return a value, another Promise or void. @see {@link https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html#then | IPromise.then} for how the value is handled.
|
|
2468
2468
|
*/
|
|
2469
2469
|
type ResolvedPromiseHandler<T, TResult1 = T> = (((value: T) => TResult1 | IPromise<TResult1> | PromiseLike<TResult1>) | undefined | null);
|
|
2470
2470
|
|