@authing/react-ui-components 3.0.8 → 3.0.9-rc.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.
- package/lib/index.d.ts +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2545,7 +2545,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2545
2545
|
|
|
2546
2546
|
}
|
|
2547
2547
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2548
|
-
const _default: "3.0.
|
|
2548
|
+
const _default: "3.0.9-rc.3";
|
|
2549
2549
|
export default _default;
|
|
2550
2550
|
|
|
2551
2551
|
}
|