@wise/dynamic-flow-client-internal 4.15.5-experimental-4791b8d → 4.15.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
@@ -3305,7 +3305,7 @@ var ModalContentRenderer = {
3305
3305
  // src/dynamicFlow/telemetry/app-version.ts
3306
3306
  var appVersion = (
3307
3307
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
3308
- typeof process !== "undefined" ? "4.15.4" : "0.0.0"
3308
+ typeof process !== "undefined" ? "4.15.5" : "0.0.0"
3309
3309
  );
3310
3310
 
3311
3311
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/build/main.mjs CHANGED
@@ -3281,7 +3281,7 @@ var ModalContentRenderer = {
3281
3281
  // src/dynamicFlow/telemetry/app-version.ts
3282
3282
  var appVersion = (
3283
3283
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
3284
- typeof process !== "undefined" ? "4.15.4" : "0.0.0"
3284
+ typeof process !== "undefined" ? "4.15.5" : "0.0.0"
3285
3285
  );
3286
3286
 
3287
3287
  // 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": "4.15.5-experimental-4791b8d",
3
+ "version": "4.15.5",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -43,14 +43,14 @@
43
43
  "@testing-library/jest-dom": "6.6.3",
44
44
  "@testing-library/react": "16.3.0",
45
45
  "@testing-library/user-event": "14.6.1",
46
- "@transferwise/components": "46.99.0",
46
+ "@transferwise/components": "46.100.0",
47
47
  "@transferwise/formatting": "^2.13.3",
48
- "@transferwise/icons": "3.22.2",
48
+ "@transferwise/icons": "3.22.3",
49
49
  "@transferwise/neptune-css": "14.24.4",
50
50
  "@types/jest": "29.5.14",
51
51
  "@types/react": "18.3.23",
52
52
  "@types/react-dom": "18.3.7",
53
- "@wise/art": "2.21.2",
53
+ "@wise/art": "2.22.0",
54
54
  "@wise/components-theming": "^1.6.3",
55
55
  "babel-jest": "30.0.2",
56
56
  "currency-flags": "4.0.7",
@@ -74,9 +74,9 @@
74
74
  "stylelint-value-no-unknown-custom-properties": "6.0.1",
75
75
  "tsx": "4.20.3",
76
76
  "typescript": "5.8.3",
77
+ "@wise/dynamic-flow-renderers": "0.0.0",
77
78
  "@wise/dynamic-flow-fixtures": "0.0.1",
78
- "@wise/dynamic-flow-types": "3.6.2",
79
- "@wise/dynamic-flow-renderers": "0.0.0"
79
+ "@wise/dynamic-flow-types": "3.6.3"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@transferwise/components": "^46.92.0",
@@ -91,8 +91,8 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "classnames": "2.5.1",
94
- "@wise/dynamic-flow-client": "4.8.4",
95
- "@wise/dynamic-flow-types": "3.6.2"
94
+ "@wise/dynamic-flow-client": "4.8.5",
95
+ "@wise/dynamic-flow-types": "3.6.3"
96
96
  },
97
97
  "scripts": {
98
98
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",