aisnitch 0.2.13 → 0.2.16
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/cli/index.cjs +1 -1
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -5
- package/dist/index.d.ts +1 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.d.cts
CHANGED
|
@@ -1713,11 +1713,7 @@ declare function formatSessionLabelFromEvent(event: AISnitchEvent): string;
|
|
|
1713
1713
|
* package root export barrel.
|
|
1714
1714
|
*/
|
|
1715
1715
|
declare const AISNITCH_PACKAGE_NAME = "aisnitch";
|
|
1716
|
-
|
|
1717
|
-
* 📖 The published version is kept in source so runtime entrypoints can expose
|
|
1718
|
-
* stable metadata without reading package.json at runtime.
|
|
1719
|
-
*/
|
|
1720
|
-
declare const AISNITCH_VERSION = "0.2.12";
|
|
1716
|
+
declare const AISNITCH_VERSION: string;
|
|
1721
1717
|
/**
|
|
1722
1718
|
* 📖 The shared description stays close to the package identity so commander
|
|
1723
1719
|
* help output and future docs surfaces stay aligned.
|
package/dist/index.d.ts
CHANGED
|
@@ -1713,11 +1713,7 @@ declare function formatSessionLabelFromEvent(event: AISnitchEvent): string;
|
|
|
1713
1713
|
* package root export barrel.
|
|
1714
1714
|
*/
|
|
1715
1715
|
declare const AISNITCH_PACKAGE_NAME = "aisnitch";
|
|
1716
|
-
|
|
1717
|
-
* 📖 The published version is kept in source so runtime entrypoints can expose
|
|
1718
|
-
* stable metadata without reading package.json at runtime.
|
|
1719
|
-
*/
|
|
1720
|
-
declare const AISNITCH_VERSION = "0.2.12";
|
|
1716
|
+
declare const AISNITCH_VERSION: string;
|
|
1721
1717
|
/**
|
|
1722
1718
|
* 📖 The shared description stays close to the package identity so commander
|
|
1723
1719
|
* 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.
|
|
6655
|
+
var AISNITCH_VERSION = "0.2.16";
|
|
6656
6656
|
var AISNITCH_DESCRIPTION = "Universal bridge for AI coding tool activity \u2014 capture, normalize, stream.";
|
|
6657
6657
|
function getPackageScaffoldInfo() {
|
|
6658
6658
|
return {
|