fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2022-01-05 12:34:15 +01:00
parent b58af27719
commit c7708f4bc0
Signed by: Timo
GPG Key ID: DFAC2CF4E1D1BEC9
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ import build_debug from 'debug';
function debug (scope: string): build_debug.Debugger {
const namespace = `sapphirecode:auth-server-helper:${scope}`;
console.log ('register debugger', namespace);
return build_debug (namespace);
}

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/auth-server-helper",
"version": "2.2.2",
"version": "2.2.3",
"main": "dist/index.js",
"author": {
"name": "Timo Hocker",