@settlemint/sdk-utils
Advanced tools
Comparing version 0.6.23 to 0.6.24-pr470d24c
@@ -42,2 +42,3 @@ import { z } from 'zod'; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000003">; | ||
SETTLEMINT_SMART_CONTRACT_SET: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -79,2 +80,3 @@ SETTLEMINT_INSTANCE: string; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}, { | ||
@@ -116,2 +118,3 @@ SETTLEMINT_INSTANCE: string; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}>; | ||
@@ -155,2 +158,3 @@ type DotEnv = z.infer<typeof DotEnvSchema>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000003">>; | ||
SETTLEMINT_SMART_CONTRACT_SET: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -192,2 +196,3 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY?: "0x5e771e1417100000000000000000000000000003" | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}, { | ||
@@ -229,2 +234,3 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY?: "0x5e771e1417100000000000000000000000000003" | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}>; | ||
@@ -231,0 +237,0 @@ type DotEnvPartial = z.infer<typeof DotEnvSchemaPartial>; |
@@ -51,2 +51,3 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000003">; | ||
SETTLEMINT_SMART_CONTRACT_SET: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -88,2 +89,3 @@ SETTLEMINT_INSTANCE: string; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}, { | ||
@@ -125,2 +127,3 @@ SETTLEMINT_INSTANCE: string; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}>; | ||
@@ -164,2 +167,3 @@ type DotEnv = z.infer<typeof DotEnvSchema>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000003">>; | ||
SETTLEMINT_SMART_CONTRACT_SET: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -201,2 +205,3 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY?: "0x5e771e1417100000000000000000000000000003" | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}, { | ||
@@ -238,2 +243,3 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY?: "0x5e771e1417100000000000000000000000000003" | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}>; | ||
@@ -240,0 +246,0 @@ type DotEnvPartial = z.infer<typeof DotEnvSchemaPartial>; |
@@ -48,2 +48,3 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000003">; | ||
SETTLEMINT_SMART_CONTRACT_SET: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -85,2 +86,3 @@ SETTLEMINT_INSTANCE: string; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}, { | ||
@@ -122,2 +124,3 @@ SETTLEMINT_INSTANCE: string; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}>; | ||
@@ -161,2 +164,3 @@ type DotEnv = z.infer<typeof DotEnvSchema>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000003">>; | ||
SETTLEMINT_SMART_CONTRACT_SET: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -198,2 +202,3 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY?: "0x5e771e1417100000000000000000000000000003" | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}, { | ||
@@ -235,2 +240,3 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY?: "0x5e771e1417100000000000000000000000000003" | undefined; | ||
SETTLEMINT_SMART_CONTRACT_SET?: string | undefined; | ||
}>; | ||
@@ -237,0 +243,0 @@ type DotEnvPartial = z.infer<typeof DotEnvSchemaPartial>; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.6.23", | ||
"version": "0.6.24-pr470d24c", | ||
"type": "module", | ||
@@ -64,3 +64,3 @@ "private": false, | ||
"dependencies": { | ||
"@antfu/install-pkg": "^0.4", | ||
"@antfu/install-pkg": "^0.5.0", | ||
"@dotenvx/dotenvx": "^1", | ||
@@ -67,0 +67,0 @@ "@npmcli/package-json": "^6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
312403
2801
+ Added@antfu/install-pkg@0.5.0(transitive)
- Removed@antfu/install-pkg@0.4.1(transitive)
Updated@antfu/install-pkg@^0.5.0