@settlemint/sdk-utils
Advanced tools
Comparing version 0.6.22-pr5c3216a to 0.6.22-pr5f85963
import { ZodString, z, ZodSchema } from 'zod'; | ||
import { AgentName } from 'package-manager-detector'; | ||
@@ -367,3 +368,3 @@ declare function capitalizeFirstLetter(val: string): string; | ||
declare function getPackageManager(targetDir: string): Promise<"yarn" | "pnpm" | "bun" | "npm">; | ||
declare function getPackageManager(targetDir: string): Promise<AgentName>; | ||
@@ -370,0 +371,0 @@ declare function installDependencies(pkgs: string | string[]): Promise<void>; |
@@ -0,1 +1,3 @@ | ||
import { AgentName } from 'package-manager-detector'; | ||
/** | ||
@@ -73,3 +75,3 @@ * Array of available templates for project creation. | ||
declare function getPackageManager(targetDir: string): Promise<"yarn" | "pnpm" | "bun" | "npm">; | ||
declare function getPackageManager(targetDir: string): Promise<AgentName>; | ||
@@ -76,0 +78,0 @@ declare function installDependencies(pkgs: string | string[]): Promise<void>; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.6.22-pr5c3216a", | ||
"version": "0.6.22-pr5f85963", | ||
"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
309065
2777