@authing/react-ui-components 3.1.0-rc.3 → 3.1.0-rc.4
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.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3135,7 +3135,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3135
3135
|
|
|
3136
3136
|
}
|
|
3137
3137
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3138
|
-
const _default: "3.1.0-rc.
|
|
3138
|
+
const _default: "3.1.0-rc.4";
|
|
3139
3139
|
export default _default;
|
|
3140
3140
|
|
|
3141
3141
|
}
|