@tcswap/browser 4.1.16 → 4.1.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/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- var{defineProperty:e,getOwnPropertyNames:o,getOwnPropertyDescriptor:r}=Object,t=Object.prototype.hasOwnProperty,i=(n,c,a)=>{for(let d of o(c))if(!t.call(n,d)&&d!=="default")e(n,d,{get:()=>c[d],enumerable:!0});if(a){for(let d of o(c))if(!t.call(a,d)&&d!=="default")e(a,d,{get:()=>c[d],enumerable:!0});return a}};var l=new WeakMap,y=(n)=>{var c=l.get(n),a;if(c)return c;if(c=e({},"__esModule",{value:!0}),n&&typeof n==="object"||typeof n==="function")o(n).map((d)=>!t.call(c,d)&&e(c,d,{get:()=>n[d],enumerable:!(a=r(n,d))||a.enumerable}));return l.set(n,c),c};var m={};module.exports=y(m);i(m,require("@tcswap/core"),module.exports);
1
+ var{defineProperty:m,getOwnPropertyNames:y,getOwnPropertyDescriptor:A}=Object,t=Object.prototype.hasOwnProperty;function i(d){return this[d]}var l=(d,c,a)=>{var e=y(c);for(let n of e)if(!t.call(d,n)&&n!=="default")m(d,n,{get:i.bind(c,n),enumerable:!0});if(a){for(let n of e)if(!t.call(a,n)&&n!=="default")m(a,n,{get:i.bind(c,n),enumerable:!0});return a}};var O=(d)=>{var c=(r??=new WeakMap).get(d),a;if(c)return c;if(c=m({},"__esModule",{value:!0}),d&&typeof d==="object"||typeof d==="function"){for(var e of y(d))if(!t.call(c,e))m(c,e,{get:i.bind(d,e),enumerable:!(a=A(d,e))||a.enumerable})}return r.set(d,c),c},r;var o={};module.exports=O(o);l(o,require("@tcswap/core"),module.exports);
2
2
 
3
- //# debugId=70024220849A5C9864756E2164756E21
3
+ //# debugId=25E233CA91DD8A9A64756E2164756E21
4
4
  //# sourceMappingURL=index.cjs.map
@@ -4,7 +4,7 @@
4
4
  "sourcesContent": [
5
5
  "/*\n * TODO:\n * - Add dynamic connect\n * - Add dynamic wallets\n */\n\nexport * from \"@tcswap/core\";\n"
6
6
  ],
7
- "mappings": "2kBAMA",
8
- "debugId": "70024220849A5C9864756E2164756E21",
7
+ "mappings": "ooBAMA",
8
+ "debugId": "25E233CA91DD8A9A64756E2164756E21",
9
9
  "names": []
10
10
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "author": "swapkit-oss",
3
3
  "dependencies": {
4
- "@tcswap/core": "4.1.16",
5
- "@tcswap/helpers": "4.5.15",
6
- "@tcswap/plugins": "4.2.15",
7
- "@tcswap/wallets": "4.3.16"
4
+ "@tcswap/core": "4.1.17",
5
+ "@tcswap/helpers": "4.5.16",
6
+ "@tcswap/plugins": "4.2.16",
7
+ "@tcswap/wallets": "4.3.17"
8
8
  },
9
9
  "description": "USwap - Browser SDK",
10
10
  "exports": {
@@ -34,5 +34,5 @@
34
34
  "type-check:go": "tsgo"
35
35
  },
36
36
  "type": "module",
37
- "version": "4.1.16"
37
+ "version": "4.1.17"
38
38
  }