@codetectonics/mantle 0.0.4 → 0.0.6

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.
@@ -2,7 +2,7 @@ import { HttpClient } from '@angular/common/http';
2
2
  import { AngularTokenService } from 'angular-token';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class WebApiService {
5
- private environment;
5
+ protected environment: any;
6
6
  protected http: HttpClient;
7
7
  protected angularTokenService: AngularTokenService;
8
8
  private apiUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codetectonics/mantle",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular-material-components/datetime-picker": "^6.0.3",
6
6
  "@angular-material-components/moment-adapter": "^6.0.0",