@ape.swap/bonds-sdk 1.0.16 → 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.
@@ -1 +1,2 @@
1
1
  export { default as Bonds } from './Bonds';
2
+ export { default as BondsWithProvider } from './Bonds';
package/dist/esm/index.js CHANGED
@@ -41022,5 +41022,5 @@ var Bonds = function (_a) {
41022
41022
  })] })] }));
41023
41023
  };
41024
41024
 
41025
- export { Bonds, Button, Dropdown, DropdownItem, Flex, Text };
41025
+ export { Bonds, Bonds as BondsWithProvider, Button, Dropdown, DropdownItem, Flex, Text };
41026
41026
  //# sourceMappingURL=index.js.map
@@ -1 +1,2 @@
1
1
  export { default as Bonds } from './Bonds';
2
+ export { default as BondsWithProvider } from './Bonds';
package/dist/index.d.ts CHANGED
@@ -89,4 +89,4 @@ interface BondsProps {
89
89
  }
90
90
  declare const Bonds: React.FC<BondsProps>;
91
91
 
92
- export { Bonds, Button, Dropdown, DropdownItem, Flex, Text };
92
+ export { Bonds, Bonds as BondsWithProvider, Button, Dropdown, DropdownItem, Flex, Text };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "1.0.16",
6
+ "version": "1.0.17",
7
7
  "main": "dist/cjs/index.js",
8
8
  "module": "dist/esm/index.js",
9
9
  "files": [