@castari/cli 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -133,7 +133,7 @@ Credentials are stored in `~/.castari/credentials.yaml` (mode 0600).
133
133
 
134
134
  Environment variables:
135
135
  - `CASTARI_API_KEY` - API key for authentication
136
- - `CASTARI_API_URL` - Override API base URL (default: https://api.castari.dev)
136
+ - `CASTARI_API_URL` - Override API base URL (default: https://api.castari.com)
137
137
 
138
138
  ## License
139
139
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@castari/cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Castari CLI - Deploy AI agents with one command",
5
- "author": "Castari <hello@castari.dev>",
5
+ "author": "Castari <founders@castari.com>",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "clean": "rm -rf dist"
28
28
  },
29
29
  "dependencies": {
30
- "@castari/sdk": "^0.3.0",
30
+ "@castari/sdk": "^0.3.1",
31
31
  "chalk": "^5.3.0",
32
32
  "cli-table3": "^0.6.0",
33
33
  "commander": "^12.0.0",