@warp-drive/core 5.8.0-beta.2 → 5.9.0-alpha.0
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/dist/types/-private.js +1 -1
- package/dist/unpkg/dev/graph/-private.js +1 -1
- package/dist/unpkg/dev/{index-BzcBOnw9.js → index-CepUPZlc.js} +1 -1
- package/dist/unpkg/dev/index.js +1 -1
- package/dist/unpkg/dev/reactive.js +1 -1
- package/dist/unpkg/dev/{runtime-E1M51_-O.js → runtime-DGG4CvlW.js} +1 -1
- package/dist/unpkg/dev/store/-private.js +2 -2
- package/dist/unpkg/dev/store.js +1 -1
- package/dist/unpkg/dev/types/-private.js +1 -1
- package/dist/unpkg/dev-deprecated/graph/-private.js +1 -1
- package/dist/unpkg/dev-deprecated/{index-6TnTv-WG.js → index-C_EEmn_3.js} +1 -1
- package/dist/unpkg/dev-deprecated/index.js +1 -1
- package/dist/unpkg/dev-deprecated/reactive.js +1 -1
- package/dist/unpkg/dev-deprecated/{runtime-DAu5b0IR.js → runtime-DfhJzpZH.js} +1 -1
- package/dist/unpkg/dev-deprecated/store/-private.js +1 -1
- package/dist/unpkg/dev-deprecated/store.js +1 -1
- package/dist/unpkg/dev-deprecated/types/-private.js +1 -1
- package/dist/unpkg/prod/types/-private.js +1 -1
- package/dist/unpkg/prod-deprecated/types/-private.js +1 -1
- package/package.json +3 -3
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.
|
|
3
|
+
const version = "5.9.0-alpha.0";
|
|
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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getGlobalConfig } from "../runtime-
|
|
1
|
+
import { g as getGlobalConfig } from "../runtime-DGG4CvlW.js";
|
|
2
2
|
import { getOrSetGlobal, peekTransient, setTransient } from '../types/-private.js';
|
|
3
3
|
|
|
4
4
|
// Used by the store to normalize IDs entering the store. Despite the fact
|
|
@@ -7,7 +7,7 @@ import { getOrSetGlobal, setTransient, peekTransient, peekUniversalTransient, se
|
|
|
7
7
|
import { DefaultCachePolicy } from './store.js';
|
|
8
8
|
import { withBrand } from './request.js';
|
|
9
9
|
import { CACHE_OWNER, DEBUG_STALE_CACHE_OWNER, DEBUG_KEY_TYPE, DEBUG_CLIENT_ORIGINATED } from './types/identifier.js';
|
|
10
|
-
import { g as getGlobalConfig } from "./runtime-
|
|
10
|
+
import { g as getGlobalConfig } from "./runtime-DGG4CvlW.js";
|
|
11
11
|
import { setLogging, getRuntimeConfig } from './types/runtime.js';
|
|
12
12
|
import { RecordStore, Type } from './types/symbols.js';
|
|
13
13
|
function urlFromLink(link) {
|
package/dist/unpkg/dev/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CacheHandler, F as Fetch, y as RequestManager, S as Store, r as cacheKeyFor, r as recordIdentifierFor, D as setIdentifierForgetMethod, A as setIdentifierGenerationMethod, E as setIdentifierResetMethod, B as setIdentifierUpdateMethod, G as setKeyInfoForResource, s as storeFor, z as useRecommendedStore } from "./index-
|
|
1
|
+
export { C as CacheHandler, F as Fetch, y as RequestManager, S as Store, r as cacheKeyFor, r as recordIdentifierFor, D as setIdentifierForgetMethod, A as setIdentifierGenerationMethod, E as setIdentifierResetMethod, B as setIdentifierUpdateMethod, G as setKeyInfoForResource, s as storeFor, z as useRecommendedStore } from "./index-CepUPZlc.js";
|
|
2
2
|
import "./-private-sql1_mdx.js";
|
|
3
3
|
import "./-leaked-Co0EI6Go.js";
|
|
4
4
|
import './store.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { q as SchemaService, o as checkout, x as commit, u as fromIdentity, p as instantiateRecord, v as registerDerivations, t as teardownRecord, w as withDefaults } from "./index-
|
|
1
|
+
export { q as SchemaService, o as checkout, x as commit, u as fromIdentity, p as instantiateRecord, v as registerDerivations, t as teardownRecord, w as withDefaults } from "./index-CepUPZlc.js";
|
|
2
2
|
export { a as Checkout } from "./-private-sql1_mdx.js";
|
|
3
3
|
export { k as createRequestSubscription, m as getPromiseState, l as getRequestState } from "./-leaked-Co0EI6Go.js";
|
|
@@ -69,7 +69,7 @@ function initializeRuntimeMacrosConfig() {
|
|
|
69
69
|
"features": {
|
|
70
70
|
"ENFORCE_STRICT_RESOURCE_FINALIZATION": false,
|
|
71
71
|
"JSON_API_CACHE_VALIDATION_ERRORS": false,
|
|
72
|
-
"SAMPLE_FEATURE_FLAG":
|
|
72
|
+
"SAMPLE_FEATURE_FLAG": null
|
|
73
73
|
},
|
|
74
74
|
"activeLogging": {
|
|
75
75
|
"DEBUG_RELATIONSHIP_NOTIFICATIONS": true,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../types/request.js';
|
|
2
|
-
import { i as isResourceKey, c as coerceId } from "../index-
|
|
3
|
-
export { C as CacheHandler, R as RecordArrayManager, S as Store, j as StoreMap, _ as _clearCaches, n as _deprecatingNormalize, g as assertPrivateCapabilities, b as assertPrivateStore, k as createLegacyManyArray, e as ensureStringId, f as fastPush, d as isPrivateStore, a as isRequestKey, l as log, m as logGroup, r as recordIdentifierFor, h as setRecordIdentifier, s as storeFor } from "../index-
|
|
2
|
+
import { i as isResourceKey, c as coerceId } from "../index-CepUPZlc.js";
|
|
3
|
+
export { C as CacheHandler, R as RecordArrayManager, S as Store, j as StoreMap, _ as _clearCaches, n as _deprecatingNormalize, g as assertPrivateCapabilities, b as assertPrivateStore, k as createLegacyManyArray, e as ensureStringId, f as fastPush, d as isPrivateStore, a as isRequestKey, l as log, m as logGroup, r as recordIdentifierFor, h as setRecordIdentifier, s as storeFor } from "../index-CepUPZlc.js";
|
|
4
4
|
function isNonEmptyString(str) {
|
|
5
5
|
return Boolean(str && typeof str === 'string');
|
|
6
6
|
}
|
package/dist/unpkg/dev/store.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getGlobalConfig } from "../runtime-
|
|
1
|
+
import { g as getGlobalConfig } from "../runtime-DfhJzpZH.js";
|
|
2
2
|
import { getOrSetGlobal, peekTransient, setTransient } from '../types/-private.js';
|
|
3
3
|
|
|
4
4
|
// Used by the store to normalize IDs entering the store. Despite the fact
|
|
@@ -8,7 +8,7 @@ import { DefaultCachePolicy } from './store.js';
|
|
|
8
8
|
import { withBrand } from './request.js';
|
|
9
9
|
import { CACHE_OWNER, DEBUG_STALE_CACHE_OWNER, DEBUG_KEY_TYPE, DEBUG_CLIENT_ORIGINATED } from './types/identifier.js';
|
|
10
10
|
import { dasherize } from './utils/string.js';
|
|
11
|
-
import { g as getGlobalConfig } from "./runtime-
|
|
11
|
+
import { g as getGlobalConfig } from "./runtime-DfhJzpZH.js";
|
|
12
12
|
import { setLogging, getRuntimeConfig } from './types/runtime.js';
|
|
13
13
|
import { RecordStore, Type } from './types/symbols.js';
|
|
14
14
|
import * as _importSync20 from '@ember/object';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CacheHandler, F as Fetch, z as RequestManager, S as Store, r as cacheKeyFor, r as recordIdentifierFor, E as setIdentifierForgetMethod, B as setIdentifierGenerationMethod, G as setIdentifierResetMethod, D as setIdentifierUpdateMethod, H as setKeyInfoForResource, s as storeFor, A as useRecommendedStore } from "./index-
|
|
1
|
+
export { C as CacheHandler, F as Fetch, z as RequestManager, S as Store, r as cacheKeyFor, r as recordIdentifierFor, E as setIdentifierForgetMethod, B as setIdentifierGenerationMethod, G as setIdentifierResetMethod, D as setIdentifierUpdateMethod, H as setKeyInfoForResource, s as storeFor, A as useRecommendedStore } from "./index-C_EEmn_3.js";
|
|
2
2
|
import "./-private-3C1OkYtZ.js";
|
|
3
3
|
import "./-leaked-DjMeRqdU.js";
|
|
4
4
|
import './store.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { u as SchemaService, p as checkout, y as commit, v as fromIdentity, q as instantiateRecord, x as registerDerivations, t as teardownRecord, w as withDefaults } from "./index-
|
|
1
|
+
export { u as SchemaService, p as checkout, y as commit, v as fromIdentity, q as instantiateRecord, x as registerDerivations, t as teardownRecord, w as withDefaults } from "./index-C_EEmn_3.js";
|
|
2
2
|
export { C as Checkout } from "./-private-3C1OkYtZ.js";
|
|
3
3
|
export { c as createRequestSubscription, a as getPromiseState, g as getRequestState } from "./-leaked-DjMeRqdU.js";
|
|
@@ -69,7 +69,7 @@ function initializeRuntimeMacrosConfig() {
|
|
|
69
69
|
"features": {
|
|
70
70
|
"ENFORCE_STRICT_RESOURCE_FINALIZATION": false,
|
|
71
71
|
"JSON_API_CACHE_VALIDATION_ERRORS": false,
|
|
72
|
-
"SAMPLE_FEATURE_FLAG":
|
|
72
|
+
"SAMPLE_FEATURE_FLAG": null
|
|
73
73
|
},
|
|
74
74
|
"activeLogging": {
|
|
75
75
|
"DEBUG_RELATIONSHIP_NOTIFICATIONS": true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CacheHandler, R as RecordArrayManager, S as Store, k as StoreMap, _ as _clearCaches, n as _deprecatingNormalize, h as assertPrivateCapabilities, d as assertPrivateStore, b as coerceId, c as constructResource, l as createLegacyManyArray, e as ensureStringId, f as fastPush, g as isPrivateStore, a as isRequestKey, i as isResourceKey, m as log, o as logGroup, r as recordIdentifierFor, j as setRecordIdentifier, s as storeFor } from "../index-
|
|
1
|
+
export { C as CacheHandler, R as RecordArrayManager, S as Store, k as StoreMap, _ as _clearCaches, n as _deprecatingNormalize, h as assertPrivateCapabilities, d as assertPrivateStore, b as coerceId, c as constructResource, l as createLegacyManyArray, e as ensureStringId, f as fastPush, g as isPrivateStore, a as isRequestKey, i as isResourceKey, m as log, o as logGroup, r as recordIdentifierFor, j as setRecordIdentifier, s as storeFor } from "../index-C_EEmn_3.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.9.0-alpha.0",
|
|
4
4
|
"description": "Core package for WarpDrive | All the Universal Basics",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@embroider/macros": "^1.18.1",
|
|
48
|
-
"@warp-drive/build-config": "5.
|
|
48
|
+
"@warp-drive/build-config": "5.9.0-alpha.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@babel/core": "^7.28.3",
|
|
52
52
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
53
53
|
"@babel/preset-typescript": "^7.27.1",
|
|
54
|
-
"@warp-drive/internal-config": "5.
|
|
54
|
+
"@warp-drive/internal-config": "5.9.0-alpha.0",
|
|
55
55
|
"decorator-transforms": "^2.3.0",
|
|
56
56
|
"ember-source": "~6.6.0",
|
|
57
57
|
"expect-type": "^1.2.2",
|