File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ export type CustomClientConfig = {
627
627
export const DEFAULT_CLIENT_CONFIG_VERSION: ClientConfigVersion ;
628
628
629
629
// @public
630
- export const generateClientConfig: <T extends " 1.3 " | " 0 " | " 1" | " 1.1 " | " 1.2 " >(backendIdentifier : DeployedBackendIdentifier , version : T , awsClientProvider ? : AWSClientProvider <{
630
+ export const generateClientConfig: <T extends " 1" | " 1.1 " | " 1.2 " | " 1.3 " | " 0 " >(backendIdentifier : DeployedBackendIdentifier , version : T , awsClientProvider ? : AWSClientProvider <{
631
631
getS3Client: S3Client ;
632
632
getAmplifyClient: AmplifyClient ;
633
633
getCloudFormationClient: CloudFormationClient ;
Original file line number Diff line number Diff line change @@ -190,12 +190,12 @@ export const packageJsonSchema: z.ZodObject<{
190
190
type: z .ZodOptional <z .ZodUnion <[z .ZodLiteral <" module" >, z .ZodLiteral <" commonjs" >]>>;
191
191
}, " strip" , z .ZodTypeAny , {
192
192
name? : string | undefined ;
193
- version? : string | undefined ;
194
193
type? : " module" | " commonjs" | undefined ;
194
+ version? : string | undefined ;
195
195
}, {
196
196
name? : string | undefined ;
197
- version? : string | undefined ;
198
197
type? : " module" | " commonjs" | undefined ;
198
+ version? : string | undefined ;
199
199
}>;
200
200
201
201
// @public
You can’t perform that action at this time.
0 commit comments