@smoothsend/sdk 1.0.1 → 1.0.2
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smoothsend/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Gasless transaction SDK for Aptos - Enable gas-free transactions with just 3 lines of code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"axios": "^1.6.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@aptos-labs/ts-sdk": "^
|
|
74
|
+
"@aptos-labs/ts-sdk": "^5.2.0",
|
|
75
75
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
76
76
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
77
77
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
@@ -89,4 +89,4 @@
|
|
|
89
89
|
"engines": {
|
|
90
90
|
"node": ">=16.0.0"
|
|
91
91
|
}
|
|
92
|
-
}
|
|
92
|
+
}
|