@wise/dynamic-flow-client-internal 4.7.0-experimental-5923da0 → 4.7.0-experimental-33a9fbb
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-
|
|
3
|
+
"version": "4.7.0-experimental-33a9fbb",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|
|
15
15
|
"types": "./build/types/index.d.ts",
|
|
16
|
-
"import": "./build/
|
|
17
|
-
"require": "./build/
|
|
16
|
+
"import": "./build/index.mjs",
|
|
17
|
+
"require": "./build/index.js"
|
|
18
18
|
},
|
|
19
19
|
"./build/main.css": "./build/main.css",
|
|
20
|
-
"./
|
|
20
|
+
"./renderers": {
|
|
21
21
|
"types": "./build/types/renderers.d.ts",
|
|
22
|
-
"import": "./build/renderers
|
|
23
|
-
"require": "./build/renderers
|
|
22
|
+
"import": "./build/renderers.mjs",
|
|
23
|
+
"require": "./build/renderers.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-
|
|
92
|
-
"@wise/dynamic-flow-
|
|
91
|
+
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
92
|
+
"@wise/dynamic-flow-types": "3.1.2"
|
|
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-
|
|
108
|
-
"@wise/dynamic-flow-
|
|
107
|
+
"@wise/dynamic-flow-client": "4.3.2",
|
|
108
|
+
"@wise/dynamic-flow-types": "3.1.2"
|
|
109
109
|
},
|
|
110
110
|
"scripts": {
|
|
111
111
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|