gondi 0.6.0 → 0.7.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 +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +3 -3
- package/dist/src/contracts/MslV4.d.ts +4 -0
- package/dist/src/contracts/MslV5.d.ts +4 -0
- package/dist/src/contracts/MslV6.d.ts +140 -1
- package/dist/src/contracts/index.d.ts +1 -1
- package/dist/src/gondi.d.ts +148 -10
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ A JavaScript library for crypto-native lending: borrow, lend & refinance NFTs (n
|
|
|
7
7
|
- [Installation](#installation)
|
|
8
8
|
- [Getting Started](#getting-started)
|
|
9
9
|
- [Examples](#examples)
|
|
10
|
-
- [
|
|
10
|
+
- [Need help migrating between versions? Check our Changelog!](./CHANGELOG.md)
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|