@settlemint/sdk-utils
Advanced tools
Comparing version
@@ -71,4 +71,4 @@ import { z } from 'zod'; | ||
declare function writeEnv(env: Partial<DotEnv>, environment: string, secrets: boolean): Promise<void>; | ||
declare function writeEnv(env: Partial<DotEnv>, secrets: boolean): Promise<void>; | ||
export { loadEnv, writeEnv }; |
@@ -105,3 +105,3 @@ import { z, ZodSchema } from 'zod'; | ||
declare function writeEnv(env: Partial<DotEnv>, environment: string, secrets: boolean): Promise<void>; | ||
declare function writeEnv(env: Partial<DotEnv>, secrets: boolean): Promise<void>; | ||
@@ -108,0 +108,0 @@ declare function ensureFolder(path: string): void; |
@@ -0,1 +1,3 @@ | ||
import { Options } from 'nano-spawn'; | ||
declare const ascii: () => void; | ||
@@ -11,2 +13,8 @@ | ||
declare function run({ command, args, options, }: { | ||
command: string; | ||
args: string[]; | ||
options?: Options; | ||
}): Promise<string>; | ||
interface SpinnerOptions<R> { | ||
@@ -19,2 +27,2 @@ startMessage: string; | ||
export { ascii, cancel, intro, note, outro, spinner }; | ||
export { ascii, cancel, intro, note, outro, run, spinner }; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.5.0", | ||
"version": "0.5.1-main0962109", | ||
"type": "module", | ||
@@ -66,2 +66,3 @@ "private": false, | ||
"find-up": "^7", | ||
"nano-spawn": "^0.1.0", | ||
"yocto-spinner": "^0.1", | ||
@@ -68,0 +69,0 @@ "yoctocolors": "^2" |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
161365
12.79%1560
11.35%0
-100%8
14.29%+ Added
+ Added