@wise/dynamic-flow-client-internal 4.25.0 → 4.25.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
|
@@ -4306,7 +4306,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
|
|
|
4306
4306
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4307
4307
|
var appVersion = (
|
|
4308
4308
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4309
|
-
typeof process !== "undefined" ? "4.25.
|
|
4309
|
+
typeof process !== "undefined" ? "4.25.1" : "0.0.0"
|
|
4310
4310
|
);
|
|
4311
4311
|
|
|
4312
4312
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/build/main.mjs
CHANGED
|
@@ -4277,7 +4277,7 @@ import {
|
|
|
4277
4277
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4278
4278
|
var appVersion = (
|
|
4279
4279
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4280
|
-
typeof process !== "undefined" ? "4.25.
|
|
4280
|
+
typeof process !== "undefined" ? "4.25.1" : "0.0.0"
|
|
4281
4281
|
);
|
|
4282
4282
|
|
|
4283
4283
|
// 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.25.
|
|
3
|
+
"version": "4.25.1",
|
|
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.4",
|
|
76
76
|
"typescript": "5.9.2",
|
|
77
|
-
"@wise/dynamic-flow-
|
|
77
|
+
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
78
78
|
"@wise/dynamic-flow-types": "3.12.0",
|
|
79
|
-
"@wise/dynamic-flow-
|
|
79
|
+
"@wise/dynamic-flow-fixtures": "0.0.1"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@transferwise/components": "^46.104.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"classnames": "2.5.1",
|
|
94
|
-
"@wise/dynamic-flow-client": "4.15.
|
|
94
|
+
"@wise/dynamic-flow-client": "4.15.1",
|
|
95
95
|
"@wise/dynamic-flow-types": "3.12.0"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|