@salesforce/lds-runtime-aura 1.451.0 → 1.453.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/ldsEngineCreator.js +5 -19
- package/package.json +41 -41
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -40,7 +40,6 @@ import lightningConnectEnabled from '@salesforce/gate/ui.services.LightningConne
|
|
|
40
40
|
import bypassAppRestrictionEnabled from '@salesforce/gate/ui.services.LightningConnect.BypassAppRestriction.enabled';
|
|
41
41
|
import csrfValidationEnabled from '@salesforce/gate/ui.services.LightningConnect.CsrfValidation.enabled';
|
|
42
42
|
import sessionApiEnabled from '@salesforce/gate/ui.uisdk.session.api.enabled';
|
|
43
|
-
import useHttpUiapiLex from '@salesforce/gate/lds.usehttpuiapilex';
|
|
44
43
|
import useHttpUiapiOneRuntime from '@salesforce/gate/lds.useHttpUiapiOneRuntime';
|
|
45
44
|
import useHttpUiapiAuraSites from '@salesforce/gate/lds.usehttpuiapiaurasites';
|
|
46
45
|
import auraBasedRequestsEnabled from '@salesforce/gate/ui.services.auraBasedRequests.enabled';
|
|
@@ -2590,7 +2589,7 @@ function buildServiceDescriptor$d(luvio) {
|
|
|
2590
2589
|
},
|
|
2591
2590
|
};
|
|
2592
2591
|
}
|
|
2593
|
-
// version: 1.
|
|
2592
|
+
// version: 1.453.0-725e09cf25
|
|
2594
2593
|
|
|
2595
2594
|
class AuraGraphQLNormalizedCacheControlCommand extends AuraNormalizedCacheControlCommand {
|
|
2596
2595
|
constructor(config, documentRootType, services) {
|
|
@@ -2929,7 +2928,7 @@ function buildServiceDescriptor$9(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
2929
2928
|
},
|
|
2930
2929
|
};
|
|
2931
2930
|
}
|
|
2932
|
-
// version: 1.
|
|
2931
|
+
// version: 1.453.0-725e09cf25
|
|
2933
2932
|
|
|
2934
2933
|
class RetryService {
|
|
2935
2934
|
constructor(defaultRetryPolicy) {
|
|
@@ -5927,7 +5926,7 @@ function getEnvironmentSetting(name) {
|
|
|
5927
5926
|
}
|
|
5928
5927
|
return undefined;
|
|
5929
5928
|
}
|
|
5930
|
-
// version: 1.
|
|
5929
|
+
// version: 1.453.0-e6dc0c039a
|
|
5931
5930
|
|
|
5932
5931
|
const auraClientService = getAuraClientService();
|
|
5933
5932
|
const defaultConfig = {
|
|
@@ -7366,19 +7365,6 @@ const PREDICATE_PATH_SETS = [
|
|
|
7366
7365
|
auraBasedRequestsEnabled.isOpen({ fallback: false }),
|
|
7367
7366
|
paths: UIAPI_PRIVATE_PATHS,
|
|
7368
7367
|
},
|
|
7369
|
-
// LEX (one.app) — public UIAPI endpoints
|
|
7370
|
-
{
|
|
7371
|
-
predicate: () => !isOneRuntime() && !isAuraSite() && useHttpUiapiLex.isOpen({ fallback: false }),
|
|
7372
|
-
paths: UIAPI_PUBLIC_PATHS,
|
|
7373
|
-
},
|
|
7374
|
-
// LEX (one.app) — private UIAPI endpoints (also require the UiSdk gate)
|
|
7375
|
-
{
|
|
7376
|
-
predicate: () => !isOneRuntime() &&
|
|
7377
|
-
!isAuraSite() &&
|
|
7378
|
-
useHttpUiapiLex.isOpen({ fallback: false }) &&
|
|
7379
|
-
auraBasedRequestsEnabled.isOpen({ fallback: false }),
|
|
7380
|
-
paths: UIAPI_PRIVATE_PATHS,
|
|
7381
|
-
},
|
|
7382
7368
|
// disableCreateContentDocumentAndVersionHTTPLexRuntime killswitch.
|
|
7383
7369
|
// Excluded on Aura Sites for the same broken-CSRF reason as the UIAPI paths
|
|
7384
7370
|
// (W-23092947); LEX / One Runtime are unaffected.
|
|
@@ -11263,7 +11249,7 @@ register({
|
|
|
11263
11249
|
instrument: ldsNetworkAdapterInstrument,
|
|
11264
11250
|
});
|
|
11265
11251
|
// Publish buildPredictorForContext on the force/ldsEngine registration bus so that
|
|
11266
|
-
// shared laf loaders can obtain it without a dynamic import
|
|
11252
|
+
// shared laf loaders can obtain it without a dynamic import of the aura ldsEngineCreator module,
|
|
11267
11253
|
// which would evaluate this whole bootstrap a second time. See ADR
|
|
11268
11254
|
// 2026-07-10-pdl-service-provisioner-decoupling. buildPredictorForContext is a hoisted
|
|
11269
11255
|
// function declaration and internally no-ops (returns undefined) when the PDL gate is
|
|
@@ -11598,4 +11584,4 @@ function ldsEngineCreator() {
|
|
|
11598
11584
|
}
|
|
11599
11585
|
|
|
11600
11586
|
export { LexRequestStrategy, PDL_ENGINE_REGISTRATION_ID, PdlPrefetcherEventType, PdlRequestPriority, buildPredictorForContext, configService, ldsEngineCreator as default, initializeLDS, initializeOneStore, notifyUpdateAvailableFactory, registerRequestStrategy, saveRequestAsPrediction, subscribeToPrefetcherEvents, unregisterRequestStrategy, whenPredictionsReady };
|
|
11601
|
-
// version: 1.
|
|
11587
|
+
// version: 1.453.0-725e09cf25
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.453.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime.",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -34,53 +34,53 @@
|
|
|
34
34
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-aura"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@conduit-client/service-provisioner": "3.26.
|
|
38
|
-
"@conduit-client/tools-core": "3.26.
|
|
39
|
-
"@salesforce/lds-adapters-apex": "^1.
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
41
|
-
"@salesforce/lds-ads-bridge": "^1.
|
|
42
|
-
"@salesforce/lds-aura-storage": "^1.
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
44
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
45
|
-
"@salesforce/lds-network-adapter": "^1.
|
|
46
|
-
"@salesforce/lds-network-aura": "^1.
|
|
47
|
-
"@salesforce/lds-network-fetch": "^1.
|
|
37
|
+
"@conduit-client/service-provisioner": "3.26.1",
|
|
38
|
+
"@conduit-client/tools-core": "3.26.1",
|
|
39
|
+
"@salesforce/lds-adapters-apex": "^1.453.0",
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.453.0",
|
|
41
|
+
"@salesforce/lds-ads-bridge": "^1.453.0",
|
|
42
|
+
"@salesforce/lds-aura-storage": "^1.453.0",
|
|
43
|
+
"@salesforce/lds-bindings": "^1.453.0",
|
|
44
|
+
"@salesforce/lds-instrumentation": "^1.453.0",
|
|
45
|
+
"@salesforce/lds-network-adapter": "^1.453.0",
|
|
46
|
+
"@salesforce/lds-network-aura": "^1.453.0",
|
|
47
|
+
"@salesforce/lds-network-fetch": "^1.453.0",
|
|
48
48
|
"jwt-encode": "1.0.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@conduit-client/command-aura-graphql-normalized-cache-control": "3.26.
|
|
52
|
-
"@conduit-client/command-aura-network": "3.26.
|
|
53
|
-
"@conduit-client/command-aura-normalized-cache-control": "3.26.
|
|
54
|
-
"@conduit-client/command-fetch-network": "3.26.
|
|
55
|
-
"@conduit-client/command-http-graphql-normalized-cache-control": "3.26.
|
|
56
|
-
"@conduit-client/command-http-normalized-cache-control": "3.26.
|
|
57
|
-
"@conduit-client/command-ndjson": "3.26.
|
|
58
|
-
"@conduit-client/command-network": "3.26.
|
|
59
|
-
"@conduit-client/command-sse": "3.26.
|
|
60
|
-
"@conduit-client/command-streaming": "3.26.
|
|
61
|
-
"@conduit-client/jwt-manager": "3.26.
|
|
62
|
-
"@conduit-client/service-aura-network": "3.26.
|
|
63
|
-
"@conduit-client/service-bindings-imperative": "3.26.
|
|
64
|
-
"@conduit-client/service-bindings-lwc": "3.26.
|
|
65
|
-
"@conduit-client/service-cache": "3.26.
|
|
66
|
-
"@conduit-client/service-cache-control": "3.26.
|
|
67
|
-
"@conduit-client/service-cache-inclusion-policy": "3.26.
|
|
68
|
-
"@conduit-client/service-config": "3.26.
|
|
69
|
-
"@conduit-client/service-feature-flags": "3.26.
|
|
70
|
-
"@conduit-client/service-fetch-network": "3.26.
|
|
71
|
-
"@conduit-client/service-instrument-command": "3.26.
|
|
72
|
-
"@conduit-client/service-pubsub": "3.26.
|
|
73
|
-
"@conduit-client/service-renewable-resource-manager": "3.26.
|
|
74
|
-
"@conduit-client/service-store": "3.26.
|
|
75
|
-
"@conduit-client/utils": "3.26.
|
|
51
|
+
"@conduit-client/command-aura-graphql-normalized-cache-control": "3.26.1",
|
|
52
|
+
"@conduit-client/command-aura-network": "3.26.1",
|
|
53
|
+
"@conduit-client/command-aura-normalized-cache-control": "3.26.1",
|
|
54
|
+
"@conduit-client/command-fetch-network": "3.26.1",
|
|
55
|
+
"@conduit-client/command-http-graphql-normalized-cache-control": "3.26.1",
|
|
56
|
+
"@conduit-client/command-http-normalized-cache-control": "3.26.1",
|
|
57
|
+
"@conduit-client/command-ndjson": "3.26.1",
|
|
58
|
+
"@conduit-client/command-network": "3.26.1",
|
|
59
|
+
"@conduit-client/command-sse": "3.26.1",
|
|
60
|
+
"@conduit-client/command-streaming": "3.26.1",
|
|
61
|
+
"@conduit-client/jwt-manager": "3.26.1",
|
|
62
|
+
"@conduit-client/service-aura-network": "3.26.1",
|
|
63
|
+
"@conduit-client/service-bindings-imperative": "3.26.1",
|
|
64
|
+
"@conduit-client/service-bindings-lwc": "3.26.1",
|
|
65
|
+
"@conduit-client/service-cache": "3.26.1",
|
|
66
|
+
"@conduit-client/service-cache-control": "3.26.1",
|
|
67
|
+
"@conduit-client/service-cache-inclusion-policy": "3.26.1",
|
|
68
|
+
"@conduit-client/service-config": "3.26.1",
|
|
69
|
+
"@conduit-client/service-feature-flags": "3.26.1",
|
|
70
|
+
"@conduit-client/service-fetch-network": "3.26.1",
|
|
71
|
+
"@conduit-client/service-instrument-command": "3.26.1",
|
|
72
|
+
"@conduit-client/service-pubsub": "3.26.1",
|
|
73
|
+
"@conduit-client/service-renewable-resource-manager": "3.26.1",
|
|
74
|
+
"@conduit-client/service-store": "3.26.1",
|
|
75
|
+
"@conduit-client/utils": "3.26.1",
|
|
76
76
|
"@luvio/network-adapter-composable": "0.161.0",
|
|
77
77
|
"@luvio/network-adapter-fetch": "0.161.0",
|
|
78
78
|
"@lwc/state": "^0.29.0",
|
|
79
|
-
"@salesforce/lds-adapters-onestore-graphql": "^1.
|
|
79
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.453.0",
|
|
80
80
|
"@salesforce/lds-adapters-uiapi-lex": "^1.415.0",
|
|
81
|
-
"@salesforce/lds-durable-storage": "^1.
|
|
82
|
-
"@salesforce/lds-luvio-service": "^1.
|
|
83
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.
|
|
81
|
+
"@salesforce/lds-durable-storage": "^1.453.0",
|
|
82
|
+
"@salesforce/lds-luvio-service": "^1.453.0",
|
|
83
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.453.0"
|
|
84
84
|
},
|
|
85
85
|
"luvioBundlesize": [
|
|
86
86
|
{
|