@myclaude-cli/cli 0.3.0-alpha → 0.3.1-alpha

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.
@@ -6,4 +6,4 @@
6
6
  */
7
7
  export declare const MYCLAUDE_API_URL: string;
8
8
  /** CLI version — injected from package.json at build time */
9
- export declare const CLI_VERSION = "0.3.0-alpha";
9
+ export declare const CLI_VERSION = "0.3.1-alpha";
package/dist/constants.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * The CLI talks ONLY to myclaude.sh — no Firebase API keys,
5
5
  * no Google endpoints. All auth is proxied through the backend.
6
6
  */
7
- export const MYCLAUDE_API_URL = process.env.NEXT_PUBLIC_APP_URL || 'https://myclaude.sh';
7
+ export const MYCLAUDE_API_URL = process.env.NEXT_PUBLIC_APP_URL || 'https://www.myclaude.sh';
8
8
  /** CLI version — injected from package.json at build time */
9
- export const CLI_VERSION = '0.3.0-alpha';
9
+ export const CLI_VERSION = '0.3.1-alpha';
10
10
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,gBAAgB,GAAG,OAAO,CAAC,GAAG,CAAC,mBAAmB,IAAI,qBAAqB,CAAA;AAExF,6DAA6D;AAC7D,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,gBAAgB,GAAG,OAAO,CAAC,GAAG,CAAC,mBAAmB,IAAI,yBAAyB,CAAA;AAE5F,6DAA6D;AAC7D,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myclaude-cli/cli",
3
- "version": "0.3.0-alpha",
3
+ "version": "0.3.1-alpha",
4
4
  "description": "MyClaude CLI — Search, install, and manage marketplace products from the terminal",
5
5
  "type": "module",
6
6
  "license": "MIT",