@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.
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +2 -2
- package/dist/constants.js.map +1 -1
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
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.
|
|
9
|
+
export const CLI_VERSION = '0.3.1-alpha';
|
|
10
10
|
//# sourceMappingURL=constants.js.map
|
package/dist/constants.js.map
CHANGED
|
@@ -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,
|
|
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"}
|