@salesforce/lds-runtime-aura 1.434.0 → 1.435.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 +8 -4
- package/package.json +40 -39
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -45,6 +45,7 @@ import useHttpUiapiOneApp from '@salesforce/gate/lds.useHttpUiapiOneApp';
|
|
|
45
45
|
import useHttpUiapiOneRuntime from '@salesforce/gate/lds.useHttpUiapiOneRuntime';
|
|
46
46
|
import disableCreateContentDocumentAndVersionHTTPLexRuntime from '@salesforce/gate/lds.lex.http.disableCreateContentDocumentAndVersion';
|
|
47
47
|
import useHotspotLimit from '@salesforce/gate/lds.pdl.useHotspotLimit';
|
|
48
|
+
import { registerSubRequestNetworkAdapter } from 'force/ldsNetwork';
|
|
48
49
|
|
|
49
50
|
/*!
|
|
50
51
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -2759,7 +2760,7 @@ function buildServiceDescriptor$d(luvio) {
|
|
|
2759
2760
|
},
|
|
2760
2761
|
};
|
|
2761
2762
|
}
|
|
2762
|
-
// version: 1.
|
|
2763
|
+
// version: 1.435.0-5818ce3c48
|
|
2763
2764
|
|
|
2764
2765
|
/*!
|
|
2765
2766
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -3112,7 +3113,7 @@ function buildServiceDescriptor$9(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
3112
3113
|
},
|
|
3113
3114
|
};
|
|
3114
3115
|
}
|
|
3115
|
-
// version: 1.
|
|
3116
|
+
// version: 1.435.0-5818ce3c48
|
|
3116
3117
|
|
|
3117
3118
|
/*!
|
|
3118
3119
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -5742,7 +5743,7 @@ function getEnvironmentSetting(name) {
|
|
|
5742
5743
|
}
|
|
5743
5744
|
return undefined;
|
|
5744
5745
|
}
|
|
5745
|
-
// version: 1.
|
|
5746
|
+
// version: 1.435.0-615ebb9bbd
|
|
5746
5747
|
|
|
5747
5748
|
const environmentHasAura = typeof window !== 'undefined' && typeof window.$A !== 'undefined';
|
|
5748
5749
|
const defaultConfig = {
|
|
@@ -9154,6 +9155,9 @@ const composedNetworkAdapter = buildComposableNetworkAdapter([
|
|
|
9154
9155
|
adapter: auraNetworkAdapter,
|
|
9155
9156
|
},
|
|
9156
9157
|
]);
|
|
9158
|
+
// Route dispatcher-synthesized sub-requests (e.g. aggregate-ui) back through
|
|
9159
|
+
// the composed adapter so shouldHandleRequest and interceptors apply uniformly.
|
|
9160
|
+
registerSubRequestNetworkAdapter(composedNetworkAdapter);
|
|
9157
9161
|
|
|
9158
9162
|
const OBJECT_INFO_PREFIX = 'UiApi::ObjectInfoRepresentation:';
|
|
9159
9163
|
/**
|
|
@@ -10581,4 +10585,4 @@ function ldsEngineCreator() {
|
|
|
10581
10585
|
}
|
|
10582
10586
|
|
|
10583
10587
|
export { LexRequestStrategy, PdlPrefetcherEventType, PdlRequestPriority, buildPredictorForContext, configService, ldsEngineCreator as default, initializeLDS, initializeOneStore, notifyUpdateAvailableFactory, registerRequestStrategy, saveRequestAsPrediction, subscribeToPrefetcherEvents, unregisterRequestStrategy, whenPredictionsReady };
|
|
10584
|
-
// version: 1.
|
|
10588
|
+
// version: 1.435.0-5818ce3c48
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.435.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -34,51 +34,52 @@
|
|
|
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.19.
|
|
38
|
-
"@conduit-client/tools-core": "3.19.
|
|
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-
|
|
46
|
-
"@salesforce/lds-network-
|
|
37
|
+
"@conduit-client/service-provisioner": "3.19.5",
|
|
38
|
+
"@conduit-client/tools-core": "3.19.5",
|
|
39
|
+
"@salesforce/lds-adapters-apex": "^1.435.0",
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.435.0",
|
|
41
|
+
"@salesforce/lds-ads-bridge": "^1.435.0",
|
|
42
|
+
"@salesforce/lds-aura-storage": "^1.435.0",
|
|
43
|
+
"@salesforce/lds-bindings": "^1.435.0",
|
|
44
|
+
"@salesforce/lds-instrumentation": "^1.435.0",
|
|
45
|
+
"@salesforce/lds-network-adapter": "^1.435.0",
|
|
46
|
+
"@salesforce/lds-network-aura": "^1.435.0",
|
|
47
|
+
"@salesforce/lds-network-fetch": "^1.435.0",
|
|
47
48
|
"jwt-encode": "1.0.1"
|
|
48
49
|
},
|
|
49
50
|
"dependencies": {
|
|
50
|
-
"@conduit-client/command-aura-graphql-normalized-cache-control": "3.19.
|
|
51
|
-
"@conduit-client/command-aura-network": "3.19.
|
|
52
|
-
"@conduit-client/command-aura-normalized-cache-control": "3.19.
|
|
53
|
-
"@conduit-client/command-aura-resource-cache-control": "3.19.
|
|
54
|
-
"@conduit-client/command-fetch-network": "3.19.
|
|
55
|
-
"@conduit-client/command-http-graphql-normalized-cache-control": "3.19.
|
|
56
|
-
"@conduit-client/command-http-normalized-cache-control": "3.19.
|
|
57
|
-
"@conduit-client/command-ndjson": "3.19.
|
|
58
|
-
"@conduit-client/command-network": "3.19.
|
|
59
|
-
"@conduit-client/command-sse": "3.19.
|
|
60
|
-
"@conduit-client/command-streaming": "3.19.
|
|
61
|
-
"@conduit-client/service-aura-network": "3.19.
|
|
62
|
-
"@conduit-client/service-bindings-imperative": "3.19.
|
|
63
|
-
"@conduit-client/service-bindings-lwc": "3.19.
|
|
64
|
-
"@conduit-client/service-cache": "3.19.
|
|
65
|
-
"@conduit-client/service-cache-control": "3.19.
|
|
66
|
-
"@conduit-client/service-cache-inclusion-policy": "3.19.
|
|
67
|
-
"@conduit-client/service-config": "3.19.
|
|
68
|
-
"@conduit-client/service-feature-flags": "3.19.
|
|
69
|
-
"@conduit-client/service-fetch-network": "3.19.
|
|
70
|
-
"@conduit-client/service-instrument-command": "3.19.
|
|
71
|
-
"@conduit-client/service-pubsub": "3.19.
|
|
72
|
-
"@conduit-client/service-store": "3.19.
|
|
73
|
-
"@conduit-client/utils": "3.19.
|
|
51
|
+
"@conduit-client/command-aura-graphql-normalized-cache-control": "3.19.5",
|
|
52
|
+
"@conduit-client/command-aura-network": "3.19.5",
|
|
53
|
+
"@conduit-client/command-aura-normalized-cache-control": "3.19.5",
|
|
54
|
+
"@conduit-client/command-aura-resource-cache-control": "3.19.5",
|
|
55
|
+
"@conduit-client/command-fetch-network": "3.19.5",
|
|
56
|
+
"@conduit-client/command-http-graphql-normalized-cache-control": "3.19.5",
|
|
57
|
+
"@conduit-client/command-http-normalized-cache-control": "3.19.5",
|
|
58
|
+
"@conduit-client/command-ndjson": "3.19.5",
|
|
59
|
+
"@conduit-client/command-network": "3.19.5",
|
|
60
|
+
"@conduit-client/command-sse": "3.19.5",
|
|
61
|
+
"@conduit-client/command-streaming": "3.19.5",
|
|
62
|
+
"@conduit-client/service-aura-network": "3.19.5",
|
|
63
|
+
"@conduit-client/service-bindings-imperative": "3.19.5",
|
|
64
|
+
"@conduit-client/service-bindings-lwc": "3.19.5",
|
|
65
|
+
"@conduit-client/service-cache": "3.19.5",
|
|
66
|
+
"@conduit-client/service-cache-control": "3.19.5",
|
|
67
|
+
"@conduit-client/service-cache-inclusion-policy": "3.19.5",
|
|
68
|
+
"@conduit-client/service-config": "3.19.5",
|
|
69
|
+
"@conduit-client/service-feature-flags": "3.19.5",
|
|
70
|
+
"@conduit-client/service-fetch-network": "3.19.5",
|
|
71
|
+
"@conduit-client/service-instrument-command": "3.19.5",
|
|
72
|
+
"@conduit-client/service-pubsub": "3.19.5",
|
|
73
|
+
"@conduit-client/service-store": "3.19.5",
|
|
74
|
+
"@conduit-client/utils": "3.19.5",
|
|
74
75
|
"@luvio/network-adapter-composable": "0.160.4",
|
|
75
76
|
"@luvio/network-adapter-fetch": "0.160.4",
|
|
76
77
|
"@lwc/state": "^0.29.0",
|
|
77
|
-
"@salesforce/lds-adapters-onestore-graphql": "^1.
|
|
78
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.435.0",
|
|
78
79
|
"@salesforce/lds-adapters-uiapi-lex": "^1.415.0",
|
|
79
|
-
"@salesforce/lds-durable-storage": "^1.
|
|
80
|
-
"@salesforce/lds-luvio-service": "^1.
|
|
81
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.
|
|
80
|
+
"@salesforce/lds-durable-storage": "^1.435.0",
|
|
81
|
+
"@salesforce/lds-luvio-service": "^1.435.0",
|
|
82
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.435.0"
|
|
82
83
|
},
|
|
83
84
|
"luvioBundlesize": [
|
|
84
85
|
{
|