@authing/react-ui-components 3.1.39-publish.config.1 → 3.1.40-rc.0

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 CHANGED
@@ -4166,7 +4166,7 @@ declare module '@authing/react-ui-components/components/version/index' {
4166
4166
 
4167
4167
  }
4168
4168
  declare module '@authing/react-ui-components/components/version/version' {
4169
- const _default: "3.1.39-publish.config.1";
4169
+ const _default: "3.1.40-rc.0";
4170
4170
  export default _default;
4171
4171
 
4172
4172
  }
@@ -4560,30 +4560,13 @@ declare module '@authing/react-ui-components/reportWebVitals' {
4560
4560
  declare module '@authing/react-ui-components/scripts/build' {
4561
4561
  export {};
4562
4562
 
4563
- }
4564
- declare module '@authing/react-ui-components/scripts/dev/generate-version' {
4565
- export function generateVersion(): void;
4566
-
4567
- }
4568
- declare module '@authing/react-ui-components/scripts/dev/pre-build' {
4569
- export function run(bin: any, args: any, opts?: {}): any;
4570
- export function step(msg: any, color?: string): void;
4571
-
4572
- }
4573
- declare module '@authing/react-ui-components/scripts/dev/publish' {
4574
- export function publish(tag: any): Promise<void>;
4575
-
4576
- }
4577
- declare module '@authing/react-ui-components/scripts/dev/tag' {
4578
- export function feLog(): void;
4579
-
4580
4563
  }
4581
4564
  declare module '@authing/react-ui-components/scripts/generate-examples' {
4582
4565
  export {};
4583
4566
 
4584
4567
  }
4585
4568
  declare module '@authing/react-ui-components/scripts/generate-version' {
4586
- export function generateVersion(): void;
4569
+ export {};
4587
4570
 
4588
4571
  }
4589
4572
  declare module '@authing/react-ui-components/scripts/lib' {
@@ -4603,7 +4586,7 @@ declare module '@authing/react-ui-components/scripts/start' {
4603
4586
 
4604
4587
  }
4605
4588
  declare module '@authing/react-ui-components/scripts/tag' {
4606
- export function feLog(): void;
4589
+ export {};
4607
4590
 
4608
4591
  }
4609
4592
  declare module '@authing/react-ui-components/scripts/test' {