mirror of
https://git.stamm.me/OpenServer/NodeLogging.git
synced 2024-11-21 22:19:23 +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",
|
"name": "@hibas123/nodelogging",
|
||||||
"version": "2.1.4",
|
"version": "2.1.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hibas123/logging": {
|
"@hibas123/logging": {
|
||||||
"version": "2.1.4",
|
"version": "2.1.5",
|
||||||
"resolved": "https://registry.npmjs.org/@hibas123/logging/-/logging-2.1.4.tgz",
|
"resolved": "https://registry.npmjs.org/@hibas123/logging/-/logging-2.1.5.tgz",
|
||||||
"integrity": "sha512-kNzEoZKaz8W7NF/jE0bunqXyIp6VbQ1t43L+6eC9FFbGh5+kbucbHDzcyUFtQsZTDVtq/U/S20iedZ8jwH0YRQ==",
|
"integrity": "sha512-sZ+BVepmWz8AmRXd1J4i9Ut+XxpkUwjfC0zx3gYDQhRElPg56+vGTm1AUwBxiYmAqz8L6hTz62OVF1PFetXyqw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@hibas123/utils": "^2.2.3"
|
"@hibas123/utils": "^2.2.3"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hibas123/nodelogging",
|
"name": "@hibas123/nodelogging",
|
||||||
"version": "2.1.4",
|
"version": "2.1.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.1.4",
|
"@hibas123/logging": "^2.1.5",
|
||||||
"@hibas123/utils": "^2.2.3"
|
"@hibas123/utils": "^2.2.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user