numora 1.0.2 → 1.0.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 +12 -3
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -2,7 +2,16 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/numora.svg)](https://www.npmjs.com/package/numora)
4
4
 
5
- A lightweight, framework-agnostic numeric input library for handling currency and decimal inputs in **financial/DeFi** applications. Built with TypeScript with **zero-dependencies**.
5
+ A lightweight, framework-agnostic numeric input library for handling currency and decimal inputs in **financial/DeFi** applications. Built with TypeScript and designed for modern web applications with:
6
+
7
+ - **Zero dependencies** - minimal footprint for your bundle
8
+ - **Type safety** - fully typed API for better developer experience
9
+ - **Framework agnostic** - use with any framework or vanilla JavaScript
10
+ - **Customizable** - extensive options to fit your specific needs
11
+
12
+ ## Demo
13
+
14
+ Check out the [live demo](https://numora.netlify.app/) to see Numora in action.
6
15
 
7
16
  ## Features
8
17
 
@@ -56,8 +65,8 @@ The NumericInput constructor accepts the following options:
56
65
 
57
66
  Numora is also available for popular frameworks:
58
67
 
59
- - React: `numora-react`
60
- - Vue: `numora-vue`
68
+ - React: `numora-react` (in progress)
69
+ - Vue: `numora-vue` (in progress)
61
70
  - Svelte: `numora`
62
71
 
63
72
  ## License
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "numora",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Framework-agnostic headless finance input library",
5
+ "homepage": "https://numora.netlify.app/",
5
6
  "main": "dist/index.js",
6
7
  "types": "dist/index.d.ts",
7
8
  "files": [