@ember-data/model 4.4.1 → 4.4.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.
@@ -172,6 +172,7 @@ export default EmberObject.extend(MutableArray, {
172
172
  } else {
173
173
  this._hasNotified = true;
174
174
  this.notifyPropertyChange('[]');
175
+ this.notifyPropertyChange('length');
175
176
  this.notifyPropertyChange('firstObject');
176
177
  this.notifyPropertyChange('lastObject');
177
178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-data/model",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "The default blueprint for ember-cli addons.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -18,9 +18,9 @@
18
18
  "test:node": "mocha"
19
19
  },
20
20
  "dependencies": {
21
- "@ember-data/canary-features": "4.4.1",
22
- "@ember-data/private-build-infra": "4.4.1",
23
- "@ember-data/store": "4.4.1",
21
+ "@ember-data/canary-features": "4.4.2",
22
+ "@ember-data/private-build-infra": "4.4.2",
23
+ "@ember-data/store": "4.4.2",
24
24
  "@ember/edition-utils": "^1.2.0",
25
25
  "@ember/string": "^3.0.0",
26
26
  "ember-auto-import": "^2.2.4",
@@ -33,7 +33,7 @@
33
33
  "inflection": "~1.13.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@ember-data/unpublished-test-infra": "4.4.1",
36
+ "@ember-data/unpublished-test-infra": "4.4.2",
37
37
  "@ember/optional-features": "^2.0.0",
38
38
  "@ember/test-helpers": "^2.6.0",
39
39
  "broccoli-asset-rev": "^3.0.0",