@codetectonics/mantle 1.0.0 → 1.0.2

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.
@@ -1,5 +1,5 @@
1
1
  export declare const MANTLE_LANG_EN: {
2
- core: {
2
+ mantle: {
3
3
  auth: {
4
4
  incorrect_password: string;
5
5
  page_access_denied: string;
@@ -1,5 +1,5 @@
1
1
  export declare const MANTLE_LANG_MS: {
2
- core: {
2
+ mantle: {
3
3
  auth: {
4
4
  incorrect_password: string;
5
5
  page_access_denied: string;
@@ -10,8 +10,8 @@ export declare class CurrentUserService {
10
10
  private tokenService;
11
11
  private router;
12
12
  private announcementService;
13
- private arrayService;
14
- private dataBroadcastService;
13
+ protected arrayService: ArrayService;
14
+ protected dataBroadcastService: DataBroadcastService;
15
15
  private localeService;
16
16
  private webApiService;
17
17
  constructor(tokenService: AngularTokenService, router: Router, announcementService: AnnouncementService, arrayService: ArrayService, dataBroadcastService: DataBroadcastService, localeService: LocaleService, webApiService: WebApiService);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codetectonics/mantle",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "dependencies": {
5
5
  "@angular-material-components/datetime-picker": "^6.0.3",
6
6
  "@angular-material-components/moment-adapter": "^6.0.0",