rainbow-swap-sdk 1.1.16 → 1.1.18
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/package.json +37 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rainbow-swap-sdk",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.1.18",
|
|
4
|
+
"description": "SDK for building applications on top of Rainbow Swap 🌈 - The Next Gen DEX Aggregator on TON 💎.",
|
|
5
5
|
"repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@rnw-community/shared": "^0.73.0",
|
|
20
20
|
"@ton/core": "^0.56.3",
|
|
21
21
|
"@ton/crypto": "^3.2.0",
|
|
22
|
-
"@ton/ton": "^
|
|
22
|
+
"@ton/ton": "^14.0.0",
|
|
23
23
|
"axios": "^1.7.2",
|
|
24
24
|
"buffer": "^6.0.3"
|
|
25
25
|
},
|
|
@@ -39,5 +39,38 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public",
|
|
41
41
|
"registry": "https://registry.npmjs.org/"
|
|
42
|
-
}
|
|
42
|
+
},
|
|
43
|
+
"keywords": [
|
|
44
|
+
"rainbow-swap",
|
|
45
|
+
"rainbow-swap-sdk",
|
|
46
|
+
"DEX",
|
|
47
|
+
"decentralized-exchange",
|
|
48
|
+
"TON",
|
|
49
|
+
"TON blockchain",
|
|
50
|
+
"decentralized finance",
|
|
51
|
+
"DeFi",
|
|
52
|
+
"swap",
|
|
53
|
+
"token swap",
|
|
54
|
+
"token exchange",
|
|
55
|
+
"crypto",
|
|
56
|
+
"cryptocurrency",
|
|
57
|
+
"blockchain",
|
|
58
|
+
"smart contract",
|
|
59
|
+
"wallet integration",
|
|
60
|
+
"asset exchange",
|
|
61
|
+
"SDK",
|
|
62
|
+
"TypeScript",
|
|
63
|
+
"JavaScript",
|
|
64
|
+
"TON SDK",
|
|
65
|
+
"TON DEX",
|
|
66
|
+
"commission sharing",
|
|
67
|
+
"DApp integration",
|
|
68
|
+
"liquidity",
|
|
69
|
+
"trading",
|
|
70
|
+
"TON tokens",
|
|
71
|
+
"DeFi aggregator",
|
|
72
|
+
"decentralized application",
|
|
73
|
+
"web3",
|
|
74
|
+
"blockchain development"
|
|
75
|
+
]
|
|
43
76
|
}
|