We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf7dbe commit bcaf29aCopy full SHA for bcaf29a
log4bot/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bpinternal/log4bot",
3
- "version": "0.0.25",
+ "version": "0.0.26",
4
"description": "Just a Logger",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
@@ -15,13 +15,13 @@
15
"chalk": "4.1.2",
16
"lodash": "4.17.21",
17
"moment": "2.30.1",
18
- "regex-parser": "2.3.0"
+ "regex-parser": "2.3.1"
19
},
20
"devDependencies": {
21
- "@types/lodash": "4.17.15",
22
- "@types/node": "18.19.75",
+ "@types/lodash": "4.17.16",
+ "@types/node": "18.19.80",
23
"tsup": "^8.0.1",
24
- "typescript": "5.7.3",
+ "typescript": "5.8.2",
25
"vitest": "1.6.0"
26
27
"scripts": {
0 commit comments