@ape.swap/bonds-sdk 1.0.19 → 1.0.21

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.
@@ -0,0 +1 @@
1
+ export { default } from './BondsWithProvider';
@@ -1 +1 @@
1
- export { default as BondsWithProvider } from './Bonds';
1
+ export { default as BondsWithProvider } from './BondsWithProvider';
package/dist/index.d.ts CHANGED
@@ -82,11 +82,6 @@ declare const Dropdown: React.FC<DropdownProps>;
82
82
 
83
83
  declare const DropdownItem: React.FC<DropdownItemProps>;
84
84
 
85
- /** @jsxImportSource theme-ui */
86
-
87
- interface BondsProps {
88
- connectionString?: string;
89
- }
90
- declare const Bonds: React.FC<BondsProps>;
85
+ declare const BondsWithProvider: React.FC;
91
86
 
92
- export { Bonds as BondsWithProvider, Button, Dropdown, DropdownItem, Flex, Text };
87
+ export { 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.19",
6
+ "version": "1.0.21",
7
7
  "main": "dist/cjs/index.js",
8
8
  "module": "dist/esm/index.js",
9
9
  "files": [