@microsoft/applicationinsights-teechannel-js 3.3.10-nightly3.2507-02 → 3.3.10-nightly3.2507-04
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.10-nightly3.2507-02.cjs.js → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.cjs.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.cjs.js.map → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.cjs.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.cjs.min.js → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.cjs.min.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.cjs.min.js.map → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.cjs.min.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.gbl.js → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.gbl.js} +5 -5
- package/browser/es5/{applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.gbl.js.map → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.gbl.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.gbl.min.js → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.gbl.min.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.gbl.min.js.map → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.gbl.min.js.map} +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.integrity.json +66 -0
- package/browser/es5/{applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.js → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.js} +5 -5
- package/browser/es5/{applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.js.map → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.min.js → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.min.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.min.js.map → applicationinsights-teechannel-js.3.3.10-nightly3.2507-04.min.js.map} +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.cjs.js +2 -2
- 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 +4 -4
- 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 +4 -4
- 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 +2 -2
- 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 +8 -4
- package/browser/es5/applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.integrity.json +0 -66
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.10-nightly3.2507-
|
|
3
|
+
"version": "3.3.10-nightly3.2507-04",
|
|
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",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
60
60
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
61
|
-
"@microsoft/applicationinsights-core-js": "3.3.10-nightly3.2507-
|
|
62
|
-
"@microsoft/applicationinsights-common": "3.3.10-nightly3.2507-
|
|
61
|
+
"@microsoft/applicationinsights-core-js": "3.3.10-nightly3.2507-04",
|
|
62
|
+
"@microsoft/applicationinsights-common": "3.3.10-nightly3.2507-04",
|
|
63
63
|
"@nevware21/ts-utils": ">= 0.11.8 < 2.x",
|
|
64
64
|
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
|
|
65
65
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.10-nightly3.2507-
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.10-nightly3.2507-04
|
|
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.10-nightly3.2507-
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.10-nightly3.2507-04
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -29,9 +29,12 @@ declare namespace ApplicationInsights {
|
|
|
29
29
|
*/
|
|
30
30
|
processNext: (env: ITelemetryItem, itemCtx: IProcessTelemetryContext) => void;
|
|
31
31
|
/**
|
|
32
|
-
* Set next extension for telemetry processing
|
|
32
|
+
* Set next extension for telemetry processing, this is now optional as plugins should use the
|
|
33
|
+
* processNext() function of the passed IProcessTelemetryContext instead. It is being kept for
|
|
34
|
+
* now for backward compatibility only.
|
|
35
|
+
* @deprecated - Use processNext() function of the passed IProcessTelemetryContext instead
|
|
33
36
|
*/
|
|
34
|
-
setNextPlugin
|
|
37
|
+
setNextPlugin?: (next: ITelemetryPlugin | ITelemetryPluginChain) => void;
|
|
35
38
|
/**
|
|
36
39
|
* Returns the current diagnostic logger that can be used to log issues, if no logger is currently
|
|
37
40
|
* assigned a new default one will be created and returned.
|
|
@@ -2153,9 +2156,10 @@ declare namespace ApplicationInsights {
|
|
|
2153
2156
|
*/
|
|
2154
2157
|
interface ITelemetryPlugin extends ITelemetryProcessor, IPlugin {
|
|
2155
2158
|
/**
|
|
2156
|
-
* Set next extension for telemetry processing, this is
|
|
2159
|
+
* Set next extension for telemetry processing, this is now optional as plugins should use the
|
|
2157
2160
|
* processNext() function of the passed IProcessTelemetryContext instead. It is being kept for
|
|
2158
2161
|
* now for backward compatibility only.
|
|
2162
|
+
* @deprecated - Use processNext() function of the passed IProcessTelemetryContext instead
|
|
2159
2163
|
*/
|
|
2160
2164
|
setNextPlugin?: (next: ITelemetryPlugin | ITelemetryPluginChain) => void;
|
|
2161
2165
|
/**
|
package/browser/es5/applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.integrity.json
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "applicationinsights-teechannel-js",
|
|
3
|
-
"version": "3.3.10-nightly3.2507-02",
|
|
4
|
-
"ext": {
|
|
5
|
-
"@cjs.js": {
|
|
6
|
-
"file": "applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.cjs.js",
|
|
7
|
-
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-eoN2M65Q5oztLFcToub89cU0OsF6qvb97hVRrjYW2Rs= sha384-1tKLmzr7aZJnJRPjHrw9NiOxpfl98Kquwze4Idl7cnQ5cFnqtpc85a9Hz6jPQOzJ sha512-jMpZc4w0sLeULGkFkRX+RDKh0nf4ZAQC3RaLbR+GSONuKoIvq2GRR7Pwyq2fx/xp9LHFrrgkp+9OLxguUvOacg==",
|
|
9
|
-
"hashes": {
|
|
10
|
-
"sha256": "eoN2M65Q5oztLFcToub89cU0OsF6qvb97hVRrjYW2Rs=",
|
|
11
|
-
"sha384": "1tKLmzr7aZJnJRPjHrw9NiOxpfl98Kquwze4Idl7cnQ5cFnqtpc85a9Hz6jPQOzJ",
|
|
12
|
-
"sha512": "jMpZc4w0sLeULGkFkRX+RDKh0nf4ZAQC3RaLbR+GSONuKoIvq2GRR7Pwyq2fx/xp9LHFrrgkp+9OLxguUvOacg=="
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"@cjs.min.js": {
|
|
16
|
-
"file": "applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.cjs.min.js",
|
|
17
|
-
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-NH/jQUT4j2KBMeEvbMQZDYXhmZjXAlylKetnJ7fZvjQ= sha384-IJEVvPvGPrpCnrJ+mVXT1RffsOsSHozOR7V7QGRKIWWPWMAdM4NelYYufDiwFq2R sha512-5Ewg/xaNvTOXZWoq4tu24QRbWjCxmmKE4ekqEkFX4EnFu6TUHRv5XEzxN5gqQJp/V/IEKgforkOWSnRb7q4G5g==",
|
|
19
|
-
"hashes": {
|
|
20
|
-
"sha256": "NH/jQUT4j2KBMeEvbMQZDYXhmZjXAlylKetnJ7fZvjQ=",
|
|
21
|
-
"sha384": "IJEVvPvGPrpCnrJ+mVXT1RffsOsSHozOR7V7QGRKIWWPWMAdM4NelYYufDiwFq2R",
|
|
22
|
-
"sha512": "5Ewg/xaNvTOXZWoq4tu24QRbWjCxmmKE4ekqEkFX4EnFu6TUHRv5XEzxN5gqQJp/V/IEKgforkOWSnRb7q4G5g=="
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"@gbl.js": {
|
|
26
|
-
"file": "applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.gbl.js",
|
|
27
|
-
"type": "text/javascript; charset=utf-8",
|
|
28
|
-
"integrity": "sha256-1HQPvo+dux4RKe1/geC7A4ssnU5/78A4GfPFuz9DjnU= sha384-ORyo1h26n96mhAaCxTmHwqR4hBkPC46Ga6XRCKTGvOuU2E5DW8+kPU+xOK7suVCV sha512-d77dRMPYWagulHEOZph3TV5nFaqbfTewVNie/GkJ7uvzkawZxRTvQ7R4owCo7nHxjUwJzbmX8whjZsWGsCmSog==",
|
|
29
|
-
"hashes": {
|
|
30
|
-
"sha256": "1HQPvo+dux4RKe1/geC7A4ssnU5/78A4GfPFuz9DjnU=",
|
|
31
|
-
"sha384": "ORyo1h26n96mhAaCxTmHwqR4hBkPC46Ga6XRCKTGvOuU2E5DW8+kPU+xOK7suVCV",
|
|
32
|
-
"sha512": "d77dRMPYWagulHEOZph3TV5nFaqbfTewVNie/GkJ7uvzkawZxRTvQ7R4owCo7nHxjUwJzbmX8whjZsWGsCmSog=="
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"@gbl.min.js": {
|
|
36
|
-
"file": "applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.gbl.min.js",
|
|
37
|
-
"type": "text/javascript; charset=utf-8",
|
|
38
|
-
"integrity": "sha256-k5bSK/V3gEHyTHNDULNS1H7uEEnc2aPAGAtlSeNxR0A= sha384-aq2TpDuOPXkiBlosI66xQxMWSCyEe1s7W2qebxgcabhWqYG3f8Z35p7nlSdqnQyZ sha512-v+R9R9Ep32vMv6x0lN7E4/l1GO83tm8d42ahmoULWo7utsLTebBo1LE9AcbZbSwKYH1QzOtP174LSct5WF5MyQ==",
|
|
39
|
-
"hashes": {
|
|
40
|
-
"sha256": "k5bSK/V3gEHyTHNDULNS1H7uEEnc2aPAGAtlSeNxR0A=",
|
|
41
|
-
"sha384": "aq2TpDuOPXkiBlosI66xQxMWSCyEe1s7W2qebxgcabhWqYG3f8Z35p7nlSdqnQyZ",
|
|
42
|
-
"sha512": "v+R9R9Ep32vMv6x0lN7E4/l1GO83tm8d42ahmoULWo7utsLTebBo1LE9AcbZbSwKYH1QzOtP174LSct5WF5MyQ=="
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"@js": {
|
|
46
|
-
"file": "applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.js",
|
|
47
|
-
"type": "text/javascript; charset=utf-8",
|
|
48
|
-
"integrity": "sha256-2LdPj+RqKn2bVWchiGLHTu64XsEoKW0uwZZpankaXds= sha384-bfDfhgNGF0/+iFLS2IWUS2ZI4KqaXML7GutqALxEkgPF5O4Jwooiw95fJUe+nrHp sha512-WbY2wIBCLPT9MnuyJXiet5TVqmhfS/mc7Ta4cVtP23NeMzDcrJZn2YQX+NdJc/aSC+9g1D+EJC6Uvd5MWCY4Kw==",
|
|
49
|
-
"hashes": {
|
|
50
|
-
"sha256": "2LdPj+RqKn2bVWchiGLHTu64XsEoKW0uwZZpankaXds=",
|
|
51
|
-
"sha384": "bfDfhgNGF0/+iFLS2IWUS2ZI4KqaXML7GutqALxEkgPF5O4Jwooiw95fJUe+nrHp",
|
|
52
|
-
"sha512": "WbY2wIBCLPT9MnuyJXiet5TVqmhfS/mc7Ta4cVtP23NeMzDcrJZn2YQX+NdJc/aSC+9g1D+EJC6Uvd5MWCY4Kw=="
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"@min.js": {
|
|
56
|
-
"file": "applicationinsights-teechannel-js.3.3.10-nightly3.2507-02.min.js",
|
|
57
|
-
"type": "text/javascript; charset=utf-8",
|
|
58
|
-
"integrity": "sha256-8Pi/bXoOMJ8bdZft5AG7siucSd54OerUMsmQcH1hunw= sha384-Ndd8vH8xQY8AzoIz7GSJu2CNo5Wf+lZb06juJa8x19rVNKPiD2pF/H3foZqYvAwR sha512-/8oD+eIeARUptnj6+0LWAVTrjwqh9PTAbtYyXt7jIe2ClilUUnP5LXPRTIeyuNLIfGzokEu0OWSAKrkoRTexwg==",
|
|
59
|
-
"hashes": {
|
|
60
|
-
"sha256": "8Pi/bXoOMJ8bdZft5AG7siucSd54OerUMsmQcH1hunw=",
|
|
61
|
-
"sha384": "Ndd8vH8xQY8AzoIz7GSJu2CNo5Wf+lZb06juJa8x19rVNKPiD2pF/H3foZqYvAwR",
|
|
62
|
-
"sha512": "/8oD+eIeARUptnj6+0LWAVTrjwqh9PTAbtYyXt7jIe2ClilUUnP5LXPRTIeyuNLIfGzokEu0OWSAKrkoRTexwg=="
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|