@satora/swap 0.0.1-alpha.0
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/cctp-bridge.d.ts +3 -0
- package/dist/cctp-bridge.d.ts.map +1 -0
- package/dist/cctp-bridge.js +3 -0
- package/dist/cctp-bridge.js.map +1 -0
- package/dist/delegate.d.ts +3 -0
- package/dist/delegate.d.ts.map +1 -0
- package/dist/delegate.js +3 -0
- package/dist/delegate.js.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +10 -0
- package/dist/index.js.map +1 -0
- package/dist/node.d.ts +3 -0
- package/dist/node.d.ts.map +1 -0
- package/dist/node.js +3 -0
- package/dist/node.js.map +1 -0
- package/package.json +48 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cctp-bridge.d.ts","sourceRoot":"","sources":["../src/cctp-bridge.ts"],"names":[],"mappings":"AAAA,sFAAsF;AACtF,cAAc,0CAA0C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cctp-bridge.js","sourceRoot":"","sources":["../src/cctp-bridge.ts"],"names":[],"mappings":"AAAA,sFAAsF;AACtF,cAAc,0CAA0C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delegate.d.ts","sourceRoot":"","sources":["../src/delegate.ts"],"names":[],"mappings":"AAAA,mFAAmF;AACnF,cAAc,uCAAuC,CAAC"}
|
package/dist/delegate.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delegate.js","sourceRoot":"","sources":["../src/delegate.ts"],"names":[],"mappings":"AAAA,mFAAmF;AACnF,cAAc,uCAAuC,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @satora/swap — the Satora-scoped name for the swap client.
|
|
3
|
+
*
|
|
4
|
+
* Re-exports the legacy `@lendasat/lendaswap-sdk-pure` bundle verbatim
|
|
5
|
+
* (Client, ClientBuilder, signer helpers, etc.) so new code can import
|
|
6
|
+
* `@satora/swap` while the published legacy package keeps working. This
|
|
7
|
+
* is the seam for migrating implementation into `@satora/*` later.
|
|
8
|
+
*/
|
|
9
|
+
export * from "@lendasat/lendaswap-sdk-pure";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,8BAA8B,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @satora/swap — the Satora-scoped name for the swap client.
|
|
3
|
+
*
|
|
4
|
+
* Re-exports the legacy `@lendasat/lendaswap-sdk-pure` bundle verbatim
|
|
5
|
+
* (Client, ClientBuilder, signer helpers, etc.) so new code can import
|
|
6
|
+
* `@satora/swap` while the published legacy package keeps working. This
|
|
7
|
+
* is the seam for migrating implementation into `@satora/*` later.
|
|
8
|
+
*/
|
|
9
|
+
export * from "@lendasat/lendaswap-sdk-pure";
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,8BAA8B,CAAC"}
|
package/dist/node.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../src/node.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,cAAc,mCAAmC,CAAC"}
|
package/dist/node.js
ADDED
package/dist/node.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node.js","sourceRoot":"","sources":["../src/node.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,cAAc,mCAAmC,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@satora/swap",
|
|
3
|
+
"version": "0.0.1-alpha.0",
|
|
4
|
+
"description": "Satora swap client",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"module": "dist/index.js",
|
|
8
|
+
"types": "dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"import": "./dist/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./node": {
|
|
15
|
+
"types": "./dist/node.d.ts",
|
|
16
|
+
"import": "./dist/node.js"
|
|
17
|
+
},
|
|
18
|
+
"./delegate": {
|
|
19
|
+
"types": "./dist/delegate.d.ts",
|
|
20
|
+
"import": "./dist/delegate.js"
|
|
21
|
+
},
|
|
22
|
+
"./cctp-bridge": {
|
|
23
|
+
"types": "./dist/cctp-bridge.d.ts",
|
|
24
|
+
"import": "./dist/cctp-bridge.js"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"files": [
|
|
28
|
+
"dist"
|
|
29
|
+
],
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@lendasat/lendaswap-sdk-pure": "^0.2.38"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@biomejs/biome": "2.3.15",
|
|
35
|
+
"typescript": "^5.7.0"
|
|
36
|
+
},
|
|
37
|
+
"license": "MIT",
|
|
38
|
+
"publishConfig": {
|
|
39
|
+
"access": "public"
|
|
40
|
+
},
|
|
41
|
+
"scripts": {
|
|
42
|
+
"build": "tsc -p tsconfig.build.json",
|
|
43
|
+
"check-types": "tsc -p tsconfig.json --noEmit",
|
|
44
|
+
"lint": "biome check .",
|
|
45
|
+
"lint:fix": "biome check --write .",
|
|
46
|
+
"clean": "rm -rf dist"
|
|
47
|
+
}
|
|
48
|
+
}
|