@txnlab/use-wallet-react 3.0.0-rc.3 → 3.1.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.
Files changed (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +4 -3
  3. package/package.json +9 -9
package/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022 TxnLab Inc.
1
+ Copyright (c) 2024 TxnLab Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # @txnlab/use-wallet-react
2
2
 
3
- React adapter for [@txnlab/use-wallet](https://github.com/TxnLab/use-wallet/tree/v3/packages/use-wallet)
3
+ [![GitHub package.json version](https://img.shields.io/github/package-json/v/TxnLab/use-wallet?filename=packages%2Fuse-wallet-react%2Fpackage.json&label=version)](https://www.npmjs.com/package/@txnlab/use-wallet?activeTab=versions)
4
+ [![GitHub License](https://img.shields.io/github/license/TxnLab/use-wallet)](https://github.com/TxnLab/use-wallet/blob/main/LICENSE.md)
4
5
 
5
- ## License
6
+ React adapter for [@txnlab/use-wallet](https://github.com/TxnLab/use-wallet)
6
7
 
7
- MIT ©2024 [TxnLab, Inc.](https://txnlab.dev)
8
+ ### Visit [txnlab.gitbook.io/use-wallet](https://txnlab.gitbook.io/use-wallet) for docs, guides, and examples!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@txnlab/use-wallet-react",
3
- "version": "3.0.0-rc.3",
3
+ "version": "3.1.0",
4
4
  "description": "React library for integrating Algorand wallets into decentralized applications",
5
5
  "author": "Doug Richar <drichar@gmail.com>",
6
6
  "license": "MIT",
@@ -31,16 +31,16 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@tanstack/react-store": "0.4.1",
34
- "@txnlab/use-wallet": "3.0.0-rc.3"
34
+ "@txnlab/use-wallet": "3.1.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/react": "^18.2.45",
37
+ "@types/react": "18.2.70",
38
38
  "algosdk": "2.8.0",
39
- "jsdom": "^24.0.0",
40
- "react": "^18.2.0",
41
- "react-dom": "^18.2.0",
42
- "tsup": "^8.0.0",
43
- "typescript": "^5.2.2"
39
+ "jsdom": "24.0.0",
40
+ "react": "18.2.0",
41
+ "react-dom": "18.2.0",
42
+ "tsup": "8.0.2",
43
+ "typescript": "5.4.3"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@blockshake/defly-connect": "^1.1.6",
@@ -50,7 +50,7 @@
50
50
  "@perawallet/connect": "^1.3.4",
51
51
  "@walletconnect/sign-client": "^2.10.2",
52
52
  "algosdk": "^2.7.0",
53
- "lute-connect": "^1.2.0",
53
+ "lute-connect": "^1.3.0",
54
54
  "magic-sdk": "^28.0.3",
55
55
  "react": "^17.0.0 || ^18.0.0",
56
56
  "react-dom": "^17.0.0 || ^18.0.0"