@settlemint/sdk-utils
Advanced tools
Comparing version 0.9.3-pr6423a294 to 0.9.3-pr6b04b337
@@ -570,2 +570,3 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
* @param pkgs - A single package name or array of package names to install | ||
* @param cwd - The directory to run the installation in | ||
* @returns A promise that resolves when installation is complete | ||
@@ -582,3 +583,3 @@ * @throws If package installation fails | ||
*/ | ||
declare function installDependencies(pkgs: string | string[]): Promise<void>; | ||
declare function installDependencies(pkgs: string | string[], cwd?: string): Promise<void>; | ||
@@ -585,0 +586,0 @@ /** |
@@ -79,2 +79,3 @@ import { AgentName } from 'package-manager-detector'; | ||
* @param pkgs - A single package name or array of package names to install | ||
* @param cwd - The directory to run the installation in | ||
* @returns A promise that resolves when installation is complete | ||
@@ -91,3 +92,3 @@ * @throws If package installation fails | ||
*/ | ||
declare function installDependencies(pkgs: string | string[]): Promise<void>; | ||
declare function installDependencies(pkgs: string | string[], cwd?: string): Promise<void>; | ||
@@ -94,0 +95,0 @@ /** |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.9.3-pr6423a294", | ||
"version": "0.9.3-pr6b04b337", | ||
"type": "module", | ||
@@ -67,3 +67,3 @@ "private": false, | ||
"is-in-ci": "1.0.0", | ||
"@antfu/install-pkg": "^0.5.0", | ||
"@antfu/install-pkg": "^1.0.0", | ||
"@dotenvx/dotenvx": "^1", | ||
@@ -70,0 +70,0 @@ "@manypkg/find-root": "^2.2.3", |
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
598009
4580
4
+ Added@antfu/install-pkg@1.0.0(transitive)
- Removed@antfu/install-pkg@0.5.0(transitive)
Updated@antfu/install-pkg@^1.0.0