aisnitch 0.2.1 → 0.2.2
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 +17 -2
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +17 -2
- 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 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1705,7 +1705,7 @@ declare const AISNITCH_PACKAGE_NAME = "aisnitch";
|
|
|
1705
1705
|
* 📖 The published version is kept in source so runtime entrypoints can expose
|
|
1706
1706
|
* stable metadata without reading package.json at runtime.
|
|
1707
1707
|
*/
|
|
1708
|
-
declare const AISNITCH_VERSION = "0.2.
|
|
1708
|
+
declare const AISNITCH_VERSION = "0.2.2";
|
|
1709
1709
|
/**
|
|
1710
1710
|
* 📖 The shared description stays close to the package identity so commander
|
|
1711
1711
|
* help output and future docs surfaces stay aligned.
|
package/dist/index.d.ts
CHANGED
|
@@ -1705,7 +1705,7 @@ declare const AISNITCH_PACKAGE_NAME = "aisnitch";
|
|
|
1705
1705
|
* 📖 The published version is kept in source so runtime entrypoints can expose
|
|
1706
1706
|
* stable metadata without reading package.json at runtime.
|
|
1707
1707
|
*/
|
|
1708
|
-
declare const AISNITCH_VERSION = "0.2.
|
|
1708
|
+
declare const AISNITCH_VERSION = "0.2.2";
|
|
1709
1709
|
/**
|
|
1710
1710
|
* 📖 The shared description stays close to the package identity so commander
|
|
1711
1711
|
* help output and future docs surfaces stay aligned.
|
package/dist/index.js
CHANGED
|
@@ -6608,7 +6608,7 @@ import { WebSocket, WebSocketServer } from "ws";
|
|
|
6608
6608
|
|
|
6609
6609
|
// src/package-info.ts
|
|
6610
6610
|
var AISNITCH_PACKAGE_NAME = "aisnitch";
|
|
6611
|
-
var AISNITCH_VERSION = "0.2.
|
|
6611
|
+
var AISNITCH_VERSION = "0.2.2";
|
|
6612
6612
|
var AISNITCH_DESCRIPTION = "Universal bridge for AI coding tool activity \u2014 capture, normalize, stream.";
|
|
6613
6613
|
function getPackageScaffoldInfo() {
|
|
6614
6614
|
return {
|