@seanpropapp/cli 0.1.0-beta.1 → 0.1.0-beta.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/index.js CHANGED
File without changes
package/dist/version.d.ts CHANGED
@@ -6,4 +6,4 @@
6
6
  * imports awkward, and a hand-bumped constant is fine for a CLI whose version
7
7
  * is also pinned by npm install.
8
8
  */
9
- export declare const CLI_VERSION = "0.1.0-beta.1";
9
+ export declare const CLI_VERSION = "0.1.0-beta.2";
package/dist/version.js CHANGED
@@ -6,5 +6,5 @@
6
6
  * imports awkward, and a hand-bumped constant is fine for a CLI whose version
7
7
  * is also pinned by npm install.
8
8
  */
9
- export const CLI_VERSION = "0.1.0-beta.1";
9
+ export const CLI_VERSION = "0.1.0-beta.2";
10
10
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seanpropapp/cli",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.2",
4
4
  "description": "Run SeanPropApp proposition analyses on your existing Claude Pro or ChatGPT Plus subscription via a local bridge.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "provenance": true
28
28
  },
29
29
  "scripts": {
30
- "build": "tsc",
30
+ "build": "tsc && chmod +x dist/index.js",
31
31
  "test": "vitest run",
32
32
  "test:watch": "vitest",
33
33
  "lint": "tsc --noEmit",