@lifi/perps-types 2.0.0 → 2.0.1
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 +8 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,16 +7,18 @@
|
|
|
7
7
|
|
|
8
8
|
</div>
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
<h1 align="center"><code>@lifi/perps-types</code></h1>
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## Summary
|
|
15
|
-
|
|
16
|
-
This package contains the shared, zero-dependency types for the [LI.FI Perps SDK](https://www.npmjs.com/package/@lifi/perps-sdk) and its provider plugins — a workspace package of the `perps-sdk` monorepo. You rarely install it directly; it arrives transitively with `@lifi/perps-sdk`.
|
|
12
|
+
Shared, zero-dependency types for the [LI.FI Perps SDK](https://www.npmjs.com/package/@lifi/perps-sdk) and its provider plugins. You rarely install it directly — it arrives transitively with `@lifi/perps-sdk`, which re-exports every type.
|
|
17
13
|
|
|
18
14
|
## Installation
|
|
19
15
|
|
|
20
16
|
```bash
|
|
21
17
|
pnpm add @lifi/perps-types
|
|
22
18
|
```
|
|
19
|
+
|
|
20
|
+
## Documentation
|
|
21
|
+
|
|
22
|
+
- [Full documentation](https://public-perps-docs.mintlify.app/)
|
|
23
|
+
- [API reference](https://public-perps-docs.mintlify.app/api-reference)
|
|
24
|
+
- [Source and issues](https://github.com/lifinance/perps-sdk)
|