@microsoft/applicationinsights-dependencies-js 3.0.0-beta.2208-14 → 3.0.0-beta.2208-16

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.
Files changed (30) hide show
  1. package/browser/applicationinsights-dependencies-js.integrity.json +9 -9
  2. package/browser/applicationinsights-dependencies-js.js +684 -680
  3. package/browser/applicationinsights-dependencies-js.js.map +1 -1
  4. package/browser/applicationinsights-dependencies-js.min.js +2 -2
  5. package/browser/applicationinsights-dependencies-js.min.js.map +1 -1
  6. package/dist/applicationinsights-dependencies-js.api.json +6 -10
  7. package/dist/applicationinsights-dependencies-js.d.ts +1 -1
  8. package/dist/applicationinsights-dependencies-js.js +684 -680
  9. package/dist/applicationinsights-dependencies-js.js.map +1 -1
  10. package/dist/applicationinsights-dependencies-js.min.js +2 -2
  11. package/dist/applicationinsights-dependencies-js.min.js.map +1 -1
  12. package/dist/applicationinsights-dependencies-js.rollup.d.ts +1 -1
  13. package/dist-esm/DependencyListener.js +1 -1
  14. package/dist-esm/InternalConstants.js +4 -4
  15. package/dist-esm/InternalConstants.js.map +1 -1
  16. package/dist-esm/__DynamicConstants.js +18 -20
  17. package/dist-esm/__DynamicConstants.js.map +1 -1
  18. package/dist-esm/ajax.js +39 -38
  19. package/dist-esm/ajax.js.map +1 -1
  20. package/dist-esm/ajaxRecord.js +4 -4
  21. package/dist-esm/ajaxRecord.js.map +1 -1
  22. package/dist-esm/ajaxUtils.js +1 -1
  23. package/dist-esm/applicationinsights-dependencies-js.js +1 -1
  24. package/package.json +5 -4
  25. package/src/InternalConstants.ts +3 -3
  26. package/src/__DynamicConstants.ts +17 -19
  27. package/src/ajax.ts +8 -7
  28. package/tsconfig.json +1 -1
  29. package/types/__DynamicConstants.d.ts +14 -16
  30. 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.29.0",
4
+ "toolVersion": "7.29.2",
5
5
  "schemaVersion": 1009,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -188,11 +188,7 @@
188
188
  },
189
189
  {
190
190
  "kind": "Content",
191
- "text": " "
192
- },
193
- {
194
- "kind": "Content",
195
- "text": "implements "
191
+ "text": " implements "
196
192
  },
197
193
  {
198
194
  "kind": "Reference",
@@ -861,12 +857,12 @@
861
857
  },
862
858
  "implementsTokenRanges": [
863
859
  {
864
- "startIndex": 4,
865
- "endIndex": 5
860
+ "startIndex": 3,
861
+ "endIndex": 4
866
862
  },
867
863
  {
868
- "startIndex": 6,
869
- "endIndex": 7
864
+ "startIndex": 5,
865
+ "endIndex": 6
870
866
  }
871
867
  ]
872
868
  },
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights XHR dependencies plugin, 3.0.0-beta.2208-14
2
+ * Microsoft Application Insights XHR dependencies plugin, 3.0.0-beta.2208-16
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team