@fleetbase/ember-core 0.0.9 → 0.1.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.
@@ -1,4 +1,5 @@
1
1
  import Service from '@ember/service';
2
+ import Evented from '@ember/object/evented';
2
3
  import { tracked } from '@glimmer/tracking';
3
4
  import { inject as service } from '@ember/service';
4
5
  import { computed, action } from '@ember/object';
@@ -9,7 +10,7 @@ import { getOwner } from '@ember/application';
9
10
  import { assert } from '@ember/debug';
10
11
  import RSVP from 'rsvp';
11
12
 
12
- export default class UniverseService extends Service {
13
+ export default class UniverseService extends Service.extend(Evented) {
13
14
  @service router;
14
15
  @tracked headerMenuItems = [];
15
16
  @tracked organizationMenuItems = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fleetbase/ember-core",
3
- "version": "0.0.9",
3
+ "version": "0.1.0",
4
4
  "description": "Provides all the core services, decorators and utilities for building a Fleetbase extension for the Console.",
5
5
  "keywords": [
6
6
  "fleetbase-core",