@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.
@@ -0,0 +1,3 @@
1
+ /** Re-export of the legacy `@lendasat/lendaswap-sdk-pure/cctp-bridge` entry point. */
2
+ export * from "@lendasat/lendaswap-sdk-pure/cctp-bridge";
3
+ //# sourceMappingURL=cctp-bridge.d.ts.map
@@ -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,3 @@
1
+ /** Re-export of the legacy `@lendasat/lendaswap-sdk-pure/cctp-bridge` entry point. */
2
+ export * from "@lendasat/lendaswap-sdk-pure/cctp-bridge";
3
+ //# sourceMappingURL=cctp-bridge.js.map
@@ -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,3 @@
1
+ /** Re-export of the legacy `@lendasat/lendaswap-sdk-pure/delegate` entry point. */
2
+ export * from "@lendasat/lendaswap-sdk-pure/delegate";
3
+ //# sourceMappingURL=delegate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delegate.d.ts","sourceRoot":"","sources":["../src/delegate.ts"],"names":[],"mappings":"AAAA,mFAAmF;AACnF,cAAc,uCAAuC,CAAC"}
@@ -0,0 +1,3 @@
1
+ /** Re-export of the legacy `@lendasat/lendaswap-sdk-pure/delegate` entry point. */
2
+ export * from "@lendasat/lendaswap-sdk-pure/delegate";
3
+ //# sourceMappingURL=delegate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delegate.js","sourceRoot":"","sources":["../src/delegate.ts"],"names":[],"mappings":"AAAA,mFAAmF;AACnF,cAAc,uCAAuC,CAAC"}
@@ -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,3 @@
1
+ /** Re-export of the legacy `@lendasat/lendaswap-sdk-pure/node` entry point. */
2
+ export * from "@lendasat/lendaswap-sdk-pure/node";
3
+ //# sourceMappingURL=node.d.ts.map
@@ -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
@@ -0,0 +1,3 @@
1
+ /** Re-export of the legacy `@lendasat/lendaswap-sdk-pure/node` entry point. */
2
+ export * from "@lendasat/lendaswap-sdk-pure/node";
3
+ //# sourceMappingURL=node.js.map
@@ -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
+ }