Skip to content

Commit b58a176

Browse files
committed
chore(package): update version and metadata
1 parent ccb83c9 commit b58a176

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

package.json

+19-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qidao/sdk",
33
"license": "MIT",
4-
"version": "5.3.27-3",
4+
"version": "5.3.28",
55
"description": "🛠 An SDK for building applications on top of QiDao Protocol.",
66
"main": "./dist/index.js",
77
"umd:main": "dist/index.umd.js",
@@ -17,7 +17,10 @@
1717
"files": [
1818
"dist"
1919
],
20-
"repository": "https://github.com/royalaid/sushiswap-sdk",
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/royalaid/sushiswap-sdk.git"
23+
},
2124
"keywords": [],
2225
"scripts": {
2326
"checkTokens": "node src/scripts/validateCoinGeckoFallbackTokens.mjs",
@@ -27,13 +30,15 @@
2730
"start": "microbundle watch"
2831
},
2932
"dependencies": {
33+
"@types/node": "^22.12.0",
3034
"big.js": "5.2.2",
3135
"decimal.js-light": "2.5.1",
3236
"jsbi": "3.2.5",
3337
"lodash": "^4.17.21",
3438
"tiny-invariant": "1.2.0",
3539
"tiny-warning": "1.0.3",
36-
"toformat": "2.0.0"
40+
"toformat": "2.0.0",
41+
"ts-node": "^10.9.2"
3742
},
3843
"peerDependencies": {
3944
"@ethersproject/address": "5.7.0",
@@ -53,12 +58,13 @@
5358
"@types/big.js": "4.0.5",
5459
"@types/jest": "28.1.6",
5560
"@types/lodash": "^4.14.185",
61+
"bun-types": "^1.2.1",
5662
"ethers": "5.7.0",
5763
"isomorphic-fetch": " ^3.0.0",
5864
"microbundle": "^0.15.1",
5965
"p-queue": "^7.3.0",
6066
"typechain": "8.1.0",
61-
"typescript": "^5.1.6"
67+
"typescript": "^5.7.3"
6268
},
6369
"engines": {
6470
"node": ">= 16"
@@ -67,5 +73,13 @@
6773
"printWidth": 120,
6874
"semi": false,
6975
"singleQuote": true
70-
}
76+
},
77+
"bugs": {
78+
"url": "https://github.com/royalaid/sushiswap-sdk/issues"
79+
},
80+
"homepage": "https://github.com/royalaid/sushiswap-sdk#readme",
81+
"directories": {
82+
"test": "test"
83+
},
84+
"author": ""
7185
}

0 commit comments

Comments
 (0)