@pinta-ai/pinta-gemini 0.1.0 → 0.2.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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -402,7 +402,7 @@ function redact(input, opts = {}) {
402
402
  }
403
403
 
404
404
  // src/core/otlp.ts
405
- var PLUGIN_VERSION = "0.1.0";
405
+ var PLUGIN_VERSION = "0.2.0";
406
406
  var CROCKFORD = "0123456789ABCDEFGHJKMNPQRSTVWXYZ";
407
407
  function ulidToTraceId(ulid) {
408
408
  if (ulid.length !== 26) throw new Error(`ulidToTraceId: expected 26 chars, got ${ulid.length}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinta-ai/pinta-gemini",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Unified OTLP forwarder + guard adapter for Gemini CLI and Antigravity (agy v1.0.x / 2.0) hooks",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",