@microsoft/applicationinsights-dependencies-js 2.8.7-nightly.2208-11 → 2.8.7
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.api.json +6 -6
- 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/DependencyInitializer.js +1 -1
- package/dist-esm/DependencyListener.js +1 -1
- package/dist-esm/InternalConstants.js +1 -1
- package/dist-esm/__DynamicConstants.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 +60 -63
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
4
|
+
"toolVersion": "7.30.0",
|
|
5
5
|
"schemaVersion": 1009,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
{
|
|
212
212
|
"kind": "Reference",
|
|
213
213
|
"text": "IDependencyListenerContainer",
|
|
214
|
-
"canonicalReference": "@microsoft/applicationinsights-dependencies-js
|
|
214
|
+
"canonicalReference": "@microsoft/applicationinsights-dependencies-js!~IDependencyListenerContainer:interface"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"kind": "Content",
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
{
|
|
1295
1295
|
"kind": "Reference",
|
|
1296
1296
|
"text": "IAjaxRecordResponse",
|
|
1297
|
-
"canonicalReference": "@microsoft/applicationinsights-dependencies-js
|
|
1297
|
+
"canonicalReference": "@microsoft/applicationinsights-dependencies-js!~IAjaxRecordResponse:interface"
|
|
1298
1298
|
},
|
|
1299
1299
|
{
|
|
1300
1300
|
"kind": "Content",
|
|
@@ -2032,7 +2032,7 @@
|
|
|
2032
2032
|
{
|
|
2033
2033
|
"kind": "Reference",
|
|
2034
2034
|
"text": "XHRMonitoringState",
|
|
2035
|
-
"canonicalReference": "@microsoft/applicationinsights-dependencies-js
|
|
2035
|
+
"canonicalReference": "@microsoft/applicationinsights-dependencies-js!~XHRMonitoringState:class"
|
|
2036
2036
|
},
|
|
2037
2037
|
{
|
|
2038
2038
|
"kind": "Content",
|
|
@@ -2155,7 +2155,7 @@
|
|
|
2155
2155
|
{
|
|
2156
2156
|
"kind": "Reference",
|
|
2157
2157
|
"text": "IDependencyListenerContainer",
|
|
2158
|
-
"canonicalReference": "@microsoft/applicationinsights-dependencies-js
|
|
2158
|
+
"canonicalReference": "@microsoft/applicationinsights-dependencies-js!~IDependencyListenerContainer:interface"
|
|
2159
2159
|
},
|
|
2160
2160
|
{
|
|
2161
2161
|
"kind": "Content",
|
|
@@ -2727,7 +2727,7 @@
|
|
|
2727
2727
|
{
|
|
2728
2728
|
"kind": "Reference",
|
|
2729
2729
|
"text": "_DYN_INCLUDE_CORRELATION_2",
|
|
2730
|
-
"canonicalReference": "@microsoft/applicationinsights-dependencies-js
|
|
2730
|
+
"canonicalReference": "@microsoft/applicationinsights-dependencies-js!~_DYN_INCLUDE_CORRELATION_2"
|
|
2731
2731
|
},
|
|
2732
2732
|
{
|
|
2733
2733
|
"kind": "Content",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Dependencies Plugin, 2.8.7
|
|
2
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 2.8.7
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
}
|
|
1257
1257
|
|
|
1258
1258
|
var _objDefineProperty = ObjDefineProperty;
|
|
1259
|
-
var version =
|
|
1259
|
+
var version = '2.8.7';
|
|
1260
1260
|
var instanceName = "." + newId(6);
|
|
1261
1261
|
var _dataUid = 0;
|
|
1262
1262
|
function _createAccessor(target, prop, value) {
|