@microsoft/applicationinsights-properties-js 3.0.0-beta.2208-03 → 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 (34) hide show
  1. package/browser/applicationinsights-properties-js.integrity.json +9 -9
  2. package/browser/applicationinsights-properties-js.js +916 -860
  3. package/browser/applicationinsights-properties-js.js.map +1 -1
  4. package/browser/applicationinsights-properties-js.min.js +2 -2
  5. package/browser/applicationinsights-properties-js.min.js.map +1 -1
  6. package/dist/applicationinsights-properties-js.api.json +4 -8
  7. package/dist/applicationinsights-properties-js.d.ts +1 -1
  8. package/dist/applicationinsights-properties-js.js +916 -860
  9. package/dist/applicationinsights-properties-js.js.map +1 -1
  10. package/dist/applicationinsights-properties-js.min.js +2 -2
  11. package/dist/applicationinsights-properties-js.min.js.map +1 -1
  12. package/dist/applicationinsights-properties-js.rollup.d.ts +1 -1
  13. package/dist-esm/Context/Application.js +1 -1
  14. package/dist-esm/Context/Device.js +1 -1
  15. package/dist-esm/Context/Internal.js +2 -2
  16. package/dist-esm/Context/Internal.js.map +1 -1
  17. package/dist-esm/Context/Location.js +1 -1
  18. package/dist-esm/Context/Session.js +1 -1
  19. package/dist-esm/Context/TelemetryTrace.js +1 -1
  20. package/dist-esm/Context/User.js +1 -1
  21. package/dist-esm/Interfaces/IPropTelemetryContext.js +1 -1
  22. package/dist-esm/Interfaces/ITelemetryConfig.js +1 -1
  23. package/dist-esm/PropertiesPlugin.js +1 -1
  24. package/dist-esm/TelemetryContext.js +5 -5
  25. package/dist-esm/TelemetryContext.js.map +1 -1
  26. package/dist-esm/__DynamicConstants.js +4 -4
  27. package/dist-esm/__DynamicConstants.js.map +1 -1
  28. package/dist-esm/applicationinsights-properties-js.js +1 -1
  29. package/package.json +5 -4
  30. package/src/Context/Internal.ts +1 -1
  31. package/src/TelemetryContext.ts +4 -4
  32. package/src/__DynamicConstants.ts +3 -3
  33. package/tsconfig.json +1 -1
  34. 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.28.7",
4
+ "toolVersion": "7.29.2",
5
5
  "schemaVersion": 1009,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1083,11 +1083,7 @@
1083
1083
  },
1084
1084
  {
1085
1085
  "kind": "Content",
1086
- "text": " "
1087
- },
1088
- {
1089
- "kind": "Content",
1090
- "text": "implements "
1086
+ "text": " implements "
1091
1087
  },
1092
1088
  {
1093
1089
  "kind": "Reference",
@@ -1421,8 +1417,8 @@
1421
1417
  },
1422
1418
  "implementsTokenRanges": [
1423
1419
  {
1424
- "startIndex": 4,
1425
- "endIndex": 5
1420
+ "startIndex": 3,
1421
+ "endIndex": 4
1426
1422
  }
1427
1423
  ]
1428
1424
  },
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights properties plugin, 3.0.0-beta.2208-03
2
+ * Microsoft Application Insights properties 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