@kasflow/passkey-wallet 0.1.2 → 0.1.3

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 +15 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,19 @@
1
- # @kasflow/passkey-wallet
1
+ <div align="center">
2
+ <img src="https://raw.githubusercontent.com/Kas-Flow/assets/master/kasflow-logo.png" alt="KasFlow Logo" width="100" height="100"/>
2
3
 
3
- Passkey-powered wallet SDK for [Kaspa blockchain](https://kaspa.org). Create and manage Kaspa wallets using device biometrics (Face ID, Touch ID, Windows Hello, etc.) with no seed phrases to remember.
4
+ # @kasflow/passkey-wallet
5
+
6
+ **Passkey-powered wallet SDK for [Kaspa blockchain](https://kaspa.org).**
7
+
8
+ Create and manage Kaspa wallets using device biometrics (Face ID, Touch ID, Windows Hello, etc.) with no seed phrases to remember.
9
+
10
+ [![npm version](https://img.shields.io/npm/v/@kasflow/passkey-wallet)](https://www.npmjs.com/package/@kasflow/passkey-wallet)
11
+ [![npm downloads](https://img.shields.io/npm/dm/@kasflow/passkey-wallet)](https://www.npmjs.com/package/@kasflow/passkey-wallet)
12
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
13
+
14
+ </div>
15
+
16
+ ---
4
17
 
5
18
  ## Architecture
6
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kasflow/passkey-wallet",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Passkey-powered wallet SDK for Kaspa blockchain",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",