@seeka-labs/cli-apps 3.8.7 → 3.8.8
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/ai-context/internal/examples/v1/activecampaign/_ai-summary.md +24 -16
- package/dist/ai-context/internal/examples/v1/complianz/_ai-summary.md +23 -29
- package/dist/ai-context/internal/examples/v1/ivvy/_ai-summary.md +15 -20
- package/dist/ai-context/internal/examples/v1/me-and-u-connect/_ai-summary.md +24 -16
- package/dist/ai-context/internal/examples/v1/me-and-u-manage/_ai-summary.md +30 -16
- package/dist/ai-context/internal/examples/v1/nowbookit/_ai-summary.md +24 -27
- package/dist/ai-context/internal/examples/v1/sevenrooms/_ai-summary.md +25 -25
- package/dist/ai-context/internal/examples/v1/tradable-bits/_ai-summary.md +24 -29
- package/dist/ai-context/internal/examples/v1/transcend/_ai-summary.md +16 -17
- package/dist/ai-context/internal/examples/v2/calendly/_ai-summary.md +14 -28
- package/dist/ai-context/internal/examples/v2/clarity/_ai-summary.md +12 -22
- package/dist/ai-context/internal/examples/v2/google-bigquery/_ai-summary.md +24 -22
- package/dist/ai-context/internal/examples/v2/klaviyo-events/_ai-summary.md +26 -17
- package/dist/ai-context/internal/examples/v2/navitas/_ai-summary.md +13 -29
- package/dist/ai-context/internal/examples/v2/trustarc/_ai-summary.md +11 -26
- package/dist/ai-context/internal/examples/v2/typeform/_ai-summary.md +18 -43
- package/dist/ai-context/internal/examples/v2/webhook/_ai-summary.md +20 -27
- package/dist/ai-context/internal/examples/v2/yeastar/_ai-summary.md +12 -13
- package/dist/ai-context/internal/examples/v3/google-ads/_ai-summary.md +23 -21
- package/dist/index.cjs +4 -3
- package/dist/index.cjs.map +2 -2
- package/dist/init-template/README.azurefunc.md +1 -1
- package/dist/init-template/app/browser/package.json +1 -1
- package/dist/init-template/app/lib/package.json +1 -1
- package/dist/init-template/app/server-azurefunc/README.md +1 -1
- package/dist/init-template/app/server-azurefunc/package.json +1 -1
- package/dist/init-template/app/ui/package.json +1 -1
- package/package.json +2 -2
|
@@ -177,7 +177,7 @@ App installations and state are stored in Redis. See `app/server-azurefunc/src/l
|
|
|
177
177
|
- **Function app name**: your-app-name
|
|
178
178
|
- **Code or container image**: Code
|
|
179
179
|
- **Runtime stack**: Node.js
|
|
180
|
-
- **Version**:
|
|
180
|
+
- **Version**: 22 LTS
|
|
181
181
|
- **Region**: Closest to your Upstash database
|
|
182
182
|
- **Operating system**: Linux
|
|
183
183
|
- **Hosting**: Consumption
|
|
@@ -88,7 +88,7 @@ This project comes ready to deploy for free to Azure functions with database bac
|
|
|
88
88
|
- Function app name: example-app-name
|
|
89
89
|
- Code or container image: Code
|
|
90
90
|
- Runtime stack: Node.js
|
|
91
|
-
- Version:
|
|
91
|
+
- Version: 22 LTS
|
|
92
92
|
- Region: Closest region to where your upstash "master / write" database is located
|
|
93
93
|
- Operating system: linux
|
|
94
94
|
- Hosting: Consumption
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seeka-labs/cli-apps",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Seeka - Apps CLI",
|
|
6
6
|
"author": "SEEKA <platform@seeka.co>",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"ts-node": "^10",
|
|
69
69
|
"typescript": "^5"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "6e7b919b2db9028b1757cc74738bb5a0b9fb68b6"
|
|
72
72
|
}
|