@ape.swap/bonds-sdk 1.0.34 → 1.0.36

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/App.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './App.css';
3
- declare function App(): React.JSX.Element;
2
+ declare function App(): import("react/jsx-runtime").JSX.Element;
4
3
  export default App;
package/dist/App.js CHANGED
@@ -1,12 +1,17 @@
1
- import React from 'react';
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
13
  import './App.css';
3
14
  function App() {
4
- return (React.createElement("div", { className: "App" },
5
- React.createElement("header", { className: "App-header" },
6
- React.createElement("p", null,
7
- "Edit ",
8
- React.createElement("code", null, "src/App.tsx"),
9
- " and save to reload."),
10
- React.createElement("a", { className: "App-link", href: "https://reactjs.org", target: "_blank", rel: "noopener noreferrer" }, "Learn React"))));
15
+ return (_jsx("div", __assign({ className: "App" }, { children: _jsxs("header", __assign({ className: "App-header" }, { children: [_jsxs("p", { children: ["Edit ", _jsx("code", { children: "src/App.tsx" }), " and save to reload."] }), _jsx("a", __assign({ className: "App-link", href: "https://reactjs.org", target: "_blank", rel: "noopener noreferrer" }, { children: "Learn React" }))] })) })));
11
16
  }
12
17
  export default App;
@@ -1,6 +1,5 @@
1
- // src/MyComponent.tsx
2
- import React from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
3
2
  var MyComponent = function () {
4
- return React.createElement("div", null, "Hello from MyComponent!");
3
+ return _jsx("div", { children: "TESTING" });
5
4
  };
6
5
  export default MyComponent;
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.34",
6
+ "version": "1.0.36",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",
@@ -16,16 +16,34 @@
16
16
  "start": "react-scripts start"
17
17
  },
18
18
  "peerDependencies": {
19
+ "axios": "^1.7.2",
20
+ "ethers": "5.7.2",
21
+ "theme-ui": "^0.16.2",
19
22
  "react": "^17.0.0 || ^18.0.0",
20
23
  "react-dom": "^17.0.0 || ^18.0.0"
21
24
  },
22
25
  "devDependencies": {
26
+ "@ape.swap/apeswap-lists": "^2.0.9",
23
27
  "@types/react": "^17.0.0 || ^18.0.0",
24
28
  "@types/react-dom": "^17.0.0 || ^18.0.0",
29
+ "@web3-react/coinbase-wallet": "^8.2.0",
30
+ "@web3-react/core": "^8.2.0",
31
+ "@web3-react/eip1193": "^8.2.0",
32
+ "@web3-react/empty": "^8.2.0",
33
+ "@web3-react/gnosis-safe": "^8.2.0",
34
+ "@web3-react/metamask": "^8.2.1",
35
+ "@web3-react/network": "^8.2.0",
36
+ "@web3-react/types": "^8.2.0",
37
+ "@web3-react/url": "^8.2.0",
38
+ "@web3-react/walletconnect-v2": "^8.3.3",
39
+ "axios": "^1.7.2",
40
+ "ethers": "5.7.2",
41
+ "theme-ui": "^0.16.2",
25
42
  "typescript": "^4.0.0"
26
43
  },
27
44
  "dependencies": {
28
- "react-scripts": "^5.0.1"
45
+ "react-scripts": "^5.0.1",
46
+ "theme-ui": "^0.16.2"
29
47
  },
30
48
  "browserslist": {
31
49
  "production": [