@wise/dynamic-flow-client-internal 4.31.0 → 4.31.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 CHANGED
@@ -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.1" : "0.0.0"
4421
4421
  );
4422
4422
 
4423
4423
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/build/main.mjs CHANGED
@@ -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.1" : "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.1",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -74,8 +74,8 @@
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",
78
77
  "@wise/dynamic-flow-fixtures": "0.0.1",
78
+ "@wise/dynamic-flow-renderers": "0.0.0",
79
79
  "@wise/dynamic-flow-types": "3.15.1"
80
80
  },
81
81
  "peerDependencies": {
@@ -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.2",
95
95
  "@wise/dynamic-flow-types": "3.15.1"
96
96
  },
97
97
  "scripts": {