@wix/ditto-codegen-public 1.0.137 → 1.0.138

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/dist/out.js +0 -2
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -118154,8 +118154,6 @@ var require_BackendEventAgent = __commonJS({
118154
118154
 
118155
118155
  - **[CRITICAL] If the prompt describes an action that should be triggered by a platform event, you must include a BACKEND_EVENT extension to handle the platform event. These scenarios require server-side event listeners to respond to platform events, not client-side conditional logic.**
118156
118156
 
118157
- - **[CRITICAL] If a backend extension needs to listen to two or more webhooks, you MUST return it as separate BACKEND_EVENT extensions - one extension per webhook. Each BACKEND_EVENT extension should handle a single webhook event.**
118158
-
118159
118157
  - **Examples of Platform Events**:
118160
118158
  - eCommerce: checkout created/completed, order created/updated
118161
118159
  - Contacts: contact created/updated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.137",
3
+ "version": "1.0.138",
4
4
  "description": "AI-powered Wix CLI app generator - standalone executable",
5
5
  "scripts": {
6
6
  "build": "node build.mjs",
@@ -24,5 +24,5 @@
24
24
  "@wix/ditto-codegen": "1.0.0",
25
25
  "esbuild": "^0.25.9"
26
26
  },
27
- "falconPackageHash": "dbe549ff7876a6b68935bcfe206a0f50a4799b2218e9ec2c94a3d154"
27
+ "falconPackageHash": "8d115c5360848b2b050b737caf7239d9e01b44e9408cb6ba762e0909"
28
28
  }