@warp-drive-mirror/ember 5.7.0-alpha.27 → 5.7.0-alpha.28

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.
@@ -269,12 +269,6 @@ interface RequestSignature<
269
269
  RT,
270
270
  E
271
271
  > extends Component<RequestSignature<RT, E>> {
272
- /**
273
- * The store instance to use for making requests. If contexts are available, this
274
- * will be the `store` on the context, else it will be the store service.
275
- *
276
- * @internal
277
- */ _store: Store;
278
272
  get store(): Store | RequestManager;
279
273
  _state: RequestSubscription<RT, E> | null;
280
274
  get state(): RequestSubscription<RT, E>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-drive-mirror/ember",
3
3
  "description": "Data bindings and utilities for Ember applications using WarpDrive",
4
- "version": "5.7.0-alpha.27",
4
+ "version": "5.7.0-alpha.28",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@embroider/macros": "^1.16.12",
41
- "@warp-drive-mirror/core": "5.7.0-alpha.27"
41
+ "@warp-drive-mirror/core": "5.7.0-alpha.28"
42
42
  },
43
43
  "peerDependenciesMeta": {
44
44
  "ember-provide-consume-context": {
@@ -60,8 +60,8 @@
60
60
  "@embroider/addon-dev": "^7.1.3",
61
61
  "@ember/test-helpers": "5.2.0",
62
62
  "@ember/test-waiters": "^4.1.0",
63
- "@warp-drive/internal-config": "5.7.0-alpha.27",
64
- "@warp-drive-mirror/core": "5.7.0-alpha.27",
63
+ "@warp-drive/internal-config": "5.7.0-alpha.28",
64
+ "@warp-drive-mirror/core": "5.7.0-alpha.28",
65
65
  "babel-plugin-ember-template-compilation": "^2.4.1",
66
66
  "ember-template-imports": "^4.3.0",
67
67
  "ember-source": "~6.3.0",