@jelou/cli 1.7.1 → 1.8.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.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ jelou functions deploy # ship to production
|
|
|
34
34
|
- **Build functions** — serverless functions integrated into the Jelou ecosystem
|
|
35
35
|
- **Connect channels** — wire brains to Web Widget, WhatsApp, Facebook,
|
|
36
36
|
Instagram
|
|
37
|
-
- **Manage WhatsApp** — bots,
|
|
37
|
+
- **Manage WhatsApp** — bots, outbound templates, and bulk campaigns
|
|
38
38
|
- **Manage databases** — provision and operate Jelou-managed databases
|
|
39
39
|
- **Browse the marketplace** — connect 3,000+ integrations including payments
|
|
40
40
|
and KYC
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "Jelou CLI — manage functions, brains, channels, and more",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"repository": {
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"LICENSE"
|
|
18
18
|
],
|
|
19
19
|
"optionalDependencies": {
|
|
20
|
-
"@jelou/cli-darwin-arm64": "1.
|
|
21
|
-
"@jelou/cli-darwin-x64": "1.
|
|
22
|
-
"@jelou/cli-linux-x64": "1.
|
|
23
|
-
"@jelou/cli-linux-arm64": "1.
|
|
24
|
-
"@jelou/cli-win32-x64": "1.
|
|
20
|
+
"@jelou/cli-darwin-arm64": "1.8.1",
|
|
21
|
+
"@jelou/cli-darwin-x64": "1.8.1",
|
|
22
|
+
"@jelou/cli-linux-x64": "1.8.1",
|
|
23
|
+
"@jelou/cli-linux-arm64": "1.8.1",
|
|
24
|
+
"@jelou/cli-win32-x64": "1.8.1"
|
|
25
25
|
},
|
|
26
26
|
"keywords": [
|
|
27
27
|
"jelou",
|