squads-cli 0.4.0 → 0.4.4

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.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare const version = "0.3.0";
1
+ declare const version: string;
2
2
 
3
3
  interface Agent {
4
4
  name: string;
package/dist/index.js CHANGED
@@ -1,5 +1,8 @@
1
1
  // src/version.ts
2
- var version = "0.3.0";
2
+ import { createRequire } from "module";
3
+ var require2 = createRequire(import.meta.url);
4
+ var pkg = require2("../package.json");
5
+ var version = pkg.version;
3
6
  export {
4
7
  version
5
8
  };
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const version = '0.3.0';\n"],"mappings":";AAAO,IAAM,UAAU;","names":[]}
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["import { createRequire } from 'module';\nconst require = createRequire(import.meta.url);\nconst pkg = require('../package.json');\nexport const version: string = pkg.version;\n"],"mappings":";AAAA,SAAS,qBAAqB;AAC9B,IAAMA,WAAU,cAAc,YAAY,GAAG;AAC7C,IAAM,MAAMA,SAAQ,iBAAiB;AAC9B,IAAM,UAAkB,IAAI;","names":["require"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squads-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.4",
4
4
  "description": "A CLI for humans and agents",
5
5
  "type": "module",
6
6
  "bin": {