@manahippo/aptos-wallet-adapter 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manahippo/aptos-wallet-adapter",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -27,7 +27,7 @@
27
27
  "@types/jest": "^27.0.1",
28
28
  "@types/node": "^16.7.13",
29
29
  "@types/react": "^18.0.0",
30
- "aptos": "1.3.3",
30
+ "aptos": "1.2.0",
31
31
  "eventemitter3": "^4.0.7",
32
32
  "typescript": "^4.4.2"
33
33
  }