@wise/dynamic-flow-client-internal 5.1.1 → 5.1.2

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
@@ -3749,7 +3749,7 @@ var messages_default = (0, import_react_intl26.defineMessages)({
3749
3749
  // src/dynamicFlow/telemetry/app-version.ts
3750
3750
  var appVersion = (
3751
3751
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
3752
- typeof process !== "undefined" ? "5.1.1" : "0.0.0"
3752
+ typeof process !== "undefined" ? "5.1.2" : "0.0.0"
3753
3753
  );
3754
3754
 
3755
3755
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/build/main.mjs CHANGED
@@ -3743,7 +3743,7 @@ var messages_default = defineMessages12({
3743
3743
  // src/dynamicFlow/telemetry/app-version.ts
3744
3744
  var appVersion = (
3745
3745
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
3746
- typeof process !== "undefined" ? "5.1.1" : "0.0.0"
3746
+ typeof process !== "undefined" ? "5.1.2" : "0.0.0"
3747
3747
  );
3748
3748
 
3749
3749
  // 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.1.1",
3
+ "version": "5.1.2",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -32,26 +32,26 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@chromatic-com/storybook": "4.1.3",
35
- "@formatjs/cli": "^6.7.4",
36
- "@storybook/addon-a11y": "^10.1.8",
37
- "@storybook/addon-docs": "^10.1.8",
38
- "@storybook/addon-links": "^10.1.8",
39
- "@storybook/react-vite": "10.1.8",
35
+ "@formatjs/cli": "^6.9.0",
36
+ "@storybook/addon-a11y": "^10.1.11",
37
+ "@storybook/addon-docs": "^10.1.11",
38
+ "@storybook/addon-links": "^10.1.11",
39
+ "@storybook/react-vite": "10.1.11",
40
40
  "@testing-library/dom": "10.4.1",
41
41
  "@testing-library/jest-dom": "6.9.1",
42
- "@testing-library/react": "16.3.0",
42
+ "@testing-library/react": "16.3.1",
43
43
  "@testing-library/user-event": "14.6.1",
44
- "@transferwise/components": "^46.116.1",
44
+ "@transferwise/components": "^46.118.0",
45
45
  "@transferwise/formatting": "^2.13.4",
46
- "@transferwise/icons": "4.0.0",
47
- "@transferwise/neptune-css": "14.25.2",
46
+ "@transferwise/icons": "4.0.1",
47
+ "@transferwise/neptune-css": "14.26.0",
48
48
  "@types/react": "18.3.27",
49
49
  "@types/react-dom": "18.3.7",
50
- "@wise/art": "2.24.7",
50
+ "@wise/art": "2.25.0",
51
51
  "@wise/components-theming": "^1.9.1",
52
52
  "currency-flags": "4.0.7",
53
53
  "esbuild": "0.27.0",
54
- "eslint-plugin-storybook": "10.1.8",
54
+ "eslint-plugin-storybook": "10.1.11",
55
55
  "framer-motion": "^12.23.26",
56
56
  "npm-run-all2": "8.0.4",
57
57
  "postcss": "^8.5.6",
@@ -60,17 +60,17 @@
60
60
  "react": "18.3.1",
61
61
  "react-dom": "18.3.1",
62
62
  "react-intl": "6.8.9",
63
- "storybook": "^10.1.8",
63
+ "storybook": "^10.1.11",
64
64
  "stylelint": "16.26.1",
65
65
  "stylelint-config-standard": "36.0.1",
66
66
  "stylelint-no-unsupported-browser-features": "8.0.5",
67
- "stylelint-value-no-unknown-custom-properties": "6.0.1",
67
+ "stylelint-value-no-unknown-custom-properties": "6.1.0",
68
68
  "tsx": "4.21.0",
69
69
  "typescript": "5.9.3",
70
- "vitest": "4.0.15",
70
+ "vitest": "4.0.16",
71
71
  "vitest-fetch-mock": "0.4.5",
72
72
  "@wise/dynamic-flow-fixtures": "0.0.1",
73
- "@wise/dynamic-flow-types": "4.1.1",
73
+ "@wise/dynamic-flow-types": "4.1.2",
74
74
  "@wise/dynamic-flow-renderers": "0.0.0"
75
75
  },
76
76
  "peerDependencies": {
@@ -85,8 +85,8 @@
85
85
  "react-intl": "^6"
86
86
  },
87
87
  "dependencies": {
88
- "@wise/dynamic-flow-client": "5.1.1",
89
- "@wise/dynamic-flow-types": "4.1.1"
88
+ "@wise/dynamic-flow-client": "5.1.2",
89
+ "@wise/dynamic-flow-types": "4.1.2"
90
90
  },
91
91
  "scripts": {
92
92
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",