@ctx-core/error
Advanced tools
Comparing version 4.0.7 to 4.0.8
@@ -5,5 +5,5 @@ /** | ||
*/ | ||
import { assign, clone, defaults } from '@ctx-core/object/lib.js' | ||
import { log, error, debug } from '@ctx-core/logger/lib.js' | ||
const logPrefix = '@ctx-core/error/lib.js' | ||
import { assign, clone, defaults } from '@ctx-core/object' | ||
import { log, error, debug } from '@ctx-core/logger' | ||
const logPrefix = '@ctx-core/error' | ||
/** | ||
@@ -10,0 +10,0 @@ * ctx used to throw & catch errors |
{ | ||
"name": "@ctx-core/error", | ||
"version": "4.0.7", | ||
"version": "4.0.8", | ||
"description": "ctx-core error", | ||
@@ -24,6 +24,6 @@ "main": "lib.js", | ||
"dependencies": { | ||
"@ctx-core/logger": "^3.0.7", | ||
"@ctx-core/object": "^3.1.3" | ||
"@ctx-core/logger": "^3.0.8", | ||
"@ctx-core/object": "^3.1.4" | ||
}, | ||
"gitHead": "cd0e025c614189d4d12f32fb9549717da707b5de" | ||
"gitHead": "d42b7cccfdd69d0ddc4a3da0fc54c783eb4ac0c3" | ||
} |
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
9172
Updated@ctx-core/logger@^3.0.8
Updated@ctx-core/object@^3.1.4