value-enhancer
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "value-enhancer", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"private": false, | ||
@@ -12,3 +12,3 @@ "description": "A tiny library to enhance value with reactive wrapper.", | ||
"module": "./dist/value-enhancer.mjs", | ||
"types": "./dist/value-enhancer.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
@@ -15,0 +15,0 @@ "src", |
@@ -30,3 +30,3 @@ # [value-enhancer](https://github.com/crimx/value-enhancer) | ||
- RxJS-style reactivity. | ||
- Plain reactivity. | ||
Without the implicit-cast Proxy magic like Vue Reactivity and MobX. | ||
@@ -33,0 +33,0 @@ - Single-layer shallow reactivity. |
91352