@settlemint/sdk-utils
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import { ZodString, ZodType, z } from "zod/v4"; | ||
import { ZodString, ZodType, z } from "zod"; | ||
@@ -3,0 +3,0 @@ //#region src/validation/validate.d.ts |
@@ -77,3 +77,3 @@ //#region src/logging/logger.d.ts | ||
//#endregion | ||
export { LogLevel, Logger, LoggerOptions, createLogger, maskTokens, requestLogger }; | ||
export { type LogLevel, type Logger, type LoggerOptions, createLogger, maskTokens, requestLogger }; | ||
//# sourceMappingURL=logging.d.ts.map |
import { SpawnOptionsWithoutStdio } from "node:child_process"; | ||
import { Spinner } from "yocto-spinner"; | ||
import { Dictionary } from "console-table-printer/dist/src/models/common.js"; | ||
@@ -212,3 +213,3 @@ //#region src/terminal/ascii.d.ts | ||
*/ | ||
declare function table(title: string, data: unknown[]): void; | ||
declare function table(title: string, data: Dictionary[]): void; | ||
//#endregion | ||
@@ -230,3 +231,3 @@ //#region src/logging/mask-tokens.d.ts | ||
//#endregion | ||
export { CancelError, CommandError, ExecuteCommandOptions, SpinnerError, SpinnerOptions, ascii, cancel, executeCommand, intro, list, maskTokens, note, outro, spinner, table }; | ||
export { CancelError, CommandError, type ExecuteCommandOptions, SpinnerError, type SpinnerOptions, ascii, cancel, executeCommand, intro, list, maskTokens, note, outro, spinner, table }; | ||
//# sourceMappingURL=terminal.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { ZodString, ZodType, z } from "zod/v4"; | ||
import { ZodString, ZodType, z } from "zod"; | ||
@@ -258,3 +258,3 @@ //#region src/validation/validate.d.ts | ||
//#endregion | ||
export { AccessToken, AccessTokenSchema, ApplicationAccessToken, ApplicationAccessTokenSchema, DotEnv, DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, Id, IdSchema, LOCAL_INSTANCE, PersonalAccessToken, PersonalAccessTokenSchema, STANDALONE_INSTANCE, UniqueNameSchema, Url, UrlOrPath, UrlOrPathSchema, UrlPath, UrlPathSchema, UrlSchema, validate }; | ||
export { type AccessToken, AccessTokenSchema, type ApplicationAccessToken, ApplicationAccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, LOCAL_INSTANCE, type PersonalAccessToken, PersonalAccessTokenSchema, STANDALONE_INSTANCE, UniqueNameSchema, type Url, type UrlOrPath, UrlOrPathSchema, type UrlPath, UrlPathSchema, UrlSchema, validate }; | ||
//# sourceMappingURL=validation.d.ts.map |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "Shared utilities and helper functions for SettleMint SDK modules", | ||
"version": "2.5.1-preb1b4a7e", | ||
"version": "2.5.1-pred474268", | ||
"type": "module", | ||
@@ -68,3 +68,2 @@ "private": false, | ||
"dependencies": { | ||
"is-in-ci": "^1", | ||
"@antfu/install-pkg": "^1", | ||
@@ -78,6 +77,9 @@ "@dotenvx/dotenvx": "^1", | ||
"find-up": "^7", | ||
"glob": "11.0.3", | ||
"is-in-ci": "^1", | ||
"nano-spawn": "^1.0.0", | ||
"package-manager-detector": "^1.0.0", | ||
"yocto-spinner": "^1.0.0", | ||
"yoctocolors": "^2" | ||
"yoctocolors": "^2", | ||
"zod": "^4" | ||
}, | ||
@@ -84,0 +86,0 @@ "peerDependencies": {}, |
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
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
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
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
Sorry, the diff of this file is not supported yet
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
19
-55.81%851922
-89.55%15
15.38%9205
-89.9%2
100%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added