@ember-data/store 4.12.0-alpha.8 → 4.12.0-alpha.9

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/README.md CHANGED
@@ -27,8 +27,8 @@ flowchart LR
27
27
  B{{fa:fa-sitemap RequestManager}} <--> C[(fa:fa-database Source)]
28
28
  D <--> E[(fa:fa-archive Cache)]
29
29
  D <--> B
30
- click B href "https://github.com/emberjs/data/tree/master/packages/request" "Go to @ember-data/request" _blank
31
- click E href "https://github.com/emberjs/data/tree/master/packages/json-api" "Go to @ember-data/json-api" _blank
30
+ click B href "https://github.com/emberjs/data/tree/main/packages/request" "Go to @ember-data/request" _blank
31
+ click E href "https://github.com/emberjs/data/tree/main/packages/json-api" "Go to @ember-data/json-api" _blank
32
32
  style B color:#58a6ff;
33
33
  style E color:#58a6ff;
34
34
  ```
@@ -40,7 +40,7 @@ flowchart LR
40
40
  A[fa:fa-terminal App] --- B(Model)
41
41
  A === C{fa:fa-code-fork Store}
42
42
  B --- C
43
- click B href "https://github.com/emberjs/data/tree/master/packages/model" "Go to @ember-data/model" _blank
43
+ click B href "https://github.com/emberjs/data/tree/main/packages/model" "Go to @ember-data/model" _blank
44
44
  style B color:#58a6ff;
45
45
  ```
46
46
 
package/addon/-private.js CHANGED
@@ -1 +1 @@
1
- export { C as AdapterPopulatedRecordArray, j as IDENTIFIER_ARRAY_TAG, I as IdentifierArray, M as MUTATE, I as RecordArray, R as RecordArrayManager, h as SOURCE, a as Snapshot, l as SnapshotRecordArray, S as Store, _ as _clearCaches, f as coerceId, k as fastPush, i as isStableIdentifier, n as normalizeModelName, g as notifyArray, p as peekCache, r as recordIdentifierFor, m as removeRecordDataFor, d as setIdentifierForgetMethod, b as setIdentifierGenerationMethod, e as setIdentifierResetMethod, c as setIdentifierUpdateMethod, s as storeFor } from "./index-12f1f6c0";
1
+ export { C as AdapterPopulatedRecordArray, j as IDENTIFIER_ARRAY_TAG, I as IdentifierArray, M as MUTATE, I as RecordArray, R as RecordArrayManager, h as SOURCE, a as Snapshot, S as Store, _ as _clearCaches, f as coerceId, k as fastPush, i as isStableIdentifier, n as normalizeModelName, g as notifyArray, p as peekCache, r as recordIdentifierFor, l as removeRecordDataFor, d as setIdentifierForgetMethod, b as setIdentifierGenerationMethod, e as setIdentifierResetMethod, c as setIdentifierUpdateMethod, s as storeFor } from "./index-5bbcd37d";