Update version

This commit is contained in:
Fabian Stamm 2021-05-09 22:35:15 +02:00
parent ca8dffecff
commit c372016397
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/nodelogging",
"version": "3.0.9",
"version": "3.0.10",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -32,7 +32,7 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@hibas123/logging": "^3.0.6",
"@hibas123/logging": "^3.0.8",
"@hibas123/utils": "^2.2.18"
}
}