@andrew_l/binlog 0.2.17 → 0.2.19

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.
Files changed (2) hide show
  1. package/README.md +8 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # Binlog
2
2
 
3
- ![license](https://img.shields.io/npm/l/%40andrew_l%2Fbinlog)
4
- ![npm version](https://img.shields.io/npm/v/%40andrew_l%2Fbinlog)
5
- ![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Fbinlog)
3
+ [![npm version][npm-version-src]][npm-version-href]
4
+ ![license][license-src]
6
5
 
7
6
  A high-performance binary logging system for Node.js applications, inspired by VK's KPHP KDB binlog implementation. This library provides a robust, efficient way to record and replay binary log entries with integrity checking and rotation support.
8
7
 
@@ -170,3 +169,9 @@ await binlog.write(1, {
170
169
  ## 📝 License
171
170
 
172
171
  MIT
172
+
173
+ <!-- Badges -->
174
+
175
+ [npm-version-src]: https://img.shields.io/npm/v/@andrew_l/binlog?style=flat
176
+ [npm-version-href]: https://npmjs.com/package/@andrew_l/binlog
177
+ [license-src]: https://img.shields.io/npm/l/@andrew_l/binlog?style=flat
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrew_l/binlog",
3
- "version": "0.2.17",
3
+ "version": "0.2.19",
4
4
  "description": "A high-performance binary logging system for Node.js applications.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -30,8 +30,8 @@
30
30
  "vitest": "^2.1.3"
31
31
  },
32
32
  "dependencies": {
33
- "@andrew_l/toolkit": "0.2.17",
34
- "@andrew_l/tl-pack": "0.2.17"
33
+ "@andrew_l/tl-pack": "0.2.19",
34
+ "@andrew_l/toolkit": "0.2.19"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "unbuild",