ngx-vector-components 2.0.0 → 2.0.3

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.
@@ -18,6 +18,7 @@ export declare class HttpInterceptorProvider implements HttpInterceptor {
18
18
  private addTokenIfPresent;
19
19
  private addModifierIdIfPresent;
20
20
  private addEncryptPasswordIfPresent;
21
+ private addAccountUuidIfPresent;
21
22
  private addContentType;
22
23
  private fixUrl;
23
24
  private isAuthRequest;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "2.0.0",
3
+ "version": "2.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.3",
6
6
  "@angular/core": "^13.2.3",