@wise/dynamic-flow-client-internal 4.17.0-exp-modal-renderer-b16f932 → 4.17.0
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
|
@@ -3311,7 +3311,7 @@ var ModalContentRenderer = {
|
|
|
3311
3311
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3312
3312
|
var appVersion = (
|
|
3313
3313
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
3314
|
-
typeof process !== "undefined" ? "4.
|
|
3314
|
+
typeof process !== "undefined" ? "4.17.0" : "0.0.0"
|
|
3315
3315
|
);
|
|
3316
3316
|
|
|
3317
3317
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/build/main.mjs
CHANGED
|
@@ -3287,7 +3287,7 @@ var ModalContentRenderer = {
|
|
|
3287
3287
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3288
3288
|
var appVersion = (
|
|
3289
3289
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
3290
|
-
typeof process !== "undefined" ? "4.
|
|
3290
|
+
typeof process !== "undefined" ? "4.17.0" : "0.0.0"
|
|
3291
3291
|
);
|
|
3292
3292
|
|
|
3293
3293
|
// 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.17.0
|
|
3
|
+
"version": "4.17.0",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"typescript": "5.8.3",
|
|
77
77
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
78
78
|
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
79
|
-
"@wise/dynamic-flow-types": "3.8.0
|
|
79
|
+
"@wise/dynamic-flow-types": "3.8.0"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@transferwise/components": "^46.92.0",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"classnames": "2.5.1",
|
|
94
|
-
"@wise/dynamic-flow-client": "4.9.0
|
|
95
|
-
"@wise/dynamic-flow-types": "3.8.0
|
|
94
|
+
"@wise/dynamic-flow-client": "4.9.0",
|
|
95
|
+
"@wise/dynamic-flow-types": "3.8.0"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|