@apostlejs/flows 0.0.22 → 0.0.23

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/index.d.cts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.cts CHANGED
@@ -778,7 +778,7 @@ type PickFlowComponent<T extends TypedFlowComponent["type"]> = Extract<TypedFlow
778
778
 
779
779
  type NativeFlowJSON = {
780
780
  version: "7.3";
781
- data_api_version: "4.0";
781
+ data_api_version: "3.0" | "4.0";
782
782
  routing_model: Partial<Record<PropertyKey, Array<PropertyKey>>>;
783
783
  screens: Array<AnyType>;
784
784
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.0.22",
7
+ "version": "0.0.23",
8
8
  "type": "module",
9
9
  "files": [
10
10
  "dist"
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "ajv": "8.17.1",
34
34
  "ajv-formats": "3.0.1",
35
- "@apostlejs/whatsapp": "0.0.18"
35
+ "@apostlejs/whatsapp": "0.0.19"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "zod": "4.1.12"