This commit is contained in:
parent
b58af27719
commit
c7708f4bc0
@ -2,7 +2,6 @@ import build_debug from 'debug';
|
|||||||
|
|
||||||
function debug (scope: string): build_debug.Debugger {
|
function debug (scope: string): build_debug.Debugger {
|
||||||
const namespace = `sapphirecode:auth-server-helper:${scope}`;
|
const namespace = `sapphirecode:auth-server-helper:${scope}`;
|
||||||
console.log ('register debugger', namespace);
|
|
||||||
return build_debug (namespace);
|
return build_debug (namespace);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/auth-server-helper",
|
"name": "@sapphirecode/auth-server-helper",
|
||||||
"version": "2.2.2",
|
"version": "2.2.3",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Timo Hocker",
|
"name": "Timo Hocker",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user