@warp-drive/core 5.7.0-alpha.37 → 5.7.0-alpha.39
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/declarations/graph/-private/-state.d.ts +0 -87
- package/declarations/graph/-private/-utils.d.ts +0 -6
- package/declarations/graph/-private/coerce-id.d.ts +0 -6
- package/declarations/graph/-private/debug/assert-polymorphic-type.d.ts +0 -12
- package/declarations/graph/-private/graph.d.ts +0 -36
- package/declarations/graph/-private/normalize-link.d.ts +0 -6
- package/declarations/graph/-private/operations/replace-related-records.d.ts +0 -55
- package/declarations/graph/-private/operations/update-relationship.d.ts +0 -4
- package/declarations/reactive/-private/fields/managed-array.d.ts +0 -1
- package/declarations/reactive/-private/fields/managed-object.d.ts +0 -2
- package/declarations/reactive/-private/record.d.ts +0 -1
- package/declarations/reactive/-private/schema.d.ts +0 -2
- package/declarations/reactive/-private/symbols.d.ts +0 -26
- package/declarations/request/-private/types.d.ts +0 -1
- package/declarations/store/-private/cache-handler/utils.d.ts +0 -1
- package/declarations/store/-private/caches/instance-cache.d.ts +0 -1
- package/declarations/store/-private/default-cache-policy.d.ts +0 -2
- package/declarations/store/-private/managers/cache-key-manager.d.ts +0 -4
- package/declarations/store/-private/managers/cache-manager.d.ts +0 -16
- package/declarations/store/-private/managers/notification-manager.d.ts +0 -2
- package/declarations/store/-private/network/request-cache.d.ts +0 -1
- package/declarations/store/-private/new-core-tmp/request-state.d.ts +0 -1
- package/declarations/store/-private/new-core-tmp/request-subscription.d.ts +0 -2
- package/declarations/store/-private/record-arrays/resource-array.d.ts +0 -8
- package/declarations/store/-private/store-service.d.ts +0 -5
- package/declarations/store/-private/utils/coerce-id.d.ts +0 -6
- package/declarations/store/-private.d.ts +0 -5
- package/declarations/store/deprecated/-private.d.ts +0 -1
- package/declarations/store/deprecated/store.d.ts +0 -4
- package/declarations/types/cache/aliases.d.ts +0 -11
- package/declarations/types/cache/mutations.d.ts +0 -24
- package/declarations/types/cache/relationship.d.ts +0 -3
- package/declarations/types/cache.d.ts +0 -12
- package/declarations/types/identifier.d.ts +0 -2
- package/declarations/types/request.d.ts +0 -3
- package/declarations/types/spec/document.d.ts +0 -4
- package/declarations/types/spec/json-api-raw.d.ts +0 -1
- package/declarations/types.d.ts +0 -1
- package/declarations/utils/string.d.ts +0 -1
- package/dist/index.js +1 -1
- package/dist/reactive.js +2 -2
- package/dist/{request-subscription-CjHGziEX.js → request-state-C955e0AL.js} +984 -982
- package/dist/store/-private.js +1 -1
- package/dist/types/-private.js +1 -1
- package/package.json +6 -6
package/dist/store/-private.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as CacheHandler, D as DISPOSE, R as RecordArrayManager, E as Signals, S as Store, k as StoreMap, _ as _clearCaches, n as _deprecatingNormalize, h as assertPrivateCapabilities, d as assertPrivateStore, b as coerceId, c as constructResource, J as consumeInternalSignal, G as createInternalMemo, l as createLegacyManyArray, q as createRequestSubscription, A as defineGate, B as defineNonEnumerableSignal, z as defineSignal, e as ensureStringId, y as entangleInitiallyStaleSignal, x as entangleSignal, f as fastPush, w as gate, K as getOrCreateInternalSignal, p as getPromiseState, t as getRequestState, g as isPrivateStore, a as isRequestKey, i as isResourceKey, m as log, o as logGroup, v as memoized, I as notifyInternalSignal, F as peekInternalSignal, r as recordIdentifierFor, j as setRecordIdentifier, u as signal, s as storeFor, H as withSignalStore } from "../request-
|
|
1
|
+
export { C as CacheHandler, D as DISPOSE, R as RecordArrayManager, E as Signals, S as Store, k as StoreMap, _ as _clearCaches, n as _deprecatingNormalize, h as assertPrivateCapabilities, d as assertPrivateStore, b as coerceId, c as constructResource, J as consumeInternalSignal, G as createInternalMemo, l as createLegacyManyArray, q as createRequestSubscription, A as defineGate, B as defineNonEnumerableSignal, z as defineSignal, e as ensureStringId, y as entangleInitiallyStaleSignal, x as entangleSignal, f as fastPush, w as gate, K as getOrCreateInternalSignal, p as getPromiseState, t as getRequestState, g as isPrivateStore, a as isRequestKey, i as isResourceKey, m as log, o as logGroup, v as memoized, I as notifyInternalSignal, F as peekInternalSignal, r as recordIdentifierFor, j as setRecordIdentifier, u as signal, s as storeFor, H as withSignalStore } from "../request-state-C955e0AL.js";
|
|
2
2
|
export { A as ARRAY_SIGNAL, O as OBJECT_SIGNAL, w as waitFor } from "../configure-C3x8YXzL.js";
|
package/dist/types/-private.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { macroCondition, getGlobalConfig } from '@embroider/macros';
|
|
2
2
|
const name = "@warp-drive/core";
|
|
3
|
-
const version = "5.7.0-alpha.
|
|
3
|
+
const version = "5.7.0-alpha.39";
|
|
4
4
|
|
|
5
5
|
// in testing mode, we utilize globals to ensure only one copy exists of
|
|
6
6
|
// these maps, due to bugs in ember-auto-import
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/core",
|
|
3
|
-
"version": "5.7.0-alpha.
|
|
3
|
+
"version": "5.7.0-alpha.39",
|
|
4
4
|
"description": "Core package for WarpDrive | All the Universal Basics",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@embroider/macros": "^1.18.1",
|
|
40
|
-
"@warp-drive/build-config": "5.7.0-alpha.
|
|
40
|
+
"@warp-drive/build-config": "5.7.0-alpha.39"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@babel/core": "^7.28.
|
|
43
|
+
"@babel/core": "^7.28.3",
|
|
44
44
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
45
45
|
"@babel/preset-typescript": "^7.27.1",
|
|
46
|
-
"@warp-drive/internal-config": "5.7.0-alpha.
|
|
46
|
+
"@warp-drive/internal-config": "5.7.0-alpha.39",
|
|
47
47
|
"decorator-transforms": "^2.3.0",
|
|
48
48
|
"ember-source": "~6.6.0",
|
|
49
|
-
"expect-type": "^1.2.
|
|
49
|
+
"expect-type": "^1.2.2",
|
|
50
50
|
"typescript": "^5.9.2",
|
|
51
|
-
"vite": "^7.1.
|
|
51
|
+
"vite": "^7.1.3"
|
|
52
52
|
},
|
|
53
53
|
"volta": {
|
|
54
54
|
"extends": "../../package.json"
|