@ember-data-types/store 5.8.0-alpha.30 → 5.8.0-alpha.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-data-types/store",
3
- "version": "5.8.0-alpha.30",
3
+ "version": "5.8.0-alpha.32",
4
4
  "files": [
5
5
  "unstable-preview-types",
6
6
  "README.md",
@@ -4,6 +4,6 @@
4
4
  declare module '@ember-data/store' {
5
5
  import { Store } from "@warp-drive/core";
6
6
  export { Store as default };
7
- export { type StoreRequestContext, CacheHandler, type Document, type CachePolicy, type StoreRequestInput, recordIdentifierFor, storeFor, type DocumentCacheOperation, type CacheOperation, type NotificationType, setIdentifierGenerationMethod, setIdentifierUpdateMethod, setIdentifierForgetMethod, setIdentifierResetMethod, setKeyInfoForResource } from "@warp-drive/core";
7
+ export { type StoreRequestContext, CacheHandler, type ReactiveDocument as Document, type CachePolicy, type StoreRequestInput, recordIdentifierFor, storeFor, type DocumentCacheOperation, type CacheOperation, type NotificationType, setIdentifierGenerationMethod, setIdentifierUpdateMethod, setIdentifierForgetMethod, setIdentifierResetMethod, setKeyInfoForResource } from "@warp-drive/core";
8
8
 
9
9
  }