@jelou/cli 1.8.5 → 1.9.0
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ jelou functions deploy # ship to production
|
|
|
35
35
|
|
|
36
36
|
## What you can do
|
|
37
37
|
|
|
38
|
-
- **Build workflows** —
|
|
38
|
+
- **Build workflows** — design, test, and ship Brain workflows end-to-end
|
|
39
39
|
- **Build functions** — serverless functions integrated into the Jelou ecosystem
|
|
40
40
|
- **Connect channels** — wire brains to Web Widget, WhatsApp, Facebook,
|
|
41
41
|
Instagram
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "Build AI agents on the Jelou platform — from your terminal or your AI editor.",
|
|
5
5
|
"author": "Jelou Inc. (https://jelou.ai)",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"THIRD_PARTY_NOTICES.md"
|
|
20
20
|
],
|
|
21
21
|
"optionalDependencies": {
|
|
22
|
-
"@jelou/cli-darwin-arm64": "1.
|
|
23
|
-
"@jelou/cli-darwin-x64": "1.
|
|
24
|
-
"@jelou/cli-linux-x64": "1.
|
|
25
|
-
"@jelou/cli-linux-arm64": "1.
|
|
26
|
-
"@jelou/cli-win32-x64": "1.
|
|
22
|
+
"@jelou/cli-darwin-arm64": "1.9.0",
|
|
23
|
+
"@jelou/cli-darwin-x64": "1.9.0",
|
|
24
|
+
"@jelou/cli-linux-x64": "1.9.0",
|
|
25
|
+
"@jelou/cli-linux-arm64": "1.9.0",
|
|
26
|
+
"@jelou/cli-win32-x64": "1.9.0"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"jelou",
|