@wise/dynamic-flow-client 3.3.1 → 3.3.2

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/build/main.mjs CHANGED
@@ -14085,7 +14085,7 @@ function DynamicFlowCore(props) {
14085
14085
  const genericErrorMessage = getErrorMessageFunctions().genericErrorWithRetry();
14086
14086
  const { errors = { error: genericErrorMessage } } = command.body;
14087
14087
  if (stepRef.current) {
14088
- initialiseWithStep(__spreadProps(__spreadValues({}, stepRef.current), { errors }), etagRef.current);
14088
+ initialiseWithStep(__spreadProps(__spreadValues({}, stepRef.current), { errors, model }), etagRef.current);
14089
14089
  } else {
14090
14090
  closeWithError(new Error("Initial request failed"), {});
14091
14091
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "Dynamic Flow web client",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.min.js",
@@ -92,7 +92,7 @@
92
92
  "classnames": "2.5.1",
93
93
  "react-webcam": "^7.2.0",
94
94
  "screenfull": "^5.2.0",
95
- "@wise/dynamic-flow-types": "2.9.0"
95
+ "@wise/dynamic-flow-types": "2.10.0"
96
96
  },
97
97
  "scripts": {
98
98
  "dev": "storybook dev -p 3003",