@wise/dynamic-flow-client-internal 4.9.3 → 4.9.5

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
@@ -3174,7 +3174,7 @@ var getWiseRenderers = () => [
3174
3174
  ];
3175
3175
 
3176
3176
  // src/dynamicFlow/telemetry/app-version.ts
3177
- var appVersion = "4.9.3";
3177
+ var appVersion = "4.9.5";
3178
3178
 
3179
3179
  // src/dynamicFlow/telemetry/getLogEvent.ts
3180
3180
  var getLogEvent = (onLog) => (level, message, extra) => {
package/build/main.mjs CHANGED
@@ -3150,7 +3150,7 @@ var getWiseRenderers = () => [
3150
3150
  ];
3151
3151
 
3152
3152
  // src/dynamicFlow/telemetry/app-version.ts
3153
- var appVersion = "4.9.3";
3153
+ var appVersion = "4.9.5";
3154
3154
 
3155
3155
  // src/dynamicFlow/telemetry/getLogEvent.ts
3156
3156
  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.9.3",
3
+ "version": "4.9.5",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -37,7 +37,7 @@
37
37
  "@babel/preset-react": "7.26.3",
38
38
  "@babel/preset-typescript": "7.27.0",
39
39
  "@chromatic-com/storybook": "3.2.6",
40
- "@formatjs/cli": "^6.6.3",
40
+ "@formatjs/cli": "^6.6.4",
41
41
  "@storybook/addon-a11y": "^8.6.12",
42
42
  "@storybook/addon-actions": "^8.6.12",
43
43
  "@storybook/addon-essentials": "^8.6.12",
@@ -51,15 +51,15 @@
51
51
  "@testing-library/jest-dom": "6.6.3",
52
52
  "@testing-library/react": "16.3.0",
53
53
  "@testing-library/user-event": "14.6.1",
54
- "@transferwise/components": "46.94.2",
54
+ "@transferwise/components": "46.95.1",
55
55
  "@transferwise/formatting": "^2.13.1",
56
56
  "@transferwise/icons": "3.19.1",
57
- "@transferwise/neptune-css": "14.23.0",
57
+ "@transferwise/neptune-css": "14.24.0",
58
58
  "@types/jest": "29.5.14",
59
59
  "@types/react": "18.3.20",
60
60
  "@types/react-dom": "18.3.6",
61
61
  "@wise/art": "2.20.0",
62
- "@wise/components-theming": "^1.6.1",
62
+ "@wise/components-theming": "^1.6.2",
63
63
  "babel-jest": "29.7.0",
64
64
  "currency-flags": "4.0.7",
65
65
  "esbuild": "0.25.2",
@@ -81,7 +81,7 @@
81
81
  "stylelint-value-no-unknown-custom-properties": "6.0.1",
82
82
  "tsx": "4.19.3",
83
83
  "typescript": "5.8.3",
84
- "webpack": "5.98.0",
84
+ "webpack": "5.99.6",
85
85
  "@wise/dynamic-flow-fixtures": "0.0.1",
86
86
  "@wise/dynamic-flow-types": "3.1.4",
87
87
  "@wise/dynamic-flow-renderers": "0.0.0"
@@ -99,8 +99,8 @@
99
99
  },
100
100
  "dependencies": {
101
101
  "classnames": "2.5.1",
102
- "@wise/dynamic-flow-types": "3.1.4",
103
- "@wise/dynamic-flow-client": "4.3.12"
102
+ "@wise/dynamic-flow-client": "4.3.14",
103
+ "@wise/dynamic-flow-types": "3.1.4"
104
104
  },
105
105
  "scripts": {
106
106
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",