@memberjunction/ng-user-avatar 2.127.0 → 2.129.0

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-user-avatar",
3
- "version": "2.127.0",
3
+ "version": "2.129.0",
4
4
  "description": "MemberJunction: Angular User Avatar Service - Manages user avatar synchronization from auth providers and avatar operations",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -30,9 +30,9 @@
30
30
  "rxjs": "^7.5.0"
31
31
  },
32
32
  "dependencies": {
33
- "@memberjunction/core": "2.127.0",
34
- "@memberjunction/core-entities": "2.127.0",
35
- "@memberjunction/global": "2.127.0",
33
+ "@memberjunction/core": "2.129.0",
34
+ "@memberjunction/core-entities": "2.129.0",
35
+ "@memberjunction/global": "2.129.0",
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "sideEffects": false,