ape-im-sdk-react 1.0.0 → 1.0.1

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 (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,11 +27,9 @@ pnpm add ape-im-sdk-react
27
27
  ## Requirements
28
28
 
29
29
  - **React 18+**
30
- - **MetaMask** or any compatible injected Web3 wallet (window.ethereum)
30
+ - **Web3 wallet** - Connect via Glyph or any injected wallet (MetaMask, Coinbase, etc.)
31
31
  - Ape IM API endpoint (defaults to `https://www.apeinstantmessenger.com`)
32
32
 
33
- > **Note:** The SDK currently requires MetaMask or a compatible injected wallet. WalletConnect support is planned for a future release.
34
-
35
33
  ## Quick Start
36
34
 
37
35
  Add the chat widget to your app with just a few lines:
@@ -189,7 +187,7 @@ import type {
189
187
 
190
188
  ## API Documentation
191
189
 
192
- For complete API documentation, visit: https://ape-im.replit.app/docs
190
+ For complete API documentation, visit: https://www.apeinstantmessenger.com/docs
193
191
 
194
192
  ## Publishing to npm
195
193
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ape-im-sdk-react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "React SDK for Ape Instant Messenger - Add nostalgic AOL-style chat to your ApeChain dApp",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",