@ape.swap/bonds-sdk 1.0.17 → 1.0.19
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/esm/index.js
CHANGED
|
@@ -41022,5 +41022,5 @@ var Bonds = function (_a) {
|
|
|
41022
41022
|
})] })] }));
|
|
41023
41023
|
};
|
|
41024
41024
|
|
|
41025
|
-
export { Bonds
|
|
41025
|
+
export { Bonds as BondsWithProvider, Button, Dropdown, DropdownItem, Flex, Text };
|
|
41026
41026
|
//# sourceMappingURL=index.js.map
|
package/dist/index.d.ts
CHANGED