@unitedstatespowersquadrons/components 1.3.0-2 → 1.3.0-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.
Files changed (2) hide show
  1. package/Badges/index.ts +2 -0
  2. package/package.json +1 -1
package/Badges/index.ts CHANGED
@@ -24,6 +24,8 @@ export { default as RepoBadge } from "./Repo";
24
24
  export { default as SuiteBadge } from "./Suite";
25
25
  export { default as TagBadge } from "./Tag";
26
26
 
27
+ export type { CheckSuite, ReachableStatus } from "./types";
28
+
27
29
  export default {
28
30
  Badge,
29
31
  Branch,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unitedstatespowersquadrons/components",
3
- "version": "1.3.0-2",
3
+ "version": "1.3.0-3",
4
4
  "description": "USPS shared React components library",
5
5
  "main": "index.tsx",
6
6
  "scripts": {