@scalar/api-reference-react 0.6.0 → 0.6.2

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,20 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0fb83f2: chore: export types from the react package for ease of use
8
+ - @scalar/api-reference@1.28.5
9
+
10
+ ## 0.6.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [ebc29d5]
15
+ - Updated dependencies [3af0c08]
16
+ - @scalar/api-reference@1.28.4
17
+
3
18
  ## 0.6.0
4
19
 
5
20
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -1,3 +1,5 @@
1
1
  export * from './ApiReferenceReact.js';
2
+ /** Re-export types for ease of use */
3
+ export type { ApiReferenceConfiguration, ApiReferenceConfigurationWithSources, MultiReferenceConfiguration, } from '@scalar/types/api-reference';
2
4
  export type { ReferenceProps } from '@scalar/api-reference';
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,YAAY,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AAEnC,sCAAsC;AACtC,YAAY,EACV,yBAAyB,EACzB,oCAAoC,EACpC,2BAA2B,GAC5B,MAAM,6BAA6B,CAAA;AACpC,YAAY,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA"}