@xylabs/logger
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -10,7 +10,7 @@ { | ||
"email": "support@xyo.network", | ||
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues" | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues" | ||
}, | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
"dependencies": { | ||
"@xylabs/error": "^4.0.1" | ||
"@xylabs/error": "^4.0.2" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
"type": "git", | ||
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
}, | ||
@@ -54,4 +54,4 @@ "keywords": [ | ||
"sideEffects": false, | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"type": "module" | ||
} |
import { getFunctionName } from './getFunctionName.ts' | ||
import { Logger } from './Logger.ts' | ||
import type { Logger } from './Logger.ts' | ||
@@ -4,0 +4,0 @@ export class IdLogger implements Logger { |
@@ -1,2 +0,2 @@ | ||
import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
const config: XyTsupConfig = { | ||
@@ -3,0 +3,0 @@ compile: { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21808
Updated@xylabs/error@^4.0.2