@settlemint/sdk-utils
Advanced tools
Comparing version 0.5.24 to 0.5.25-main3e4dd83
@@ -216,4 +216,6 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
declare function installDependencies(pkgs: string | string[]): Promise<void>; | ||
declare function ensureServer(): void; | ||
export { type AccessToken, AccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, type Url, UrlSchema, ensureFolder, ensureServer, getPackageManager, loadEnv, projectRoot, validate, writeEnv }; | ||
export { type AccessToken, AccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, type Url, UrlSchema, ensureFolder, ensureServer, getPackageManager, installDependencies, loadEnv, projectRoot, validate, writeEnv }; |
declare function getPackageManager(targetDir: string): Promise<"yarn" | "pnpm" | "bun" | "npm">; | ||
export { getPackageManager }; | ||
declare function installDependencies(pkgs: string | string[]): Promise<void>; | ||
export { getPackageManager, installDependencies }; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.5.24", | ||
"version": "0.5.25-main3e4dd83", | ||
"type": "module", | ||
@@ -61,3 +61,3 @@ "private": false, | ||
"dependencies": { | ||
"@antfu/ni": "^0.23", | ||
"@antfu/install-pkg": "^0.4", | ||
"@dotenvx/dotenvx": "^1", | ||
@@ -67,3 +67,4 @@ "deepmerge-ts": "^7", | ||
"find-up": "^7", | ||
"nano-spawn": "^0.1.0", | ||
"nano-spawn": "^0.1", | ||
"package-manager-detector": "^0.2", | ||
"yocto-spinner": "^0.1", | ||
@@ -70,0 +71,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
202659
1916
9
+ Added@antfu/install-pkg@^0.4
+ Added@antfu/install-pkg@0.4.1(transitive)
+ Addedpackage-manager-detector@0.2.8(transitive)
+ Addedtinyexec@0.3.2(transitive)
- Removed@antfu/ni@^0.23
- Removed@antfu/ni@0.23.2(transitive)
Updatednano-spawn@^0.1