@apostlejs/flows 0.0.11 → 0.0.12
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/index.d.cts +1 -3
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -946,9 +946,7 @@ declare function createFlowContext<DataKeys extends string>(context: FlowHandler
|
|
|
946
946
|
};
|
|
947
947
|
screen: string;
|
|
948
948
|
};
|
|
949
|
-
success: <D>(data?: D
|
|
950
|
-
intent?: string | null;
|
|
951
|
-
}) => {
|
|
949
|
+
success: <D>(data?: D) => {
|
|
952
950
|
data: {};
|
|
953
951
|
screen: string;
|
|
954
952
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.0.
|
|
7
|
+
"version": "0.0.12",
|
|
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.
|
|
35
|
+
"@apostlejs/whatsapp": "0.0.12"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"zod": "4.0.14"
|