@settlemint/sdk-utils 2.5.1-main769a7e72 → 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.
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/sdk-utils",
3
3
  "description": "Shared utilities and helper functions for SettleMint SDK modules",
4
- "version": "2.5.1-main769a7e72",
4
+ "version": "2.5.1-main7aee004f",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",