@tcswap/wallet-mobile 4.0.59

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 ADDED
@@ -0,0 +1,4 @@
1
+ module.exports=void 0;
2
+
3
+ //# debugId=1B76E02F7058E81E64756E2164756E21
4
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1,9 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [
5
+ ],
6
+ "mappings": "",
7
+ "debugId": "1B76E02F7058E81E64756E2164756E21",
8
+ "names": []
9
+ }
package/dist/index.js ADDED
@@ -0,0 +1,4 @@
1
+ var c=void 0;export{c as default};
2
+
3
+ //# debugId=4791C985B1561AD764756E2164756E21
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,9 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [
5
+ ],
6
+ "mappings": "",
7
+ "debugId": "4791C985B1561AD764756E2164756E21",
8
+ "names": []
9
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":""}
package/package.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "author": "swapkit-oss",
3
+ "dependencies": { "@tcswap/helpers": "4.5.15", "@tcswap/toolboxes": "4.3.15" },
4
+ "description": "USwap - Wallet Mobile",
5
+ "exports": {
6
+ ".": {
7
+ "bun": "./src/index.ts",
8
+ "import": "./dist/index.js",
9
+ "require": "./dist/index.cjs",
10
+ "types": "./dist/types/index.d.ts"
11
+ }
12
+ },
13
+ "files": ["dist/", "src/"],
14
+ "homepage": "https://github.com/thorchain/TCSwap",
15
+ "license": "Apache-2.0",
16
+ "name": "@tcswap/wallet-mobile",
17
+ "repository": {
18
+ "directory": "packages/wallet-mobile",
19
+ "type": "git",
20
+ "url": "git+https://github.com/thorchain/TCSwap.git"
21
+ },
22
+ "scripts": {
23
+ "build": "bun run ./build.ts",
24
+ "build:clean": "rm -rf dist && bun run ./build.ts",
25
+ "clean": "rm -rf dist node_modules *.tsbuildinfo",
26
+ "test": "echo 'bun test'",
27
+ "test:ci": "echo 'bun test --coverage'",
28
+ "type-check": "bun tsc --noEmit",
29
+ "type-check:go": "tsgo"
30
+ },
31
+ "type": "module",
32
+ "version": "4.0.59"
33
+ }
package/src/index.ts ADDED
File without changes