@ember-data/model 3.28.11 → 3.28.13
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.
|
@@ -115,7 +115,7 @@ export default EmberObject.extend(MutableArray, DeprecatedEvented, {
|
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
117
|
* Retrieve the links for this relationship
|
|
118
|
-
*
|
|
118
|
+
*
|
|
119
119
|
@property {Object | null} links
|
|
120
120
|
@public
|
|
121
121
|
*/
|
|
@@ -172,6 +172,7 @@ export default EmberObject.extend(MutableArray, DeprecatedEvented, {
|
|
|
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
|
}
|
|
@@ -314,7 +315,7 @@ export default EmberObject.extend(MutableArray, DeprecatedEvented, {
|
|
|
314
315
|
```javascript
|
|
315
316
|
let user = store.peekRecord('user', '1')
|
|
316
317
|
await login(user);
|
|
317
|
-
|
|
318
|
+
|
|
318
319
|
let permissions = await user.permissions;
|
|
319
320
|
await permissions.reload();
|
|
320
321
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data/model",
|
|
3
|
-
"version": "3.28.
|
|
3
|
+
"version": "3.28.13",
|
|
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": "3.28.
|
|
22
|
-
"@ember-data/private-build-infra": "3.28.
|
|
23
|
-
"@ember-data/store": "3.28.
|
|
21
|
+
"@ember-data/canary-features": "3.28.13",
|
|
22
|
+
"@ember-data/private-build-infra": "3.28.13",
|
|
23
|
+
"@ember-data/store": "3.28.13",
|
|
24
24
|
"@ember/edition-utils": "^1.2.0",
|
|
25
25
|
"@ember/string": "^3.0.0",
|
|
26
26
|
"ember-cached-decorator-polyfill": "^0.1.4",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"inflection": "~1.13.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@ember-data/unpublished-test-infra": "3.28.
|
|
35
|
+
"@ember-data/unpublished-test-infra": "3.28.13",
|
|
36
36
|
"@ember/optional-features": "^2.0.0",
|
|
37
37
|
"@ember/test-helpers": "^2.2.5",
|
|
38
38
|
"broccoli-asset-rev": "^3.0.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"configPath": "tests/dummy/config"
|
|
67
67
|
},
|
|
68
68
|
"volta": {
|
|
69
|
-
"node": "
|
|
69
|
+
"node": "19.7.0",
|
|
70
70
|
"yarn": "1.22.4"
|
|
71
71
|
}
|
|
72
72
|
}
|