@swapkit/server 0.0.0-nightly-20250728140715
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 +4 -0
- package/dist/index.cjs.map +10 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +10 -0
- package/dist/types/index.d.ts +13 -0
- package/dist/types/index.d.ts.map +1 -0
- package/package.json +37 -0
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var{defineProperty:t,getOwnPropertyNames:x,getOwnPropertyDescriptor:c}=Object,a=Object.prototype.hasOwnProperty,r=(m,f,p)=>{for(let e of x(f))if(!a.call(m,e)&&e!=="default")t(m,e,{get:()=>f[e],enumerable:!0});if(p){for(let e of x(f))if(!a.call(p,e)&&e!=="default")t(p,e,{get:()=>f[e],enumerable:!0});return p}};var b=new WeakMap,d=(m)=>{var f=b.get(m),p;if(f)return f;if(f=t({},"__esModule",{value:!0}),m&&typeof m==="object"||typeof m==="function")x(m).map((e)=>!a.call(f,e)&&t(f,e,{get:()=>m[e],enumerable:!(p=c(m,e))||p.enumerable}));return b.set(m,f),f};var o={};module.exports=d(o);r(o,require("@swapkit/wallet-keystore"),module.exports);r(o,require("@swapkit/helpers"),module.exports);r(o,require("@swapkit/helpers/api"),module.exports);r(o,require("@swapkit/helpers/contracts"),module.exports);r(o,require("@swapkit/tokens"),module.exports);r(o,require("@swapkit/toolboxes"),module.exports);r(o,require("@swapkit/toolboxes/cosmos"),module.exports);r(o,require("@swapkit/toolboxes/evm"),module.exports);r(o,require("@swapkit/toolboxes/radix"),module.exports);r(o,require("@swapkit/toolboxes/solana"),module.exports);r(o,require("@swapkit/toolboxes/substrate"),module.exports);r(o,require("@swapkit/toolboxes/utxo"),module.exports);
|
|
2
|
+
|
|
3
|
+
//# debugId=E3F5A5D8D6C05CAD64756E2164756E21
|
|
4
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../src/index.ts"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"export * from \"@swapkit/wallet-keystore\";\nexport * from \"@swapkit/helpers\";\nexport * from \"@swapkit/helpers/api\";\nexport * from \"@swapkit/helpers/contracts\";\nexport * from \"@swapkit/tokens\";\nexport * from \"@swapkit/toolboxes\";\nexport * from \"@swapkit/toolboxes/cosmos\";\nexport * from \"@swapkit/toolboxes/evm\";\nexport * from \"@swapkit/toolboxes/radix\";\nexport * from \"@swapkit/toolboxes/solana\";\nexport * from \"@swapkit/toolboxes/substrate\";\nexport * from \"@swapkit/toolboxes/utxo\";\n"
|
|
6
|
+
],
|
|
7
|
+
"mappings": "2kBAAA,wDACA,gDACA,oDACA,0DACA,+CACA,kDACA,yDACA,sDACA,wDACA,yDACA,4DACA",
|
|
8
|
+
"debugId": "E3F5A5D8D6C05CAD64756E2164756E21",
|
|
9
|
+
"names": []
|
|
10
|
+
}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export*from"@swapkit/wallet-keystore";export*from"@swapkit/helpers";export*from"@swapkit/helpers/api";export*from"@swapkit/helpers/contracts";export*from"@swapkit/tokens";export*from"@swapkit/toolboxes";export*from"@swapkit/toolboxes/cosmos";export*from"@swapkit/toolboxes/evm";export*from"@swapkit/toolboxes/radix";export*from"@swapkit/toolboxes/solana";export*from"@swapkit/toolboxes/substrate";export*from"@swapkit/toolboxes/utxo";
|
|
2
|
+
|
|
3
|
+
//# debugId=913E8218A9ED792D64756E2164756E21
|
|
4
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../src/index.ts"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"export * from \"@swapkit/wallet-keystore\";\nexport * from \"@swapkit/helpers\";\nexport * from \"@swapkit/helpers/api\";\nexport * from \"@swapkit/helpers/contracts\";\nexport * from \"@swapkit/tokens\";\nexport * from \"@swapkit/toolboxes\";\nexport * from \"@swapkit/toolboxes/cosmos\";\nexport * from \"@swapkit/toolboxes/evm\";\nexport * from \"@swapkit/toolboxes/radix\";\nexport * from \"@swapkit/toolboxes/solana\";\nexport * from \"@swapkit/toolboxes/substrate\";\nexport * from \"@swapkit/toolboxes/utxo\";\n"
|
|
6
|
+
],
|
|
7
|
+
"mappings": "AAAA,sCACA,8BACA,kCACA,wCACA,6BACA,gCACA,uCACA,oCACA,sCACA,uCACA,0CACA",
|
|
8
|
+
"debugId": "913E8218A9ED792D64756E2164756E21",
|
|
9
|
+
"names": []
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "@swapkit/wallet-keystore";
|
|
2
|
+
export * from "@swapkit/helpers";
|
|
3
|
+
export * from "@swapkit/helpers/api";
|
|
4
|
+
export * from "@swapkit/helpers/contracts";
|
|
5
|
+
export * from "@swapkit/tokens";
|
|
6
|
+
export * from "@swapkit/toolboxes";
|
|
7
|
+
export * from "@swapkit/toolboxes/cosmos";
|
|
8
|
+
export * from "@swapkit/toolboxes/evm";
|
|
9
|
+
export * from "@swapkit/toolboxes/radix";
|
|
10
|
+
export * from "@swapkit/toolboxes/solana";
|
|
11
|
+
export * from "@swapkit/toolboxes/substrate";
|
|
12
|
+
export * from "@swapkit/toolboxes/utxo";
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"author": "swapkit-oss",
|
|
3
|
+
"dependencies": {
|
|
4
|
+
"@swapkit/helpers": "0.0.0-nightly-20250728140715",
|
|
5
|
+
"@swapkit/tokens": "0.0.0-nightly-20250728140715",
|
|
6
|
+
"@swapkit/toolboxes": "0.0.0-nightly-20250728140715",
|
|
7
|
+
"@swapkit/wallet-keystore": "0.0.0-nightly-20250728140715"
|
|
8
|
+
},
|
|
9
|
+
"description": "SwapKit - Server SDK",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/index.js",
|
|
13
|
+
"require": "./dist/index.cjs",
|
|
14
|
+
"types": "./dist/types/index.d.ts"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"files": ["dist/"],
|
|
18
|
+
"homepage": "https://github.com/swapkit/SwapKit",
|
|
19
|
+
"license": "Apache-2.0",
|
|
20
|
+
"name": "@swapkit/server",
|
|
21
|
+
"repository": {
|
|
22
|
+
"directory": "packages/server",
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git+https://github.com/swapkit/SwapKit.git"
|
|
25
|
+
},
|
|
26
|
+
"scripts": {
|
|
27
|
+
"build": "bun run ./build.ts",
|
|
28
|
+
"build:clean": "rm -rf dist && bun run ./build.ts",
|
|
29
|
+
"clean": "rm -rf dist node_modules *.tsbuildinfo",
|
|
30
|
+
"test": "echo 'bun test'",
|
|
31
|
+
"test:ci": "echo 'bun test --coverage'",
|
|
32
|
+
"type-check": "bun tsc --noEmit",
|
|
33
|
+
"type-check:go": "tsgo"
|
|
34
|
+
},
|
|
35
|
+
"type": "module",
|
|
36
|
+
"version": "0.0.0-nightly-20250728140715"
|
|
37
|
+
}
|