draftify-cli 1.0.82 → 1.0.84

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.
@@ -49,7 +49,7 @@ function getToken() {
49
49
  function getApiUrl() {
50
50
  const config = getConfig();
51
51
  // Fallback API URL, overrideable via config or DRAFTIFY_API_URL
52
- return process.env.DRAFTIFY_API_URL || config.apiUrl || "http://localhost:3000/api/cli";
52
+ return process.env.DRAFTIFY_API_URL || config.apiUrl || "https://www.draftify.site/api/cli";
53
53
  }
54
54
  function getModel() {
55
55
  const config = getConfig();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draftify-cli",
3
- "version": "1.0.82",
3
+ "version": "1.0.84",
4
4
  "description": "Draftify AI CLI tool",
5
5
  "main": "dist/index.js",
6
6
  "bin": {