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.cjs
CHANGED
|
@@ -6744,7 +6744,7 @@ var import_ws = require("ws");
|
|
|
6744
6744
|
|
|
6745
6745
|
// src/package-info.ts
|
|
6746
6746
|
var AISNITCH_PACKAGE_NAME = "aisnitch";
|
|
6747
|
-
var AISNITCH_VERSION = "0.2.
|
|
6747
|
+
var AISNITCH_VERSION = "0.2.2";
|
|
6748
6748
|
var AISNITCH_DESCRIPTION = "Universal bridge for AI coding tool activity \u2014 capture, normalize, stream.";
|
|
6749
6749
|
function getPackageScaffoldInfo() {
|
|
6750
6750
|
return {
|