@settlemint/sdk-utils
Advanced tools
Comparing version 1.0.9-pr5f0bc595 to 1.0.9-pr770bbed6
@@ -77,6 +77,2 @@ import { z } from 'zod'; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>; | ||
/** Address of the deployed smart contract */ | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS: z.ZodOptional<z.ZodString>; | ||
/** Deployment ID of the smart contract */ | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -117,4 +113,2 @@ SETTLEMINT_INSTANCE: string; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined; | ||
}, { | ||
@@ -155,4 +149,2 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined; | ||
}>; | ||
@@ -202,4 +194,2 @@ /** | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -240,4 +230,2 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined; | ||
}, { | ||
@@ -278,4 +266,2 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined; | ||
}>; | ||
@@ -282,0 +268,0 @@ /** |
@@ -23,3 +23,3 @@ import { SpawnOptionsWithoutStdio } from 'node:child_process'; | ||
/** | ||
* Displays an error message in red inverse text and exits the process. | ||
* Displays an error message in red inverse text and throws a CancelError. | ||
* Used to terminate execution with a visible error message. | ||
@@ -26,0 +26,0 @@ * Any sensitive tokens in the message are masked before display. |
@@ -111,6 +111,2 @@ import { ZodSchema, ZodString, z } from 'zod'; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>; | ||
/** Address of the deployed smart contract */ | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS: z.ZodOptional<z.ZodString>; | ||
/** Deployment ID of the smart contract */ | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -151,4 +147,2 @@ SETTLEMINT_INSTANCE: string; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined; | ||
}, { | ||
@@ -189,4 +183,2 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined; | ||
}>; | ||
@@ -236,4 +228,2 @@ /** | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -274,4 +264,2 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined; | ||
}, { | ||
@@ -312,4 +300,2 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined; | ||
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined; | ||
}>; | ||
@@ -316,0 +302,0 @@ /** |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "Shared utilities and helper functions for SettleMint SDK modules", | ||
"version": "1.0.9-pr5f0bc595", | ||
"version": "1.0.9-pr770bbed6", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "private": false, |
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
Sorry, the diff of this file is too big to display
504749
3519
1791