Update LoggingBase name

This commit is contained in:
Fabian Stamm
2021-05-08 22:18:51 +02:00
parent 249f701cb7
commit c58d75129d
4 changed files with 14 additions and 14 deletions

18
package-lock.json generated
View File

@ -1,15 +1,15 @@
{
"name": "@hibas123/nodelogging",
"version": "2.4.4",
"version": "3.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@hibas123/nodelogging",
"version": "2.4.4",
"version": "3.0.1",
"license": "MIT",
"dependencies": {
"@hibas123/logging": "^3.0.0",
"@hibas123/logging": "^3.0.3",
"@hibas123/utils": "^2.2.18"
},
"devDependencies": {
@ -107,9 +107,9 @@
}
},
"node_modules/@hibas123/logging": {
"version": "3.0.0",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-3.0.0.tgz",
"integrity": "sha512-wvi+rpoSMMDD4whCKro2nof5ZU1wHavKXGCTM8vNcx2wIwnqgOjN9DAHAhscZak8BhpU5uAGk+pIFTd778jdjA==",
"version": "3.0.3",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-3.0.3.tgz",
"integrity": "sha512-lFAQZ4N2fg/SMjcEcbcKqmkGuOgrTn+qVYvd2UEUoS28niDcvSzKdh6MpHfg7Ier0PhdPPHESTh7SSR+hRZEiw==",
"license": "MIT"
},
"node_modules/@hibas123/utils": {
@ -2179,9 +2179,9 @@
}
},
"@hibas123/logging": {
"version": "3.0.0",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-3.0.0.tgz",
"integrity": "sha512-wvi+rpoSMMDD4whCKro2nof5ZU1wHavKXGCTM8vNcx2wIwnqgOjN9DAHAhscZak8BhpU5uAGk+pIFTd778jdjA=="
"version": "3.0.3",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-3.0.3.tgz",
"integrity": "sha512-lFAQZ4N2fg/SMjcEcbcKqmkGuOgrTn+qVYvd2UEUoS28niDcvSzKdh6MpHfg7Ier0PhdPPHESTh7SSR+hRZEiw=="
},
"@hibas123/utils": {
"version": "2.2.18",