@wise/dynamic-flow-client-internal 4.33.3 → 4.33.4

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 CHANGED
@@ -4444,7 +4444,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
4444
4444
  // src/dynamicFlow/telemetry/app-version.ts
4445
4445
  var appVersion = (
4446
4446
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4447
- typeof process !== "undefined" ? "4.33.3" : "0.0.0"
4447
+ typeof process !== "undefined" ? "4.33.4" : "0.0.0"
4448
4448
  );
4449
4449
 
4450
4450
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/build/main.mjs CHANGED
@@ -4414,7 +4414,7 @@ import {
4414
4414
  // src/dynamicFlow/telemetry/app-version.ts
4415
4415
  var appVersion = (
4416
4416
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4417
- typeof process !== "undefined" ? "4.33.3" : "0.0.0"
4417
+ typeof process !== "undefined" ? "4.33.4" : "0.0.0"
4418
4418
  );
4419
4419
 
4420
4420
  // 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.33.3",
3
+ "version": "4.33.4",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -75,8 +75,8 @@
75
75
  "tsx": "4.20.6",
76
76
  "typescript": "5.9.3",
77
77
  "@wise/dynamic-flow-renderers": "0.0.0",
78
- "@wise/dynamic-flow-fixtures": "0.0.1",
79
- "@wise/dynamic-flow-types": "3.16.0"
78
+ "@wise/dynamic-flow-types": "3.16.0",
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.19.2",
94
+ "@wise/dynamic-flow-client": "4.19.3",
95
95
  "@wise/dynamic-flow-types": "3.16.0"
96
96
  },
97
97
  "scripts": {