pwc-sdk-wallet 0.7.4 → 0.7.5

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,15 +56,15 @@ A comprehensive, secure, and user-friendly wallet SDK for React Native applicati
56
56
  - [Generate EIP-681 Compatible Address QR (for Metamask, Binance, Trust Wallet)](#generate-eip-681-compatible-address-qr-for-metamask-binance-trust-wallet)
57
57
 
58
58
  ### 🌐 DApp Browser Integration with Wagmi
59
- - [Key Benefits](#-key-benefits)
60
- - [Quick Start (Wagmi Integration)](#-quick-start-wagmi-integration)
61
- - [What This Achieves](#-what-this-achieves)
59
+ - [Key Benefits](#key-benefits)
60
+ - [Quick Start (Wagmi Integration)](#quick-start-wagmi-integration)
61
+ - [What This Achieves](#what-this-achieves)
62
62
  - [Components](#dapp-browser-components)
63
63
  - [Services](#dapp-browser-services)
64
- - [Wagmi Integration (Core Feature)](#-wagmi-integration-core-feature)
64
+ - [Wagmi Integration (Core Feature)](#wagmi-integration-core-feature)
65
65
  - [Hooks](#dapp-browser-hooks)
66
66
  - [Examples](#dapp-browser-examples)
67
- - [Summary: Universal dApp Compatibility](#-summary-universal-dapp-compatibility)
67
+ - [Summary: Universal dApp Compatibility](#summary-universal-dapp-compatibility)
68
68
 
69
69
  ### 🖼️ NFT Functionality
70
70
  - [Get NFT Details](#get-nft-details)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pwc-sdk-wallet",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "A comprehensive wallet SDK for React Native (pwc), supporting multi-chain and multi-account features.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",