@microsoft/applicationinsights-dependencies-js 2.7.1-nightly.202110-15 → 2.7.1-nightly.202110-19
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/applicationinsights-dependencies-js.integrity.json +9 -9
- package/browser/applicationinsights-dependencies-js.js +2 -2
- package/browser/applicationinsights-dependencies-js.js.map +1 -1
- package/browser/applicationinsights-dependencies-js.min.js +2 -2
- package/browser/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.d.ts +1 -1
- package/dist/applicationinsights-dependencies-js.js +2 -2
- package/dist/applicationinsights-dependencies-js.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.min.js +2 -2
- package/dist/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.rollup.d.ts +1 -1
- package/dist-esm/TraceParent.js +1 -1
- package/dist-esm/ajax.js +1 -1
- package/dist-esm/ajaxRecord.js +1 -1
- package/dist-esm/ajaxUtils.js +1 -1
- package/dist-esm/applicationinsights-dependencies-js.js +1 -1
- package/package.json +3 -3
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-dependencies-js",
|
|
3
|
-
"version": "2.7.1-nightly.202110-
|
|
3
|
+
"version": "2.7.1-nightly.202110-19",
|
|
4
4
|
"ext": {
|
|
5
5
|
"@js": {
|
|
6
6
|
"file": "applicationinsights-dependencies-js.js",
|
|
7
7
|
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-
|
|
8
|
+
"integrity": "sha256-fJGfI+dQrzYxVJnhrGuDSPce1BrgGbE9J427FBS1NVE= sha384-iLxxEcTAe2wE3S7wqpnELO7Cpcx3fgrWVW6cKOq9TqMM02QjhgwnVDmkUjVzCFwM sha512-0MbDJrIQqBdwp43yBwWrM4TEGRxvnJ75jnLgrHfw9IExPtorJdkhsOyGx4uxl+fkBeRjjALatzUxb29TO/0swA==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "fJGfI+dQrzYxVJnhrGuDSPce1BrgGbE9J427FBS1NVE=",
|
|
11
|
+
"sha384": "iLxxEcTAe2wE3S7wqpnELO7Cpcx3fgrWVW6cKOq9TqMM02QjhgwnVDmkUjVzCFwM",
|
|
12
|
+
"sha512": "0MbDJrIQqBdwp43yBwWrM4TEGRxvnJ75jnLgrHfw9IExPtorJdkhsOyGx4uxl+fkBeRjjALatzUxb29TO/0swA=="
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"@min.js": {
|
|
16
16
|
"file": "applicationinsights-dependencies-js.min.js",
|
|
17
17
|
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-
|
|
18
|
+
"integrity": "sha256-L6YdK4VZcQiiKIEVCdQCn6yhXpTZzZBeZrRUM19jZ7E= sha384-hXCtC07roJD+GOhE/KEeEP6Fni6FzNYnxUlGiqa+sp6eV1oJ3F4Xqe93iXDu6GJ0 sha512-MTzAQKBWUfImagqyuqoXSSHave6TRQtQT9X3N+Em+A+m7hq8r1pbBOrNb06AqRmu9+be3Io2MqQNVumvHVeNUg==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "L6YdK4VZcQiiKIEVCdQCn6yhXpTZzZBeZrRUM19jZ7E=",
|
|
21
|
+
"sha384": "hXCtC07roJD+GOhE/KEeEP6Fni6FzNYnxUlGiqa+sp6eV1oJ3F4Xqe93iXDu6GJ0",
|
|
22
|
+
"sha512": "MTzAQKBWUfImagqyuqoXSSHave6TRQtQT9X3N+Em+A+m7hq8r1pbBOrNb06AqRmu9+be3Io2MqQNVumvHVeNUg=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Dependencies Plugin, 2.7.1-nightly.202110-
|
|
2
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 2.7.1-nightly.202110-19
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
if (!!theConsole) {
|
|
754
754
|
var logFunc = "log";
|
|
755
755
|
if (theConsole[func]) {
|
|
756
|
-
logFunc =
|
|
756
|
+
logFunc = func;
|
|
757
757
|
}
|
|
758
758
|
if (isFunction(theConsole[logFunc])) {
|
|
759
759
|
theConsole[logFunc](message);
|