@settlemint/sdk-utils 2.5.1 → 2.5.2

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