codehooks-js 1.4.2 → 1.4.3

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -229,6 +229,7 @@ $ codehooks deploy
229
229
  - **Scheduled Automations** – Cron jobs that sync data, send digests, clean up records, or poll external APIs.
230
230
  - **Multi-Step Workflows** – Chain API calls, queue tasks, and orchestrate services with the Workflow API. Automatic retries, state persistence, and error recovery.
231
231
  - **SaaS Integrations** – Connect any service that sends webhooks. Process, transform, and route to where it matters.
232
+ - **Full-Stack Apps** – Deploy frontend and backend together in one package. React, static sites, or SPAs served alongside your API with zero extra config.
232
233
 
233
234
  ## Documentation
234
235
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codehooks-js",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "type": "module",
5
5
  "description": "Codehooks.io official library - provides express.JS like syntax",
6
6
  "main": "index.js",