@wise/dynamic-flow-client-internal 4.12.4 → 4.12.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 +1 -1
- package/build/main.mjs +1 -1
- package/package.json +12 -12
package/build/main.js
CHANGED
|
@@ -3190,7 +3190,7 @@ var ModalContentRenderer = {
|
|
|
3190
3190
|
};
|
|
3191
3191
|
|
|
3192
3192
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3193
|
-
var appVersion = "4.12.
|
|
3193
|
+
var appVersion = "4.12.5";
|
|
3194
3194
|
|
|
3195
3195
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
3196
3196
|
var getLogEvent = (onLog) => (level, message, extra) => {
|
package/build/main.mjs
CHANGED
|
@@ -3166,7 +3166,7 @@ var ModalContentRenderer = {
|
|
|
3166
3166
|
};
|
|
3167
3167
|
|
|
3168
3168
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3169
|
-
var appVersion = "4.12.
|
|
3169
|
+
var appVersion = "4.12.5";
|
|
3170
3170
|
|
|
3171
3171
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
3172
3172
|
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.12.
|
|
3
|
+
"version": "4.12.5",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@babel/core": "7.27.
|
|
33
|
+
"@babel/core": "7.27.3",
|
|
34
34
|
"@babel/plugin-syntax-flow": "7.27.1",
|
|
35
35
|
"@babel/plugin-transform-react-jsx": "7.27.1",
|
|
36
36
|
"@babel/preset-env": "7.27.2",
|
|
@@ -51,18 +51,18 @@
|
|
|
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.97.
|
|
54
|
+
"@transferwise/components": "46.97.5",
|
|
55
55
|
"@transferwise/formatting": "^2.13.1",
|
|
56
|
-
"@transferwise/icons": "3.
|
|
56
|
+
"@transferwise/icons": "3.22.0",
|
|
57
57
|
"@transferwise/neptune-css": "14.24.4",
|
|
58
58
|
"@types/jest": "29.5.14",
|
|
59
|
-
"@types/react": "18.3.
|
|
59
|
+
"@types/react": "18.3.23",
|
|
60
60
|
"@types/react-dom": "18.3.7",
|
|
61
|
-
"@wise/art": "2.
|
|
62
|
-
"@wise/components-theming": "^1.6.
|
|
61
|
+
"@wise/art": "2.21.2",
|
|
62
|
+
"@wise/components-theming": "^1.6.3",
|
|
63
63
|
"babel-jest": "29.7.0",
|
|
64
64
|
"currency-flags": "4.0.7",
|
|
65
|
-
"esbuild": "0.25.
|
|
65
|
+
"esbuild": "0.25.5",
|
|
66
66
|
"jest": "29.7.0",
|
|
67
67
|
"jest-environment-jsdom": "29.7.0",
|
|
68
68
|
"jest-fetch-mock": "^3.0.3",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
82
82
|
"tsx": "4.19.4",
|
|
83
83
|
"typescript": "5.8.3",
|
|
84
|
-
"webpack": "5.99.
|
|
84
|
+
"webpack": "5.99.9",
|
|
85
85
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
86
|
-
"@wise/dynamic-flow-types": "3.3.
|
|
86
|
+
"@wise/dynamic-flow-types": "3.3.5",
|
|
87
87
|
"@wise/dynamic-flow-renderers": "0.0.0"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
101
|
"classnames": "2.5.1",
|
|
102
|
-
"@wise/dynamic-flow-client": "4.5.
|
|
103
|
-
"@wise/dynamic-flow-types": "3.3.
|
|
102
|
+
"@wise/dynamic-flow-client": "4.5.7",
|
|
103
|
+
"@wise/dynamic-flow-types": "3.3.5"
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
106
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|