@microsoft/applicationinsights-react-js 3.3.3-nightly.2205-03 → 3.3.3

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.23.0",
4
+ "toolVersion": "7.23.1",
5
5
  "schemaVersion": 1005,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -776,6 +776,24 @@
776
776
  "kind": "Content",
777
777
  "text": "render(): "
778
778
  },
779
+ {
780
+ "kind": "Reference",
781
+ "text": "React.ReactElement",
782
+ "canonicalReference": "@types/react!~React.ReactElement:interface"
783
+ },
784
+ {
785
+ "kind": "Content",
786
+ "text": "<any, string | "
787
+ },
788
+ {
789
+ "kind": "Reference",
790
+ "text": "React.JSXElementConstructor",
791
+ "canonicalReference": "@types/react!~React.JSXElementConstructor:type"
792
+ },
793
+ {
794
+ "kind": "Content",
795
+ "text": "<any>> & "
796
+ },
779
797
  {
780
798
  "kind": "Reference",
781
799
  "text": "React.ReactNode",
@@ -790,7 +808,7 @@
790
808
  "isStatic": false,
791
809
  "returnTypeTokenRange": {
792
810
  "startIndex": 1,
793
- "endIndex": 2
811
+ "endIndex": 6
794
812
  },
795
813
  "releaseTag": "Public",
796
814
  "overloadIndex": 1,
@@ -71,7 +71,7 @@ export class AppInsightsErrorBoundary extends React_3.Component<IAppInsightsErro
71
71
  // (undocumented)
72
72
  componentDidCatch(error: Error, errorInfo: React_3.ErrorInfo): void;
73
73
  // (undocumented)
74
- render(): React_3.ReactNode;
74
+ render(): React_3.ReactElement<any, string | React_3.JSXElementConstructor<any>> & React_3.ReactNode;
75
75
  // (undocumented)
76
76
  state: {
77
77
  hasError: boolean;
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights react plugin, 3.3.3-nightly.2205-03
2
+ * Microsoft Application Insights react plugin, 3.3.3
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  *
@@ -61,7 +61,7 @@ declare namespace ApplicationInsights {
61
61
  hasError: boolean;
62
62
  };
63
63
  componentDidCatch(error: Error, errorInfo: React_3.ErrorInfo): void;
64
- render(): React_3.ReactNode;
64
+ render(): React_3.ReactElement<any, string | React_3.JSXElementConstructor<any>> & React_3.ReactNode;
65
65
  }
66
66
 
67
67
  type AppInsightsReactContext = Context<ReactPlugin>;
@@ -69,6 +69,7 @@ declare namespace ApplicationInsights {
69
69
  interface IAppInsightsErrorBoundaryProps {
70
70
  appInsights: ReactPlugin;
71
71
  onError: React_3.ComponentType<any>;
72
+ children: React_3.ReactElement;
72
73
  }
73
74
 
74
75
  interface IAppInsightsErrorBoundaryState {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - React Plugin, 3.3.3-nightly.2205-03
2
+ * Application Insights JavaScript SDK - React Plugin, 3.3.3
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1123,7 +1123,7 @@
1123
1123
  }
1124
1124
 
1125
1125
  var _objDefineProperty = ObjDefineProperty;
1126
- var version = "2.8.3-nightly.2205-03";
1126
+ var version = "2.8.3";
1127
1127
  var instanceName = "." + newId(6);
1128
1128
  var _dataUid = 0;
1129
1129
  function _createAccessor(target, prop, value) {