ng-hub-ui-avatar 22.2.0 → 22.2.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.
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ng-hub-ui-avatar",
3
3
  "description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user. Supports initials, Gravatar integration, custom images and styling options. Perfect for user profiles and comment systems.",
4
- "version": "22.2.0",
4
+ "version": "22.2.1",
5
5
  "keywords": [
6
6
  "angular",
7
7
  "avatar",
@@ -27,10 +27,11 @@
27
27
  },
28
28
  "sideEffects": false,
29
29
  "peerDependencies": {
30
- "@angular/common": ">=16.0.0",
31
- "@angular/core": ">=16.0.0"
30
+ "@angular/common": ">=18.0.0",
31
+ "@angular/core": ">=18.0.0"
32
32
  },
33
- "allowedNonPeerDependencies": {
33
+ "dependencies": {
34
+ "tslib": "^2.6.3",
34
35
  "ts-md5": "^1.3.1"
35
36
  },
36
37
  "homepage": "https://hubui.dev/",
@@ -45,8 +46,5 @@
45
46
  "default": "./fesm2022/ng-hub-ui-avatar.mjs"
46
47
  }
47
48
  },
48
- "type": "module",
49
- "dependencies": {
50
- "tslib": "^2.6.3"
51
- }
49
+ "type": "module"
52
50
  }
Binary file
Binary file