@neural-ui/core 1.1.0 → 1.1.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
Modern Angular UI component library — **signals-first**, fully **standalone**, zero Zone.js dependency.
|
|
13
13
|
Built for Angular 19–22 with OnPush change detection and no Zone.js requirement.
|
|
14
14
|
|
|
15
|
-
> Live documentation and examples → [neural-ui-
|
|
15
|
+
> Live documentation and examples → [neural-ui-three.vercel.app](https://neural-ui-three.vercel.app)
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neural-ui/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Modern Angular UI component library built with signals, standalone components, and OnPush change detection.",
|
|
5
5
|
"author": "PedroMorenoTrujillo",
|
|
6
6
|
"keywords": [
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"url": "https://github.com/PedroMorenoTrujillo/neural-ui-workspace.git",
|
|
34
34
|
"directory": "projects/ui-core"
|
|
35
35
|
},
|
|
36
|
-
"homepage": "https://neural-ui-
|
|
36
|
+
"homepage": "https://neural-ui-three.vercel.app",
|
|
37
37
|
"bugs": {
|
|
38
38
|
"url": "https://github.com/PedroMorenoTrujillo/neural-ui-workspace/issues"
|
|
39
39
|
},
|