@kenkaiiii/gg-pixel 4.3.95 → 4.3.97

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 +20 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,20 @@
1
+ # @kenkaiiii/gg-pixel
2
+
3
+ Universal error tracking pixel optimized for autonomous coding agents.
4
+
5
+ ## Package surface
6
+
7
+ - Node entry: `@kenkaiiii/gg-pixel`
8
+ - Browser entry: `@kenkaiiii/gg-pixel/browser`
9
+ - Deno entry: `@kenkaiiii/gg-pixel/deno`
10
+ - Cloudflare Workers entry: `@kenkaiiii/gg-pixel/workers`
11
+ - CLI: `gg-pixel`
12
+
13
+ ## Local verification
14
+
15
+ ```sh
16
+ pnpm --dir packages/gg-pixel run check
17
+ pnpm --dir packages/gg-pixel run test
18
+ ```
19
+
20
+ See `SPEC.md` for the wire format and architecture notes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenkaiiii/gg-pixel",
3
- "version": "4.3.95",
3
+ "version": "4.3.97",
4
4
  "type": "module",
5
5
  "description": "Universal error tracking pixel optimized for autonomous coding agents",
6
6
  "license": "MIT",