@wise/dynamic-flow-client-internal 4.31.0 → 4.31.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.
@@ -19,7 +19,7 @@
19
19
  "df.wise.CopyFeedback.copy": "複製到剪貼板",
20
20
  "df.wise.CopyFeedback.copyFailed": "無法複製到剪貼板",
21
21
  "df.wise.Decision.all": "全部",
22
- "df.wise.Decision.currenciesWithAccountDetails": "提供賬戶資料的餘額",
22
+ "df.wise.Decision.currenciesWithAccountDetails": "提供賬戶資料的貨幣",
23
23
  "df.wise.Decision.filterPlaceholder": "開始輸入以搜尋",
24
24
  "df.wise.Decision.noResults": "沒有結果",
25
25
  "df.wise.Decision.popular": "熱門",
package/build/main.js CHANGED
@@ -4355,7 +4355,7 @@ var zh_HK_default = {
4355
4355
  "df.wise.CopyFeedback.copy": "\u8907\u88FD\u5230\u526A\u8CBC\u677F",
4356
4356
  "df.wise.CopyFeedback.copyFailed": "\u7121\u6CD5\u8907\u88FD\u5230\u526A\u8CBC\u677F",
4357
4357
  "df.wise.Decision.all": "\u5168\u90E8",
4358
- "df.wise.Decision.currenciesWithAccountDetails": "\u63D0\u4F9B\u8CEC\u6236\u8CC7\u6599\u7684\u9918\u984D",
4358
+ "df.wise.Decision.currenciesWithAccountDetails": "\u63D0\u4F9B\u8CEC\u6236\u8CC7\u6599\u7684\u8CA8\u5E63",
4359
4359
  "df.wise.Decision.filterPlaceholder": "\u958B\u59CB\u8F38\u5165\u4EE5\u641C\u5C0B",
4360
4360
  "df.wise.Decision.noResults": "\u6C92\u6709\u7D50\u679C",
4361
4361
  "df.wise.Decision.popular": "\u71B1\u9580",
@@ -4417,7 +4417,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
4417
4417
  // src/dynamicFlow/telemetry/app-version.ts
4418
4418
  var appVersion = (
4419
4419
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4420
- typeof process !== "undefined" ? "4.31.0" : "0.0.0"
4420
+ typeof process !== "undefined" ? "4.31.2" : "0.0.0"
4421
4421
  );
4422
4422
 
4423
4423
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/build/main.mjs CHANGED
@@ -4321,7 +4321,7 @@ var zh_HK_default = {
4321
4321
  "df.wise.CopyFeedback.copy": "\u8907\u88FD\u5230\u526A\u8CBC\u677F",
4322
4322
  "df.wise.CopyFeedback.copyFailed": "\u7121\u6CD5\u8907\u88FD\u5230\u526A\u8CBC\u677F",
4323
4323
  "df.wise.Decision.all": "\u5168\u90E8",
4324
- "df.wise.Decision.currenciesWithAccountDetails": "\u63D0\u4F9B\u8CEC\u6236\u8CC7\u6599\u7684\u9918\u984D",
4324
+ "df.wise.Decision.currenciesWithAccountDetails": "\u63D0\u4F9B\u8CEC\u6236\u8CC7\u6599\u7684\u8CA8\u5E63",
4325
4325
  "df.wise.Decision.filterPlaceholder": "\u958B\u59CB\u8F38\u5165\u4EE5\u641C\u5C0B",
4326
4326
  "df.wise.Decision.noResults": "\u6C92\u6709\u7D50\u679C",
4327
4327
  "df.wise.Decision.popular": "\u71B1\u9580",
@@ -4387,7 +4387,7 @@ import {
4387
4387
  // src/dynamicFlow/telemetry/app-version.ts
4388
4388
  var appVersion = (
4389
4389
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4390
- typeof process !== "undefined" ? "4.31.0" : "0.0.0"
4390
+ typeof process !== "undefined" ? "4.31.2" : "0.0.0"
4391
4391
  );
4392
4392
 
4393
4393
  // 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.31.0",
3
+ "version": "4.31.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.5",
76
76
  "typescript": "5.9.2",
77
- "@wise/dynamic-flow-renderers": "0.0.0",
77
+ "@wise/dynamic-flow-types": "3.15.1",
78
78
  "@wise/dynamic-flow-fixtures": "0.0.1",
79
- "@wise/dynamic-flow-types": "3.15.1"
79
+ "@wise/dynamic-flow-renderers": "0.0.0"
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.18.1",
94
+ "@wise/dynamic-flow-client": "4.18.3",
95
95
  "@wise/dynamic-flow-types": "3.15.1"
96
96
  },
97
97
  "scripts": {