@apostlejs/flows 0.0.15 → 0.0.16

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
@@ -777,7 +777,7 @@ type PickFlowComponent<T extends TypedFlowComponent["type"]> = Extract<TypedFlow
777
777
  }>;
778
778
 
779
779
  type NativeFlowJSON = {
780
- version: "7.2";
780
+ version: "7.3";
781
781
  data_api_version: "3.0";
782
782
  routing_model: Partial<Record<PropertyKey, Array<PropertyKey>>>;
783
783
  screens: Array<AnyType>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.0.15",
7
+ "version": "0.0.16",
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.14"
35
+ "@apostlejs/whatsapp": "0.0.15"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "zod": "4.0.14"