@thalalabs/surf 1.7.4 → 1.8.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.
- package/CHANGELOG.md +6 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thalalabs/surf",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"description": "TypeScript Interfaces & React Hooks for interacting with Aptos Smart Contracts with type safety.",
|
|
5
5
|
"main": "./build/cjs/index.js",
|
|
6
6
|
"module": "./build/esm/index.js",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@aptos-labs/ts-sdk": "^1.
|
|
37
|
-
"@aptos-labs/wallet-adapter-react": "^3.
|
|
36
|
+
"@aptos-labs/ts-sdk": "^1.35.0",
|
|
37
|
+
"@aptos-labs/wallet-adapter-react": "^3.7.11",
|
|
38
38
|
"@changesets/cli": "^2.26.1",
|
|
39
39
|
"@types/jest": "~29.5",
|
|
40
40
|
"@types/node": "~18",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"typescript": "~5.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@aptos-labs/ts-sdk": "^1.
|
|
60
|
-
"@aptos-labs/wallet-adapter-react": "^3.
|
|
59
|
+
"@aptos-labs/ts-sdk": "^1.35.0",
|
|
60
|
+
"@aptos-labs/wallet-adapter-react": "^3.7.11",
|
|
61
61
|
"react": "^18.2.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependenciesMeta": {
|