@wise/dynamic-flow-client-internal 4.7.0-experimental-2773739 → 4.7.0-experimental-5923da0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "4.7.0-experimental-2773739",
3
+ "version": "4.7.0-experimental-5923da0",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -17,10 +17,10 @@
17
17
  "require": "./build/main.js"
18
18
  },
19
19
  "./build/main.css": "./build/main.css",
20
- "./renderers": {
20
+ "./build/renderers": {
21
21
  "types": "./build/types/renderers.d.ts",
22
- "import": "./build/renderers.mjs",
23
- "require": "./build/renderers.js"
22
+ "import": "./build/renderers/index.mjs",
23
+ "require": "./build/renderers/index.js"
24
24
  }
25
25
  },
26
26
  "sideEffects": [
@@ -88,8 +88,8 @@
88
88
  "typescript": "5.8.2",
89
89
  "webpack": "5.98.0",
90
90
  "@wise/dynamic-flow-fixtures": "0.0.1",
91
- "@wise/dynamic-flow-renderers": "0.0.0",
92
- "@wise/dynamic-flow-types": "3.1.2"
91
+ "@wise/dynamic-flow-types": "3.1.2",
92
+ "@wise/dynamic-flow-renderers": "0.0.0"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "@transferwise/components": "^46.92.0",
@@ -104,8 +104,8 @@
104
104
  },
105
105
  "dependencies": {
106
106
  "classnames": "2.5.1",
107
- "@wise/dynamic-flow-client": "4.3.2",
108
- "@wise/dynamic-flow-types": "3.1.2"
107
+ "@wise/dynamic-flow-types": "3.1.2",
108
+ "@wise/dynamic-flow-client": "4.3.2"
109
109
  },
110
110
  "scripts": {
111
111
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",
File without changes
File without changes