@wise/dynamic-flow-client-internal 4.15.1 → 4.15.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 +1 -1
- package/build/main.mjs +1 -1
- package/package.json +4 -4
package/build/main.js
CHANGED
|
@@ -3299,7 +3299,7 @@ var ModalContentRenderer = {
|
|
|
3299
3299
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3300
3300
|
var appVersion = (
|
|
3301
3301
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
3302
|
-
typeof process !== "undefined" ? "4.15.
|
|
3302
|
+
typeof process !== "undefined" ? "4.15.2" : "0.0.0"
|
|
3303
3303
|
);
|
|
3304
3304
|
|
|
3305
3305
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/build/main.mjs
CHANGED
|
@@ -3275,7 +3275,7 @@ var ModalContentRenderer = {
|
|
|
3275
3275
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3276
3276
|
var appVersion = (
|
|
3277
3277
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
3278
|
-
typeof process !== "undefined" ? "4.15.
|
|
3278
|
+
typeof process !== "undefined" ? "4.15.2" : "0.0.0"
|
|
3279
3279
|
);
|
|
3280
3280
|
|
|
3281
3281
|
// 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.
|
|
3
|
+
"version": "4.15.2",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -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-fixtures": "0.0.1",
|
|
78
77
|
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
79
|
-
"@wise/dynamic-flow-types": "3.6.1"
|
|
78
|
+
"@wise/dynamic-flow-types": "3.6.1",
|
|
79
|
+
"@wise/dynamic-flow-fixtures": "0.0.1"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@transferwise/components": "^46.92.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"classnames": "2.5.1",
|
|
94
|
-
"@wise/dynamic-flow-client": "4.8.
|
|
94
|
+
"@wise/dynamic-flow-client": "4.8.2",
|
|
95
95
|
"@wise/dynamic-flow-types": "3.6.1"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|