@wise/dynamic-flow-client-internal 4.38.0 → 4.38.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 +1 -1
- package/build/main.mjs +1 -1
- package/package.json +4 -4
package/build/main.js
CHANGED
|
@@ -4750,7 +4750,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
|
|
|
4750
4750
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4751
4751
|
var appVersion = (
|
|
4752
4752
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4753
|
-
typeof process !== "undefined" ? "4.38.
|
|
4753
|
+
typeof process !== "undefined" ? "4.38.1" : "0.0.0"
|
|
4754
4754
|
);
|
|
4755
4755
|
|
|
4756
4756
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/build/main.mjs
CHANGED
|
@@ -4720,7 +4720,7 @@ import {
|
|
|
4720
4720
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4721
4721
|
var appVersion = (
|
|
4722
4722
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4723
|
-
typeof process !== "undefined" ? "4.38.
|
|
4723
|
+
typeof process !== "undefined" ? "4.38.1" : "0.0.0"
|
|
4724
4724
|
);
|
|
4725
4725
|
|
|
4726
4726
|
// 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.38.
|
|
3
|
+
"version": "4.38.1",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"tsx": "4.20.6",
|
|
77
77
|
"typescript": "5.9.3",
|
|
78
78
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
79
|
-
"@wise/dynamic-flow-
|
|
80
|
-
"@wise/dynamic-flow-
|
|
79
|
+
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
80
|
+
"@wise/dynamic-flow-types": "3.19.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@transferwise/components": "^46.104.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"classnames": "2.5.1",
|
|
95
|
-
"@wise/dynamic-flow-client": "4.21.
|
|
95
|
+
"@wise/dynamic-flow-client": "4.21.2",
|
|
96
96
|
"@wise/dynamic-flow-types": "3.19.0"
|
|
97
97
|
},
|
|
98
98
|
"scripts": {
|