@kb-labs/telemetry-client 2.20.0 → 2.23.0

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 +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1 +1,3 @@
1
- # TODO
1
+ # @kb-labs/telemetry-client
2
+
3
+ Lightweight zero-dependency telemetry client for KB Labs. Can be embedded in any Node.js or browser product to send structured events to the platform analytics pipeline.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "tsup": "^8.4.0",
7
7
  "typescript": "^5.7.0",
8
8
  "vitest": "^3.2.4",
9
- "@kb-labs/devkit": "2.20.0"
9
+ "@kb-labs/devkit": "2.23.0"
10
10
  },
11
11
  "engines": {
12
12
  "node": ">=20.0.0",
@@ -26,7 +26,7 @@
26
26
  "name": "@kb-labs/telemetry-client",
27
27
  "type": "module",
28
28
  "types": "./dist/index.d.ts",
29
- "version": "2.20.0",
29
+ "version": "2.23.0",
30
30
  "scripts": {
31
31
  "build": "tsup",
32
32
  "clean": "rimraf dist",