humn 1.0.0 → 1.0.1
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.
- package/README.md +2 -2
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Humn (
|
|
1
|
+
# Humn (/ˈhjuː.mən/)
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/humn)
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
**Humn** is a complete, reactive frontend library with built in state management designed to replace the likes of React/Svelte/Solid AND Zustand/Kea/Redux in your stack.
|
|
8
8
|
|
|
9
|
-
It rejects the complexity of modern frameworks
|
|
9
|
+
It rejects the complexity of modern frameworks **no stale closures, no "Hook Rules", and no heavy compilers**. Humn decouples your application's **Cortex** (Logic/State) from its **Body** (View), creating applications that are easy to reason about, simple to test, and naturally reactive.
|
|
10
10
|
|
|
11
11
|
## Core Features
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "humn",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A minimal, human-centric reactive UI library with built in state management.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/humn.umd.js",
|
|
@@ -40,6 +40,8 @@
|
|
|
40
40
|
"url": "https://github.com/KeeghanM/humn"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
44
|
+
"@semantic-release/git": "^10.0.1",
|
|
43
45
|
"@semantic-release/github": "^12.0.2",
|
|
44
46
|
"@semantic-release/npm": "^13.1.2",
|
|
45
47
|
"@types/node": "^24.10.1",
|