@wise/dynamic-flow-client-internal 5.5.1 → 5.6.0

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 CHANGED
@@ -144,7 +144,7 @@ var import_react21 = require("react");
144
144
  // src/dynamicFlow/telemetry/app-version.ts
145
145
  var appVersion = (
146
146
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
147
- typeof process !== "undefined" ? "5.5.1" : "0.0.0"
147
+ typeof process !== "undefined" ? "5.6.0" : "0.0.0"
148
148
  );
149
149
 
150
150
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/build/main.mjs CHANGED
@@ -126,7 +126,7 @@ import { useMemo as useMemo2 } from "react";
126
126
  // src/dynamicFlow/telemetry/app-version.ts
127
127
  var appVersion = (
128
128
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
129
- typeof process !== "undefined" ? "5.5.1" : "0.0.0"
129
+ typeof process !== "undefined" ? "5.6.0" : "0.0.0"
130
130
  );
131
131
 
132
132
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "5.5.1",
3
+ "version": "5.6.0",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -71,7 +71,7 @@
71
71
  "vitest-fetch-mock": "0.4.5",
72
72
  "@wise/dynamic-flow-fixtures": "0.0.1",
73
73
  "@wise/dynamic-flow-renderers": "0.0.0",
74
- "@wise/dynamic-flow-types": "4.6.0"
74
+ "@wise/dynamic-flow-types": "4.7.0"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@transferwise/components": "^46.104.0",
@@ -85,8 +85,8 @@
85
85
  "react-intl": "^6 || ^7"
86
86
  },
87
87
  "dependencies": {
88
- "@wise/dynamic-flow-client": "5.5.1",
89
- "@wise/dynamic-flow-types": "4.6.0"
88
+ "@wise/dynamic-flow-client": "5.6.0",
89
+ "@wise/dynamic-flow-types": "4.7.0"
90
90
  },
91
91
  "scripts": {
92
92
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",