@pippocao/bqlog 2.2.7 → 2.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/prebuilds/darwin-arm64/BqLog.node +0 -0
- package/prebuilds/darwin-x64/BqLog.node +0 -0
- package/prebuilds/dragonfly-x64/BqLog.node +0 -0
- package/prebuilds/freebsd-arm64/BqLog.node +0 -0
- package/prebuilds/freebsd-x64/BqLog.node +0 -0
- package/prebuilds/linux-arm64/BqLog.node +0 -0
- package/prebuilds/linux-ia32/BqLog.node +0 -0
- package/prebuilds/linux-x64/BqLog.node +0 -0
- package/prebuilds/netbsd-arm64/BqLog.node +0 -0
- package/prebuilds/netbsd-x64/BqLog.node +0 -0
- package/prebuilds/openbsd-arm64/BqLog.node +0 -0
- package/prebuilds/openbsd-x64/BqLog.node +0 -0
- package/prebuilds/sunos-x64/BqLog.node +0 -0
- package/prebuilds/win32-arm64/BqLog.node +0 -0
- package/prebuilds/win32-arm64/BqLog.pdb +0 -0
- package/prebuilds/win32-x64/BqLog.node +0 -0
- package/prebuilds/win32-x64/BqLog.pdb +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pippocao/bqlog",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.9",
|
|
4
4
|
"description": "High-performance cross-platform logging library for Node.js, with native C++ core. Supports sync/async modes, compressed file appenders, category logging, and more.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "pippocao",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"postpublish": "node -e \"try{require('fs').unlinkSync('README.md')}catch(e){}\""
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@types/node": "^22.19.
|
|
61
|
+
"@types/node": "^22.19.17",
|
|
62
62
|
"typescript": "^5.9.3"
|
|
63
63
|
},
|
|
64
64
|
"engines": {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|