@microsoft/applicationinsights-dependencies-js 3.0.0-beta.2301-13 → 3.0.0-beta.2301-14
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 +79 -34
- 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 +3 -3
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
5
|
-
"schemaVersion":
|
|
4
|
+
"toolVersion": "7.34.0",
|
|
5
|
+
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
8
8
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
@@ -220,6 +220,7 @@
|
|
|
220
220
|
],
|
|
221
221
|
"fileUrlPath": "types/ajax.d.ts",
|
|
222
222
|
"releaseTag": "Public",
|
|
223
|
+
"isAbstract": false,
|
|
223
224
|
"name": "AjaxPlugin",
|
|
224
225
|
"preserveMemberOrder": false,
|
|
225
226
|
"members": [
|
|
@@ -285,6 +286,7 @@
|
|
|
285
286
|
}
|
|
286
287
|
],
|
|
287
288
|
"isOptional": false,
|
|
289
|
+
"isAbstract": false,
|
|
288
290
|
"name": "addDependencyInitializer"
|
|
289
291
|
},
|
|
290
292
|
{
|
|
@@ -334,6 +336,7 @@
|
|
|
334
336
|
}
|
|
335
337
|
],
|
|
336
338
|
"isOptional": false,
|
|
339
|
+
"isAbstract": false,
|
|
337
340
|
"name": "addDependencyListener"
|
|
338
341
|
},
|
|
339
342
|
{
|
|
@@ -363,7 +366,8 @@
|
|
|
363
366
|
"endIndex": 2
|
|
364
367
|
},
|
|
365
368
|
"isStatic": false,
|
|
366
|
-
"isProtected": false
|
|
369
|
+
"isProtected": false,
|
|
370
|
+
"isAbstract": false
|
|
367
371
|
},
|
|
368
372
|
{
|
|
369
373
|
"kind": "Property",
|
|
@@ -392,7 +396,8 @@
|
|
|
392
396
|
"endIndex": 2
|
|
393
397
|
},
|
|
394
398
|
"isStatic": true,
|
|
395
|
-
"isProtected": false
|
|
399
|
+
"isProtected": false,
|
|
400
|
+
"isAbstract": false
|
|
396
401
|
},
|
|
397
402
|
{
|
|
398
403
|
"kind": "Method",
|
|
@@ -495,6 +500,7 @@
|
|
|
495
500
|
}
|
|
496
501
|
],
|
|
497
502
|
"isOptional": false,
|
|
503
|
+
"isAbstract": false,
|
|
498
504
|
"name": "includeCorrelationHeaders"
|
|
499
505
|
},
|
|
500
506
|
{
|
|
@@ -607,6 +613,7 @@
|
|
|
607
613
|
}
|
|
608
614
|
],
|
|
609
615
|
"isOptional": false,
|
|
616
|
+
"isAbstract": false,
|
|
610
617
|
"name": "initialize"
|
|
611
618
|
},
|
|
612
619
|
{
|
|
@@ -636,7 +643,8 @@
|
|
|
636
643
|
"endIndex": 2
|
|
637
644
|
},
|
|
638
645
|
"isStatic": false,
|
|
639
|
-
"isProtected": false
|
|
646
|
+
"isProtected": false,
|
|
647
|
+
"isAbstract": false
|
|
640
648
|
},
|
|
641
649
|
{
|
|
642
650
|
"kind": "Method",
|
|
@@ -701,6 +709,7 @@
|
|
|
701
709
|
}
|
|
702
710
|
],
|
|
703
711
|
"isOptional": false,
|
|
712
|
+
"isAbstract": false,
|
|
704
713
|
"name": "processTelemetry"
|
|
705
714
|
},
|
|
706
715
|
{
|
|
@@ -765,6 +774,7 @@
|
|
|
765
774
|
}
|
|
766
775
|
],
|
|
767
776
|
"isOptional": false,
|
|
777
|
+
"isAbstract": false,
|
|
768
778
|
"name": "trackDependencyData"
|
|
769
779
|
},
|
|
770
780
|
{
|
|
@@ -845,6 +855,7 @@
|
|
|
845
855
|
}
|
|
846
856
|
],
|
|
847
857
|
"isOptional": false,
|
|
858
|
+
"isAbstract": false,
|
|
848
859
|
"name": "trackDependencyDataInternal"
|
|
849
860
|
}
|
|
850
861
|
],
|
|
@@ -879,6 +890,7 @@
|
|
|
879
890
|
],
|
|
880
891
|
"fileUrlPath": "types/ajaxRecord.d.ts",
|
|
881
892
|
"releaseTag": "Public",
|
|
893
|
+
"isAbstract": false,
|
|
882
894
|
"name": "ajaxRecord",
|
|
883
895
|
"preserveMemberOrder": false,
|
|
884
896
|
"members": [
|
|
@@ -991,7 +1003,8 @@
|
|
|
991
1003
|
"endIndex": 2
|
|
992
1004
|
},
|
|
993
1005
|
"isStatic": false,
|
|
994
|
-
"isProtected": false
|
|
1006
|
+
"isProtected": false,
|
|
1007
|
+
"isAbstract": false
|
|
995
1008
|
},
|
|
996
1009
|
{
|
|
997
1010
|
"kind": "Property",
|
|
@@ -1020,7 +1033,8 @@
|
|
|
1020
1033
|
"endIndex": 2
|
|
1021
1034
|
},
|
|
1022
1035
|
"isStatic": false,
|
|
1023
|
-
"isProtected": false
|
|
1036
|
+
"isProtected": false,
|
|
1037
|
+
"isAbstract": false
|
|
1024
1038
|
},
|
|
1025
1039
|
{
|
|
1026
1040
|
"kind": "Property",
|
|
@@ -1049,7 +1063,8 @@
|
|
|
1049
1063
|
"endIndex": 2
|
|
1050
1064
|
},
|
|
1051
1065
|
"isStatic": false,
|
|
1052
|
-
"isProtected": false
|
|
1066
|
+
"isProtected": false,
|
|
1067
|
+
"isAbstract": false
|
|
1053
1068
|
},
|
|
1054
1069
|
{
|
|
1055
1070
|
"kind": "Property",
|
|
@@ -1078,7 +1093,8 @@
|
|
|
1078
1093
|
"endIndex": 2
|
|
1079
1094
|
},
|
|
1080
1095
|
"isStatic": false,
|
|
1081
|
-
"isProtected": false
|
|
1096
|
+
"isProtected": false,
|
|
1097
|
+
"isAbstract": false
|
|
1082
1098
|
},
|
|
1083
1099
|
{
|
|
1084
1100
|
"kind": "Property",
|
|
@@ -1107,7 +1123,8 @@
|
|
|
1107
1123
|
"endIndex": 2
|
|
1108
1124
|
},
|
|
1109
1125
|
"isStatic": false,
|
|
1110
|
-
"isProtected": false
|
|
1126
|
+
"isProtected": false,
|
|
1127
|
+
"isAbstract": false
|
|
1111
1128
|
},
|
|
1112
1129
|
{
|
|
1113
1130
|
"kind": "Property",
|
|
@@ -1136,7 +1153,8 @@
|
|
|
1136
1153
|
"endIndex": 2
|
|
1137
1154
|
},
|
|
1138
1155
|
"isStatic": false,
|
|
1139
|
-
"isProtected": false
|
|
1156
|
+
"isProtected": false,
|
|
1157
|
+
"isAbstract": false
|
|
1140
1158
|
},
|
|
1141
1159
|
{
|
|
1142
1160
|
"kind": "Property",
|
|
@@ -1165,7 +1183,8 @@
|
|
|
1165
1183
|
"endIndex": 2
|
|
1166
1184
|
},
|
|
1167
1185
|
"isStatic": false,
|
|
1168
|
-
"isProtected": false
|
|
1186
|
+
"isProtected": false,
|
|
1187
|
+
"isAbstract": false
|
|
1169
1188
|
},
|
|
1170
1189
|
{
|
|
1171
1190
|
"kind": "Property",
|
|
@@ -1194,7 +1213,8 @@
|
|
|
1194
1213
|
"endIndex": 2
|
|
1195
1214
|
},
|
|
1196
1215
|
"isStatic": false,
|
|
1197
|
-
"isProtected": false
|
|
1216
|
+
"isProtected": false,
|
|
1217
|
+
"isAbstract": false
|
|
1198
1218
|
},
|
|
1199
1219
|
{
|
|
1200
1220
|
"kind": "Method",
|
|
@@ -1279,6 +1299,7 @@
|
|
|
1279
1299
|
}
|
|
1280
1300
|
],
|
|
1281
1301
|
"isOptional": false,
|
|
1302
|
+
"isAbstract": false,
|
|
1282
1303
|
"name": "CreateTrackItem"
|
|
1283
1304
|
},
|
|
1284
1305
|
{
|
|
@@ -1308,7 +1329,8 @@
|
|
|
1308
1329
|
"endIndex": 2
|
|
1309
1330
|
},
|
|
1310
1331
|
"isStatic": false,
|
|
1311
|
-
"isProtected": false
|
|
1332
|
+
"isProtected": false,
|
|
1333
|
+
"isAbstract": false
|
|
1312
1334
|
},
|
|
1313
1335
|
{
|
|
1314
1336
|
"kind": "Property",
|
|
@@ -1337,7 +1359,8 @@
|
|
|
1337
1359
|
"endIndex": 2
|
|
1338
1360
|
},
|
|
1339
1361
|
"isStatic": false,
|
|
1340
|
-
"isProtected": false
|
|
1362
|
+
"isProtected": false,
|
|
1363
|
+
"isAbstract": false
|
|
1341
1364
|
},
|
|
1342
1365
|
{
|
|
1343
1366
|
"kind": "Property",
|
|
@@ -1367,7 +1390,8 @@
|
|
|
1367
1390
|
"endIndex": 2
|
|
1368
1391
|
},
|
|
1369
1392
|
"isStatic": false,
|
|
1370
|
-
"isProtected": false
|
|
1393
|
+
"isProtected": false,
|
|
1394
|
+
"isAbstract": false
|
|
1371
1395
|
},
|
|
1372
1396
|
{
|
|
1373
1397
|
"kind": "Method",
|
|
@@ -1397,6 +1421,7 @@
|
|
|
1397
1421
|
"overloadIndex": 1,
|
|
1398
1422
|
"parameters": [],
|
|
1399
1423
|
"isOptional": false,
|
|
1424
|
+
"isAbstract": false,
|
|
1400
1425
|
"name": "getAbsoluteUrl"
|
|
1401
1426
|
},
|
|
1402
1427
|
{
|
|
@@ -1427,6 +1452,7 @@
|
|
|
1427
1452
|
"overloadIndex": 1,
|
|
1428
1453
|
"parameters": [],
|
|
1429
1454
|
"isOptional": false,
|
|
1455
|
+
"isAbstract": false,
|
|
1430
1456
|
"name": "getPartAProps"
|
|
1431
1457
|
},
|
|
1432
1458
|
{
|
|
@@ -1457,6 +1483,7 @@
|
|
|
1457
1483
|
"overloadIndex": 1,
|
|
1458
1484
|
"parameters": [],
|
|
1459
1485
|
"isOptional": false,
|
|
1486
|
+
"isAbstract": false,
|
|
1460
1487
|
"name": "getPathName"
|
|
1461
1488
|
},
|
|
1462
1489
|
{
|
|
@@ -1486,7 +1513,8 @@
|
|
|
1486
1513
|
"endIndex": 2
|
|
1487
1514
|
},
|
|
1488
1515
|
"isStatic": false,
|
|
1489
|
-
"isProtected": false
|
|
1516
|
+
"isProtected": false,
|
|
1517
|
+
"isAbstract": false
|
|
1490
1518
|
},
|
|
1491
1519
|
{
|
|
1492
1520
|
"kind": "Property",
|
|
@@ -1515,7 +1543,8 @@
|
|
|
1515
1543
|
"endIndex": 2
|
|
1516
1544
|
},
|
|
1517
1545
|
"isStatic": false,
|
|
1518
|
-
"isProtected": false
|
|
1546
|
+
"isProtected": false,
|
|
1547
|
+
"isAbstract": false
|
|
1519
1548
|
},
|
|
1520
1549
|
{
|
|
1521
1550
|
"kind": "Property",
|
|
@@ -1544,7 +1573,8 @@
|
|
|
1544
1573
|
"endIndex": 2
|
|
1545
1574
|
},
|
|
1546
1575
|
"isStatic": false,
|
|
1547
|
-
"isProtected": false
|
|
1576
|
+
"isProtected": false,
|
|
1577
|
+
"isAbstract": false
|
|
1548
1578
|
},
|
|
1549
1579
|
{
|
|
1550
1580
|
"kind": "Property",
|
|
@@ -1574,7 +1604,8 @@
|
|
|
1574
1604
|
"endIndex": 2
|
|
1575
1605
|
},
|
|
1576
1606
|
"isStatic": false,
|
|
1577
|
-
"isProtected": false
|
|
1607
|
+
"isProtected": false,
|
|
1608
|
+
"isAbstract": false
|
|
1578
1609
|
},
|
|
1579
1610
|
{
|
|
1580
1611
|
"kind": "Property",
|
|
@@ -1604,7 +1635,8 @@
|
|
|
1604
1635
|
"endIndex": 2
|
|
1605
1636
|
},
|
|
1606
1637
|
"isStatic": false,
|
|
1607
|
-
"isProtected": false
|
|
1638
|
+
"isProtected": false,
|
|
1639
|
+
"isAbstract": false
|
|
1608
1640
|
},
|
|
1609
1641
|
{
|
|
1610
1642
|
"kind": "Property",
|
|
@@ -1633,7 +1665,8 @@
|
|
|
1633
1665
|
"endIndex": 2
|
|
1634
1666
|
},
|
|
1635
1667
|
"isStatic": false,
|
|
1636
|
-
"isProtected": false
|
|
1668
|
+
"isProtected": false,
|
|
1669
|
+
"isAbstract": false
|
|
1637
1670
|
},
|
|
1638
1671
|
{
|
|
1639
1672
|
"kind": "Property",
|
|
@@ -1662,7 +1695,8 @@
|
|
|
1662
1695
|
"endIndex": 2
|
|
1663
1696
|
},
|
|
1664
1697
|
"isStatic": false,
|
|
1665
|
-
"isProtected": false
|
|
1698
|
+
"isProtected": false,
|
|
1699
|
+
"isAbstract": false
|
|
1666
1700
|
},
|
|
1667
1701
|
{
|
|
1668
1702
|
"kind": "Property",
|
|
@@ -1691,7 +1725,8 @@
|
|
|
1691
1725
|
"endIndex": 2
|
|
1692
1726
|
},
|
|
1693
1727
|
"isStatic": false,
|
|
1694
|
-
"isProtected": false
|
|
1728
|
+
"isProtected": false,
|
|
1729
|
+
"isAbstract": false
|
|
1695
1730
|
},
|
|
1696
1731
|
{
|
|
1697
1732
|
"kind": "Property",
|
|
@@ -1720,7 +1755,8 @@
|
|
|
1720
1755
|
"endIndex": 2
|
|
1721
1756
|
},
|
|
1722
1757
|
"isStatic": false,
|
|
1723
|
-
"isProtected": false
|
|
1758
|
+
"isProtected": false,
|
|
1759
|
+
"isAbstract": false
|
|
1724
1760
|
},
|
|
1725
1761
|
{
|
|
1726
1762
|
"kind": "Property",
|
|
@@ -1749,7 +1785,8 @@
|
|
|
1749
1785
|
"endIndex": 2
|
|
1750
1786
|
},
|
|
1751
1787
|
"isStatic": false,
|
|
1752
|
-
"isProtected": false
|
|
1788
|
+
"isProtected": false,
|
|
1789
|
+
"isAbstract": false
|
|
1753
1790
|
},
|
|
1754
1791
|
{
|
|
1755
1792
|
"kind": "Property",
|
|
@@ -1778,7 +1815,8 @@
|
|
|
1778
1815
|
"endIndex": 2
|
|
1779
1816
|
},
|
|
1780
1817
|
"isStatic": false,
|
|
1781
|
-
"isProtected": false
|
|
1818
|
+
"isProtected": false,
|
|
1819
|
+
"isAbstract": false
|
|
1782
1820
|
},
|
|
1783
1821
|
{
|
|
1784
1822
|
"kind": "Property",
|
|
@@ -1807,7 +1845,8 @@
|
|
|
1807
1845
|
"endIndex": 2
|
|
1808
1846
|
},
|
|
1809
1847
|
"isStatic": false,
|
|
1810
|
-
"isProtected": false
|
|
1848
|
+
"isProtected": false,
|
|
1849
|
+
"isAbstract": false
|
|
1811
1850
|
},
|
|
1812
1851
|
{
|
|
1813
1852
|
"kind": "Property",
|
|
@@ -1836,7 +1875,8 @@
|
|
|
1836
1875
|
"endIndex": 2
|
|
1837
1876
|
},
|
|
1838
1877
|
"isStatic": false,
|
|
1839
|
-
"isProtected": false
|
|
1878
|
+
"isProtected": false,
|
|
1879
|
+
"isAbstract": false
|
|
1840
1880
|
},
|
|
1841
1881
|
{
|
|
1842
1882
|
"kind": "Property",
|
|
@@ -1865,7 +1905,8 @@
|
|
|
1865
1905
|
"endIndex": 2
|
|
1866
1906
|
},
|
|
1867
1907
|
"isStatic": false,
|
|
1868
|
-
"isProtected": false
|
|
1908
|
+
"isProtected": false,
|
|
1909
|
+
"isAbstract": false
|
|
1869
1910
|
},
|
|
1870
1911
|
{
|
|
1871
1912
|
"kind": "Property",
|
|
@@ -1894,7 +1935,8 @@
|
|
|
1894
1935
|
"endIndex": 2
|
|
1895
1936
|
},
|
|
1896
1937
|
"isStatic": false,
|
|
1897
|
-
"isProtected": false
|
|
1938
|
+
"isProtected": false,
|
|
1939
|
+
"isAbstract": false
|
|
1898
1940
|
},
|
|
1899
1941
|
{
|
|
1900
1942
|
"kind": "Property",
|
|
@@ -1923,7 +1965,8 @@
|
|
|
1923
1965
|
"endIndex": 2
|
|
1924
1966
|
},
|
|
1925
1967
|
"isStatic": false,
|
|
1926
|
-
"isProtected": false
|
|
1968
|
+
"isProtected": false,
|
|
1969
|
+
"isAbstract": false
|
|
1927
1970
|
},
|
|
1928
1971
|
{
|
|
1929
1972
|
"kind": "Property",
|
|
@@ -1952,7 +1995,8 @@
|
|
|
1952
1995
|
"endIndex": 2
|
|
1953
1996
|
},
|
|
1954
1997
|
"isStatic": false,
|
|
1955
|
-
"isProtected": false
|
|
1998
|
+
"isProtected": false,
|
|
1999
|
+
"isAbstract": false
|
|
1956
2000
|
},
|
|
1957
2001
|
{
|
|
1958
2002
|
"kind": "Property",
|
|
@@ -1982,7 +2026,8 @@
|
|
|
1982
2026
|
"endIndex": 2
|
|
1983
2027
|
},
|
|
1984
2028
|
"isStatic": false,
|
|
1985
|
-
"isProtected": false
|
|
2029
|
+
"isProtected": false,
|
|
2030
|
+
"isAbstract": false
|
|
1986
2031
|
}
|
|
1987
2032
|
],
|
|
1988
2033
|
"implementsTokenRanges": []
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights XHR dependencies plugin, 3.0.0-beta.2301-
|
|
2
|
+
* Microsoft Application Insights XHR dependencies plugin, 3.0.0-beta.2301-14
|
|
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
|
-
* Application Insights JavaScript SDK - Dependencies Plugin, 3.0.0-beta.2301-
|
|
2
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 3.0.0-beta.2301-14
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1218,7 +1218,7 @@
|
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
1220
|
var _objDefineProperty = ObjDefineProperty;
|
|
1221
|
-
var version = "3.0.0-beta.2301-
|
|
1221
|
+
var version = "3.0.0-beta.2301-14";
|
|
1222
1222
|
var instanceName = "." + newId(6);
|
|
1223
1223
|
var _dataUid = 0;
|
|
1224
1224
|
function _createAccessor(target, prop, value) {
|