@apostlejs/flows 0.0.9 → 0.0.10
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.cjs +1 -1
- package/dist/index.d.cts +3 -1
- package/package.json +2 -3
package/dist/index.d.cts
CHANGED
|
@@ -1099,4 +1099,6 @@ declare const validateFlowJson: (nativeFlowJson: NativeFlowJSON) => Promise<{
|
|
|
1099
1099
|
errors: ajv.ErrorObject<string, Record<string, any>, unknown>[] | null | undefined;
|
|
1100
1100
|
}>;
|
|
1101
1101
|
|
|
1102
|
-
|
|
1102
|
+
declare const schemas: Record<string, AnyType>;
|
|
1103
|
+
|
|
1104
|
+
export { type AdapterFactoryFn, type DevFlowJson, type FlowController, type FlowControllerPool, type FlowDispatchableAction, type FlowHandlerBaseContext, type FlowHandlerContext, type FlowMediaInput, type NativeFlowJSON, type PickFlowComponent, type Store, type StoreAdapter, type TypedComponentData, type TypedFlowJson, type TypedFlowRouting, type TypedFlowScreen, type TypedFlowScreenComponent, type TypedFlowScreens, buildApiResponse, complete, componentData, components, condition, createDevFlowJson, createFlowContext, createFlowControllerPool, createNativeFlowJson, createStoreFactory, deployFlows, dispatchFlowPayload, dynamic_action, dynamic_navigate, dynamic_refresh, snippets as f, firstScreen, flow$1 as flow, flowController, flowMediaInput, form_payload, getFlowMetadata, getScreenMetadata, inline, navigate, parseUniqueId, schemas, screen, screenController, state, txt, uniqueId, validateFlowJson, zod_payload };
|
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.10",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/node": "^22.9.1",
|
|
26
|
-
"esbuild-plugin-copy": "2.1.1",
|
|
27
26
|
"terser": "^5.39.0",
|
|
28
27
|
"tsup": "8.4.0",
|
|
29
28
|
"tsx": "^4.19.3",
|
|
@@ -33,7 +32,7 @@
|
|
|
33
32
|
"dependencies": {
|
|
34
33
|
"ajv": "8.17.1",
|
|
35
34
|
"ajv-formats": "3.0.1",
|
|
36
|
-
"@apostlejs/whatsapp": "0.0.
|
|
35
|
+
"@apostlejs/whatsapp": "0.0.10"
|
|
37
36
|
},
|
|
38
37
|
"peerDependencies": {
|
|
39
38
|
"zod": "4.0.14"
|