@wise/dynamic-flow-client-internal 4.29.0 → 4.29.1

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
@@ -4390,7 +4390,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
4390
4390
  // src/dynamicFlow/telemetry/app-version.ts
4391
4391
  var appVersion = (
4392
4392
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4393
- typeof process !== "undefined" ? "4.29.0" : "0.0.0"
4393
+ typeof process !== "undefined" ? "4.29.1" : "0.0.0"
4394
4394
  );
4395
4395
 
4396
4396
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/build/main.mjs CHANGED
@@ -4360,7 +4360,7 @@ import {
4360
4360
  // src/dynamicFlow/telemetry/app-version.ts
4361
4361
  var appVersion = (
4362
4362
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4363
- typeof process !== "undefined" ? "4.29.0" : "0.0.0"
4363
+ typeof process !== "undefined" ? "4.29.1" : "0.0.0"
4364
4364
  );
4365
4365
 
4366
4366
  // 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.29.0",
3
+ "version": "4.29.1",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -43,21 +43,21 @@
43
43
  "@testing-library/jest-dom": "6.8.0",
44
44
  "@testing-library/react": "16.3.0",
45
45
  "@testing-library/user-event": "14.6.1",
46
- "@transferwise/components": "46.105.5",
46
+ "@transferwise/components": "46.106.0",
47
47
  "@transferwise/formatting": "^2.13.4",
48
48
  "@transferwise/icons": "3.22.4",
49
49
  "@transferwise/neptune-css": "14.24.5",
50
50
  "@types/jest": "30.0.0",
51
51
  "@types/react": "18.3.24",
52
52
  "@types/react-dom": "18.3.7",
53
- "@wise/art": "2.24.4",
53
+ "@wise/art": "2.24.5",
54
54
  "@wise/components-theming": "^1.6.4",
55
- "babel-jest": "30.0.5",
55
+ "babel-jest": "30.1.2",
56
56
  "currency-flags": "4.0.7",
57
- "esbuild": "0.25.8",
57
+ "esbuild": "0.25.9",
58
58
  "eslint-plugin-storybook": "9.1.3",
59
- "jest": "30.0.5",
60
- "jest-environment-jsdom": "30.0.5",
59
+ "jest": "30.1.2",
60
+ "jest-environment-jsdom": "30.1.2",
61
61
  "jest-fetch-mock": "^3.0.3",
62
62
  "jest-watch-typeahead": "^3.0.1",
63
63
  "npm-run-all2": "8.0.4",
@@ -75,8 +75,8 @@
75
75
  "tsx": "4.20.5",
76
76
  "typescript": "5.9.2",
77
77
  "@wise/dynamic-flow-renderers": "0.0.0",
78
- "@wise/dynamic-flow-types": "3.14.0",
79
- "@wise/dynamic-flow-fixtures": "0.0.1"
78
+ "@wise/dynamic-flow-fixtures": "0.0.1",
79
+ "@wise/dynamic-flow-types": "3.14.1"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@transferwise/components": "^46.104.0",
@@ -91,8 +91,8 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "classnames": "2.5.1",
94
- "@wise/dynamic-flow-client": "4.17.0",
95
- "@wise/dynamic-flow-types": "3.14.0"
94
+ "@wise/dynamic-flow-client": "4.17.1",
95
+ "@wise/dynamic-flow-types": "3.14.1"
96
96
  },
97
97
  "scripts": {
98
98
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",