@settlemint/sdk-utils 2.5.1-main6776d3a9 → 2.5.1-main7aee004f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/logging.d.cts +1 -1
- package/dist/logging.d.ts +1 -1
- package/dist/terminal.d.cts +1 -1
- package/dist/terminal.d.ts +1 -1
- package/dist/validation.d.cts +1 -1
- package/dist/validation.d.ts +1 -1
- package/package.json +1 -1
package/dist/logging.d.cts
CHANGED
|
@@ -74,5 +74,5 @@ declare function requestLogger(logger: Logger, name: string, fn: typeof fetch):
|
|
|
74
74
|
*/
|
|
75
75
|
declare const maskTokens: (output: string) => string;
|
|
76
76
|
//#endregion
|
|
77
|
-
export { LogLevel, Logger, LoggerOptions, createLogger, maskTokens, requestLogger };
|
|
77
|
+
export { type LogLevel, type Logger, type LoggerOptions, createLogger, maskTokens, requestLogger };
|
|
78
78
|
//# sourceMappingURL=logging.d.cts.map
|
package/dist/logging.d.ts
CHANGED
|
@@ -74,5 +74,5 @@ declare function requestLogger(logger: Logger, name: string, fn: typeof fetch):
|
|
|
74
74
|
*/
|
|
75
75
|
declare const maskTokens: (output: string) => string;
|
|
76
76
|
//#endregion
|
|
77
|
-
export { LogLevel, Logger, LoggerOptions, createLogger, maskTokens, requestLogger };
|
|
77
|
+
export { type LogLevel, type Logger, type LoggerOptions, createLogger, maskTokens, requestLogger };
|
|
78
78
|
//# sourceMappingURL=logging.d.ts.map
|
package/dist/terminal.d.cts
CHANGED
|
@@ -226,5 +226,5 @@ declare function table(title: string, data: unknown[]): void;
|
|
|
226
226
|
*/
|
|
227
227
|
declare const maskTokens: (output: string) => string;
|
|
228
228
|
//#endregion
|
|
229
|
-
export { CancelError, CommandError, ExecuteCommandOptions, SpinnerError, SpinnerOptions, ascii, cancel, executeCommand, intro, list, maskTokens, note, outro, spinner, table };
|
|
229
|
+
export { CancelError, CommandError, type ExecuteCommandOptions, SpinnerError, type SpinnerOptions, ascii, cancel, executeCommand, intro, list, maskTokens, note, outro, spinner, table };
|
|
230
230
|
//# sourceMappingURL=terminal.d.cts.map
|
package/dist/terminal.d.ts
CHANGED
|
@@ -226,5 +226,5 @@ declare function table(title: string, data: unknown[]): void;
|
|
|
226
226
|
*/
|
|
227
227
|
declare const maskTokens: (output: string) => string;
|
|
228
228
|
//#endregion
|
|
229
|
-
export { CancelError, CommandError, ExecuteCommandOptions, SpinnerError, SpinnerOptions, ascii, cancel, executeCommand, intro, list, maskTokens, note, outro, spinner, table };
|
|
229
|
+
export { CancelError, CommandError, type ExecuteCommandOptions, SpinnerError, type SpinnerOptions, ascii, cancel, executeCommand, intro, list, maskTokens, note, outro, spinner, table };
|
|
230
230
|
//# sourceMappingURL=terminal.d.ts.map
|
package/dist/validation.d.cts
CHANGED
|
@@ -255,5 +255,5 @@ type UrlPath = z.infer<typeof UrlPathSchema>;
|
|
|
255
255
|
declare const UrlOrPathSchema: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
256
256
|
type UrlOrPath = z.infer<typeof UrlOrPathSchema>;
|
|
257
257
|
//#endregion
|
|
258
|
-
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 };
|
|
258
|
+
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 };
|
|
259
259
|
//# sourceMappingURL=validation.d.cts.map
|
package/dist/validation.d.ts
CHANGED
|
@@ -255,5 +255,5 @@ type UrlPath = z.infer<typeof UrlPathSchema>;
|
|
|
255
255
|
declare const UrlOrPathSchema: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
256
256
|
type UrlOrPath = z.infer<typeof UrlOrPathSchema>;
|
|
257
257
|
//#endregion
|
|
258
|
-
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 };
|
|
258
|
+
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 };
|
|
259
259
|
//# sourceMappingURL=validation.d.ts.map
|
package/package.json
CHANGED