@wise/dynamic-flow-client-internal 0.2.0 → 0.3.0-beta-0489d0.5
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/README.md +3 -3
- package/build/main.cjs.js +26807 -0
- package/build/main.cjs.min.js +68 -0
- package/build/main.esm.js +26808 -0
- package/build/main.esm.min.js +68 -0
- package/build/types/dynamicFlow/DynamicFlow.d.ts +3 -0
- package/build/types/index.d.ts +3 -0
- package/package.json +22 -19
- package/build/index.d.ts +0 -5
- package/build/index.js +0 -17
package/README.md
CHANGED
|
@@ -23,15 +23,15 @@ pnpm install @wise/dynamic-flow-client-internal
|
|
|
23
23
|
|
|
24
24
|
```
|
|
25
25
|
# yarn
|
|
26
|
-
yarn add
|
|
26
|
+
yarn add react react-dom react-intl
|
|
27
27
|
yarn add @transferwise/components @transferwise/formatting @transferwise/icons @transferwise/neptune-css
|
|
28
28
|
|
|
29
29
|
# npm
|
|
30
|
-
npm install
|
|
30
|
+
npm install react react-dom react-intl
|
|
31
31
|
npm install @transferwise/components @transferwise/formatting @transferwise/icons @transferwise/neptune-css
|
|
32
32
|
|
|
33
33
|
# pnpm
|
|
34
|
-
pnpm install
|
|
34
|
+
pnpm install react react-dom react-intl
|
|
35
35
|
pnpm install @transferwise/components @transferwise/formatting @transferwise/icons @transferwise/neptune-css
|
|
36
36
|
```
|
|
37
37
|
|