@pyefi/widget 0.1.1 → 0.1.3

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 CHANGED
@@ -2,16 +2,16 @@
2
2
 
3
3
  Embeddable Solana yield-trading widget by [Pye Finance](https://pye.fi). Lets users sell future staking rewards for upfront SOL.
4
4
 
5
- Available as a React component or a drop-in CDN script.
6
-
7
5
  ## Install
8
6
 
9
7
  ```bash
10
- pnpm add @pyefi/widget @pyefi/sdk
8
+ pnpm add @pyefi/widget
11
9
  # or
12
- npm install @pyefi/widget @pyefi/sdk
10
+ npm install @pyefi/widget
13
11
  ```
14
12
 
13
+ `@pyefi/sdk` is installed transitively — you don't need to add it separately unless you also want to build a custom UI.
14
+
15
15
  You also need these peer dependencies in your app:
16
16
 
17
17
  ```bash