@ape.swap/bonds-sdk 1.0.15 → 1.0.17
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/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/views/Bonds/BondsWithProvider.d.ts +3 -0
- package/dist/cjs/types/views/index.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/views/Bonds/BondsWithProvider.d.ts +3 -0
- package/dist/esm/types/views/index.d.ts +1 -0
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -41043,6 +41043,7 @@ var Bonds = function (_a) {
|
|
|
41043
41043
|
};
|
|
41044
41044
|
|
|
41045
41045
|
exports.Bonds = Bonds;
|
|
41046
|
+
exports.BondsWithProvider = Bonds;
|
|
41046
41047
|
exports.Button = Button;
|
|
41047
41048
|
exports.Dropdown = Dropdown;
|
|
41048
41049
|
exports.DropdownItem = DropdownItem;
|