@ember-data/model 4.6.3 → 4.6.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.
@@ -217,6 +217,7 @@ export default class ManyArray extends MutableArrayWithObject<StableRecordIdenti
217
217
  } else {
218
218
  this._hasNotified = true;
219
219
  this.notifyPropertyChange('[]');
220
+ this.notifyPropertyChange('length');
220
221
  this.notifyPropertyChange('firstObject');
221
222
  this.notifyPropertyChange('lastObject');
222
223
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-data/model",
3
- "version": "4.6.3",
3
+ "version": "4.6.5",
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.6.3",
22
- "@ember-data/private-build-infra": "4.6.3",
23
- "@ember-data/store": "4.6.3",
21
+ "@ember-data/canary-features": "4.6.5",
22
+ "@ember-data/private-build-infra": "4.6.5",
23
+ "@ember-data/store": "4.6.5",
24
24
  "@ember/edition-utils": "^1.2.0",
25
25
  "@ember/string": "^3.0.0",
26
26
  "@embroider/macros": "^1.8.3",
@@ -34,7 +34,7 @@
34
34
  "inflection": "~1.13.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@ember-data/unpublished-test-infra": "4.6.3",
37
+ "@ember-data/unpublished-test-infra": "4.6.5",
38
38
  "@ember/optional-features": "^2.0.0",
39
39
  "@ember/test-helpers": "~2.7.0",
40
40
  "broccoli-asset-rev": "^3.0.0",
@@ -68,6 +68,6 @@
68
68
  },
69
69
  "volta": {
70
70
  "node": "16.16.0",
71
- "yarn": "1.22.19"
71
+ "yarn": "1.22.21"
72
72
  }
73
73
  }