@zubari/sdk 0.1.0 → 0.1.2

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 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -319,6 +319,6 @@ MIT - see [LICENSE](LICENSE) for details.
319
319
 
320
320
  ## Links
321
321
 
322
- - [GitHub Repository](https://github.com/anthropics/zubari-wallet)
323
- - [Documentation](https://docs.zubari.io)
322
+ - [GitHub Repository](https://github.com/zubaridev/Zubari-wallet)
323
+ - [Documentation](https://zubari-wallet-api.vercel.app/demo)
324
324
  - [Tether WDK](https://docs.wallet.tether.io)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zubari/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Multi-chain self-custodial wallet SDK for Web3 creator economy. Supports Ethereum, Bitcoin, TON, TRON, Solana, and Lightning (Spark) from a single BIP-39 seed phrase.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -87,13 +87,13 @@
87
87
  "license": "MIT",
88
88
  "repository": {
89
89
  "type": "git",
90
- "url": "git+https://github.com/anthropics/zubari-wallet.git",
90
+ "url": "git+https://github.com/zubaridev/Zubari-wallet.git",
91
91
  "directory": "packages/sdk"
92
92
  },
93
93
  "bugs": {
94
- "url": "https://github.com/anthropics/zubari-wallet/issues"
94
+ "url": "https://github.com/zubaridev/Zubari-wallet/issues"
95
95
  },
96
- "homepage": "https://github.com/anthropics/zubari-wallet/tree/main/packages/sdk#readme",
96
+ "homepage": "https://zubari-wallet-api.vercel.app/demo",
97
97
  "publishConfig": {
98
98
  "access": "public",
99
99
  "registry": "https://registry.npmjs.org/"