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/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 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.cjs
CHANGED
|
@@ -6788,7 +6788,7 @@ var import_ws = require("ws");
|
|
|
6788
6788
|
|
|
6789
6789
|
// src/package-info.ts
|
|
6790
6790
|
var AISNITCH_PACKAGE_NAME = "aisnitch";
|
|
6791
|
-
var AISNITCH_VERSION = "0.2.
|
|
6791
|
+
var AISNITCH_VERSION = "0.2.14";
|
|
6792
6792
|
var AISNITCH_DESCRIPTION = "Universal bridge for AI coding tool activity \u2014 capture, normalize, stream.";
|
|
6793
6793
|
function getPackageScaffoldInfo() {
|
|
6794
6794
|
return {
|