aisnitch 0.2.13 → 0.2.15

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/dist/index.d.cts CHANGED
@@ -1717,7 +1717,7 @@ declare const AISNITCH_PACKAGE_NAME = "aisnitch";
1717
1717
  * 📖 The published version is kept in source so runtime entrypoints can expose
1718
1718
  * stable metadata without reading package.json at runtime.
1719
1719
  */
1720
- declare const AISNITCH_VERSION = "0.2.12";
1720
+ declare const AISNITCH_VERSION = "0.2.14";
1721
1721
  /**
1722
1722
  * 📖 The shared description stays close to the package identity so commander
1723
1723
  * help output and future docs surfaces stay aligned.
package/dist/index.d.ts CHANGED
@@ -1717,7 +1717,7 @@ declare const AISNITCH_PACKAGE_NAME = "aisnitch";
1717
1717
  * 📖 The published version is kept in source so runtime entrypoints can expose
1718
1718
  * stable metadata without reading package.json at runtime.
1719
1719
  */
1720
- declare const AISNITCH_VERSION = "0.2.12";
1720
+ declare const AISNITCH_VERSION = "0.2.14";
1721
1721
  /**
1722
1722
  * 📖 The shared description stays close to the package identity so commander
1723
1723
  * help output and future docs surfaces stay aligned.
package/dist/index.js CHANGED
@@ -6652,7 +6652,7 @@ import { WebSocket, WebSocketServer } from "ws";
6652
6652
 
6653
6653
  // src/package-info.ts
6654
6654
  var AISNITCH_PACKAGE_NAME = "aisnitch";
6655
- var AISNITCH_VERSION = "0.2.12";
6655
+ var AISNITCH_VERSION = "0.2.14";
6656
6656
  var AISNITCH_DESCRIPTION = "Universal bridge for AI coding tool activity \u2014 capture, normalize, stream.";
6657
6657
  function getPackageScaffoldInfo() {
6658
6658
  return {