@wise/dynamic-flow-client 5.25.0 → 5.25.1
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.js +1 -1
- package/build/main.mjs +1 -1
- package/build/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
package/build/main.js
CHANGED
|
@@ -1357,7 +1357,7 @@ var normaliseBehavior = (behavior, stepActions) => {
|
|
|
1357
1357
|
if (behavior.type === "delay") {
|
|
1358
1358
|
return __spreadProps(__spreadValues({}, behavior), {
|
|
1359
1359
|
behavior: normaliseBehavior(behavior.behavior, stepActions),
|
|
1360
|
-
track:
|
|
1360
|
+
track: true
|
|
1361
1361
|
});
|
|
1362
1362
|
}
|
|
1363
1363
|
if (behavior.type === "dispatch-event") {
|
package/build/main.mjs
CHANGED
|
@@ -1326,7 +1326,7 @@ var normaliseBehavior = (behavior, stepActions) => {
|
|
|
1326
1326
|
if (behavior.type === "delay") {
|
|
1327
1327
|
return __spreadProps(__spreadValues({}, behavior), {
|
|
1328
1328
|
behavior: normaliseBehavior(behavior.behavior, stepActions),
|
|
1329
|
-
track:
|
|
1329
|
+
track: true
|
|
1330
1330
|
});
|
|
1331
1331
|
}
|
|
1332
1332
|
if (behavior.type === "dispatch-event") {
|