Compare commits

..

No commits in common. "b3f6a6c3f2d4cf568b2559111ec07ec40949bb59" and "558ddad8005292d767d826eea29b6e084d2d75c5" have entirely different histories.

2 changed files with 7 additions and 14 deletions

17
package-lock.json generated
View File

@ -1,22 +1,15 @@
{ {
"name": "@hibas123/nodelogging", "name": "@hibas123/nodelogging",
"version": "2.4.0", "version": "2.3.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@hibas123/logging": { "@hibas123/logging": {
"version": "2.4.1", "version": "2.3.5",
"resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.4.1.tgz", "resolved": "https://npm.hibas123.de/@hibas123%2flogging/-/logging-2.3.5.tgz",
"integrity": "sha512-QYm/Npp3+H6KF31pwWTl1TSK8uXwkJSpaz/byXZVAD2okrMs+UNTB6ZUDVrzypgaxYn/4UsOeWrXMnVI+dubPQ==", "integrity": "sha512-fVy1A/CwarXeS07OYOdxGsnSibefvS0QS5j/LVw7ceoy0tet6hXnL9BUGQwBscNlr71sEHtnSVeQm06TKdgEKA==",
"requires": { "requires": {
"@hibas123/utils": "^2.2.4" "@hibas123/utils": "^2.2.3"
},
"dependencies": {
"@hibas123/utils": {
"version": "2.2.4",
"resolved": "https://npm.hibas123.de/@hibas123%2futils/-/utils-2.2.4.tgz",
"integrity": "sha512-Mx9H73Q2PNLzqRp3sHN7esskhUJ6pNFHht6u0ykYeHt6jb/kdsISCQPvIHWC32cvAWylBFQ2qHF1dEFEcZyL+Q=="
}
} }
}, },
"@hibas123/utils": { "@hibas123/utils": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@hibas123/nodelogging", "name": "@hibas123/nodelogging",
"version": "2.4.1", "version": "2.3.5",
"description": "", "description": "",
"main": "out/index.js", "main": "out/index.js",
"types": "out/index.d.ts", "types": "out/index.d.ts",
@ -32,7 +32,7 @@
"typescript": "^3.8.3" "typescript": "^3.8.3"
}, },
"dependencies": { "dependencies": {
"@hibas123/logging": "^2.4.1", "@hibas123/logging": "^2.3.5",
"@hibas123/utils": "^2.2.3" "@hibas123/utils": "^2.2.3"
} }
} }