ng-hub-ui-utils 22.15.0 → 22.15.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 +5 -6
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/ng-hub-ui-utils)
|
|
4
4
|
[](LICENSE)
|
|
5
|
-
[](https://github.com/carlos-morcillo/ng-hub-ui/actions)
|
|
6
5
|
|
|
7
6
|
> Common utilities library for Angular, fundamental support for the Hub UI ecosystem.
|
|
8
7
|
|
|
@@ -909,7 +908,7 @@ This library doesn't include visual components, but support utilities used by ot
|
|
|
909
908
|
## 🛠️ Development
|
|
910
909
|
|
|
911
910
|
```bash
|
|
912
|
-
git clone https://github.com/
|
|
911
|
+
git clone https://github.com/hub-env/ng-hub-ui-utils
|
|
913
912
|
cd ng-hub-ui-utils
|
|
914
913
|
npm install
|
|
915
914
|
npm run build
|
|
@@ -978,9 +977,9 @@ Recent highlights:
|
|
|
978
977
|
|
|
979
978
|
## 🐛 Issues and Support
|
|
980
979
|
|
|
981
|
-
- [Report a bug](https://github.com/
|
|
982
|
-
- [Request a feature](https://github.com/
|
|
983
|
-
- [Repository](https://github.com/
|
|
980
|
+
- [Report a bug](https://github.com/hub-env/hub-ui/issues)
|
|
981
|
+
- [Request a feature](https://github.com/hub-env/hub-ui/issues/new?template=feature_request.yml)
|
|
982
|
+
- [Repository](https://github.com/hub-env/ng-hub-ui-utils)
|
|
984
983
|
- **Author**: [Carlos Morcillo](https://www.carlosmorcillo.com)
|
|
985
984
|
|
|
986
985
|
## ☕ Support the Project
|
|
@@ -1041,4 +1040,4 @@ SOFTWARE.
|
|
|
1041
1040
|
|
|
1042
1041
|
⭐ **If you like this project, don't forget to give it a star on GitHub!**
|
|
1043
1042
|
|
|
1044
|
-
[](https://github.com/hub-env/hub-ui)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-hub-ui-utils",
|
|
3
|
-
"version": "22.15.
|
|
3
|
+
"version": "22.15.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=18.0.0",
|
|
@@ -33,7 +33,10 @@
|
|
|
33
33
|
"author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
|
-
"url": "git+https://github.com/
|
|
36
|
+
"url": "git+https://github.com/hub-env/ng-hub-ui-utils.git"
|
|
37
|
+
},
|
|
38
|
+
"bugs": {
|
|
39
|
+
"url": "https://github.com/hub-env/hub-ui/issues"
|
|
37
40
|
},
|
|
38
41
|
"module": "fesm2022/ng-hub-ui-utils.mjs",
|
|
39
42
|
"typings": "types/ng-hub-ui-utils.d.ts",
|