mirror of
https://git.stamm.me/OpenServer/NodeLogging.git
synced 2024-11-14 06:31:04 +00:00
Updating dependencies
This commit is contained in:
parent
b76d0083b6
commit
922af328a3
6
.editorconfig
Normal file
6
.editorconfig
Normal file
@ -0,0 +1,6 @@
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 3
|
||||
trim_trailing_whitespace = true
|
||||
end_of_line = lf
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@hibas123/nodelogging",
|
||||
"version": "2.1.4",
|
||||
"version": "2.1.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@hibas123/logging": {
|
||||
"version": "2.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@hibas123/logging/-/logging-2.1.4.tgz",
|
||||
"integrity": "sha512-kNzEoZKaz8W7NF/jE0bunqXyIp6VbQ1t43L+6eC9FFbGh5+kbucbHDzcyUFtQsZTDVtq/U/S20iedZ8jwH0YRQ==",
|
||||
"version": "2.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@hibas123/logging/-/logging-2.1.5.tgz",
|
||||
"integrity": "sha512-sZ+BVepmWz8AmRXd1J4i9Ut+XxpkUwjfC0zx3gYDQhRElPg56+vGTm1AUwBxiYmAqz8L6hTz62OVF1PFetXyqw==",
|
||||
"requires": {
|
||||
"@hibas123/utils": "^2.2.3"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hibas123/nodelogging",
|
||||
"version": "2.1.4",
|
||||
"version": "2.1.5",
|
||||
"description": "",
|
||||
"main": "out/index.js",
|
||||
"types": "out/index.d.ts",
|
||||
@ -32,7 +32,7 @@
|
||||
"typescript": "^3.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hibas123/logging": "^2.1.4",
|
||||
"@hibas123/logging": "^2.1.5",
|
||||
"@hibas123/utils": "^2.2.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user