@wise/dynamic-flow-client-internal 5.14.0-experimental-context-menu-version-6a043b0 → 5.14.0-experimental-9fc0bf0

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
@@ -141,7 +141,7 @@ var import_dynamic_flow_client3 = require("@wise/dynamic-flow-client");
141
141
  // src/dynamicFlow/telemetry/app-version.ts
142
142
  var appVersion = (
143
143
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
144
- typeof process !== "undefined" ? "5.13.4" : "0.0.0"
144
+ typeof process !== "undefined" ? "5.14.0-experimental-9fc0bf0" : "0.0.0"
145
145
  );
146
146
 
147
147
  // src/dynamicFlow/context-menu/useContextMenu.tsx
package/build/main.mjs CHANGED
@@ -123,7 +123,7 @@ import { useDynamicFlow } from "@wise/dynamic-flow-client";
123
123
  // src/dynamicFlow/telemetry/app-version.ts
124
124
  var appVersion = (
125
125
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
126
- typeof process !== "undefined" ? "5.13.4" : "0.0.0"
126
+ typeof process !== "undefined" ? "5.14.0-experimental-9fc0bf0" : "0.0.0"
127
127
  );
128
128
 
129
129
  // src/dynamicFlow/context-menu/useContextMenu.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "5.14.0-experimental-context-menu-version-6a043b0",
3
+ "version": "5.14.0-experimental-9fc0bf0",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -67,8 +67,8 @@
67
67
  "typescript": "^5.9.3",
68
68
  "vitest": "^4.1.4",
69
69
  "@wise/dynamic-flow-fixtures": "0.0.1",
70
- "@wise/dynamic-flow-types": "4.12.3",
71
- "@wise/dynamic-flow-renderers": "0.0.0"
70
+ "@wise/dynamic-flow-renderers": "0.0.0",
71
+ "@wise/dynamic-flow-types": "4.12.3"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@transferwise/components": "^46.104.0",
@@ -82,8 +82,8 @@
82
82
  "react-intl": "^6 || ^7"
83
83
  },
84
84
  "dependencies": {
85
- "@wise/dynamic-flow-client": "5.13.3",
86
- "@wise/dynamic-flow-types": "4.12.3"
85
+ "@wise/dynamic-flow-types": "4.12.3",
86
+ "@wise/dynamic-flow-client": "5.13.3"
87
87
  },
88
88
  "scripts": {
89
89
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",