@scalar/api-reference-react 0.3.128 → 0.3.130

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/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.3.130
4
+
5
+ ### Patch Changes
6
+
7
+ - @scalar/api-reference@1.25.54
8
+
9
+ ## 0.3.129
10
+
11
+ ### Patch Changes
12
+
13
+ - 0e19781: feat: fix reactivitiy of references + client
14
+ - Updated dependencies [fb798c8]
15
+ - Updated dependencies [cf4e9c4]
16
+ - Updated dependencies [6108625]
17
+ - Updated dependencies [cfe9b85]
18
+ - Updated dependencies [6599473]
19
+ - Updated dependencies [bb3dc9d]
20
+ - Updated dependencies [0e19781]
21
+ - Updated dependencies [ac0f8f1]
22
+ - @scalar/api-reference@1.25.53
23
+
3
24
  ## 0.3.128
4
25
 
5
26
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- import { default as default_2 } from 'react';
1
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
2
2
  import { ReferenceProps } from '@scalar/api-reference';
3
3
 
4
4
  /**
5
5
  * React wrapper around the Scalar API Reference
6
6
  */
7
- export declare const ApiReferenceReact: (props: ReferenceProps) => default_2.JSX.Element;
7
+ export declare const ApiReferenceReact: (props: ReferenceProps) => JSX_2.Element;
8
8
 
9
9
  export { ReferenceProps }
10
10