@ember-data/model 4.12.0-alpha.3 → 4.12.0-alpha.5

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.
package/addon/-private.js CHANGED
@@ -1,5 +1,5 @@
1
- import { M as Model } from "./has-many-d9924aae";
2
- export { E as Errors, L as LEGACY_SUPPORT, R as ManyArray, P as PromiseBelongsTo, c as PromiseManyArray, a as attr, b as belongsTo, h as hasMany } from "./has-many-d9924aae";
1
+ import { M as Model } from "./has-many-d114a056";
2
+ export { E as Errors, L as LEGACY_SUPPORT, R as ManyArray, P as PromiseBelongsTo, c as PromiseManyArray, a as attr, b as belongsTo, h as hasMany } from "./has-many-d114a056";
3
3
  import { getOwner } from '@ember/application';
4
4
 
5
5
  /*
@@ -5187,7 +5187,7 @@ let Model = (_class = (_class2 = class Model extends EmberObject {
5187
5187
  import { get } from '@ember/object';
5188
5188
  import Blog from 'app/models/blog';
5189
5189
  let relatedTypes = Blog.relatedTypes');
5190
- //=> [ User, Post ]
5190
+ //=> ['user', 'post']
5191
5191
  ```
5192
5192
  @property relatedTypes
5193
5193
  @public