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.
Files changed (2) hide show
  1. package/README.md +5 -6
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  [![NPM Version](https://img.shields.io/npm/v/ng-hub-ui-utils.svg)](https://www.npmjs.com/package/ng-hub-ui-utils)
4
4
  [![License](https://img.shields.io/npm/l/ng-hub-ui-utils.svg)](LICENSE)
5
- [![Build Status](https://img.shields.io/github/actions/workflow/status/carlos-morcillo/ng-hub-ui/ci.yml)](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/carlos-morcillo/ng-hub-ui-utils
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/carlos-morcillo/ng-hub-ui-utils/issues)
982
- - [Request a feature](https://github.com/carlos-morcillo/ng-hub-ui-utils/issues/new?template=feature_request.md)
983
- - [Repository](https://github.com/carlos-morcillo/ng-hub-ui-utils)
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
- [![GitHub stars](https://img.shields.io/github/stars/carlos-morcillo/ng-hub-ui.svg?style=social&label=Star)](https://github.com/carlos-morcillo/ng-hub-ui)
1043
+ [![GitHub stars](https://img.shields.io/github/stars/hub-env/hub-ui.svg?style=social&label=Star)](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.0",
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/carlos-morcillo/ng-hub-ui-utils.git"
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",