@wise/dynamic-flow-client-internal 4.7.2 → 4.7.3

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
@@ -3163,7 +3163,7 @@ var getWiseRenderers = () => [
3163
3163
  ];
3164
3164
 
3165
3165
  // src/dynamicFlow/telemetry/app-version.ts
3166
- var appVersion = "4.7.2";
3166
+ var appVersion = "4.7.3";
3167
3167
 
3168
3168
  // src/dynamicFlow/telemetry/getLogEvent.ts
3169
3169
  var getLogEvent = (onLog) => (level, message, extra) => {
package/build/main.mjs CHANGED
@@ -3139,7 +3139,7 @@ var getWiseRenderers = () => [
3139
3139
  ];
3140
3140
 
3141
3141
  // src/dynamicFlow/telemetry/app-version.ts
3142
- var appVersion = "4.7.2";
3142
+ var appVersion = "4.7.3";
3143
3143
 
3144
3144
  // src/dynamicFlow/telemetry/getLogEvent.ts
3145
3145
  var getLogEvent = (onLog) => (level, message, extra) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "4.7.2",
3
+ "version": "4.7.3",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -82,9 +82,9 @@
82
82
  "tsx": "4.19.3",
83
83
  "typescript": "5.8.2",
84
84
  "webpack": "5.98.0",
85
- "@wise/dynamic-flow-fixtures": "0.0.1",
86
85
  "@wise/dynamic-flow-renderers": "0.0.0",
87
- "@wise/dynamic-flow-types": "3.1.3"
86
+ "@wise/dynamic-flow-types": "3.1.3",
87
+ "@wise/dynamic-flow-fixtures": "0.0.1"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "@transferwise/components": "^46.92.0",
@@ -99,7 +99,7 @@
99
99
  },
100
100
  "dependencies": {
101
101
  "classnames": "2.5.1",
102
- "@wise/dynamic-flow-client": "4.3.6",
102
+ "@wise/dynamic-flow-client": "4.3.7",
103
103
  "@wise/dynamic-flow-types": "3.1.3"
104
104
  },
105
105
  "scripts": {