@salesforce/lds-runtime-aura 1.327.0 → 1.328.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 +2 -4
- package/package.json +24 -25
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -22,7 +22,6 @@ import applyPredictionRequestLimit from '@salesforce/gate/lds.pdl.applyRequestLi
|
|
|
22
22
|
import { GetApexWireAdapterFactory, registerPrefetcher as registerPrefetcher$1 } from 'force/ldsAdaptersApex';
|
|
23
23
|
import { getRecordAvatarsAdapterFactory, getRecordAdapterFactory, coerceFieldIdArray, getRecordsAdapterFactory, getRecordActionsAdapterFactory, getObjectInfosAdapterFactory, coerceObjectIdArray, getObjectInfoAdapterFactory, coerceObjectId, getRelatedListsActionsAdapterFactory, getRelatedListInfoBatchAdapterFactory, getRelatedListInfoAdapterFactory, getRelatedListRecordsBatchAdapterFactory, getRelatedListRecordsAdapterFactory, getListInfoByNameAdapterFactory, getListInfosByObjectNameAdapterFactory, getListRecordsByNameAdapterFactory, getListObjectInfoAdapterFactory, instrument, configuration, InMemoryRecordRepresentationQueryEvaluator, UiApiNamespace, RecordRepresentationRepresentationType, registerPrefetcher } from 'force/ldsAdaptersUiapi';
|
|
24
24
|
import { getInstrumentation } from 'o11y/client';
|
|
25
|
-
import { serviceBroker } from 'force/luvioServiceBroker5';
|
|
26
25
|
import { setServices } from 'force/luvioServiceProvisioner1';
|
|
27
26
|
import oneStoreEnabled from '@salesforce/gate/lds.oneStoreEnabled.ltng';
|
|
28
27
|
import oneStoreUiapiEnabled from '@salesforce/gate/lds.oneStoreUiapiEnabled.ltng';
|
|
@@ -4291,7 +4290,7 @@ function getEnvironmentSetting(name) {
|
|
|
4291
4290
|
}
|
|
4292
4291
|
return undefined;
|
|
4293
4292
|
}
|
|
4294
|
-
// version: 1.
|
|
4293
|
+
// version: 1.328.0-e51e28f7fc
|
|
4295
4294
|
|
|
4296
4295
|
const forceRecordTransactionsDisabled = getEnvironmentSetting(EnvironmentSettings.ForceRecordTransactionsDisabled);
|
|
4297
4296
|
//TODO: Some duplication here that can be most likely moved to a util class
|
|
@@ -4963,7 +4962,6 @@ function initializeOneStore() {
|
|
|
4963
4962
|
buildServiceDescriptor$5(),
|
|
4964
4963
|
buildServiceDescriptor$8(),
|
|
4965
4964
|
];
|
|
4966
|
-
serviceBroker.publish(services);
|
|
4967
4965
|
setServices(services);
|
|
4968
4966
|
}
|
|
4969
4967
|
function initializeOnestoreUiApiAdapters() {
|
|
@@ -4991,4 +4989,4 @@ function ldsEngineCreator() {
|
|
|
4991
4989
|
}
|
|
4992
4990
|
|
|
4993
4991
|
export { LexRequestStrategy, PdlRequestPriority, buildPredictorForContext, ldsEngineCreator as default, initializeLDS, initializeOneStore, registerRequestStrategy, saveRequestAsPrediction, unregisterRequestStrategy, whenPredictionsReady };
|
|
4994
|
-
// version: 1.
|
|
4992
|
+
// version: 1.328.0-f3d79bc783
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.328.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -34,36 +34,35 @@
|
|
|
34
34
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-aura"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@luvio/service-
|
|
38
|
-
"@
|
|
39
|
-
"@salesforce/lds-adapters-
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.327.0",
|
|
37
|
+
"@luvio/service-provisioner": "5.17.0",
|
|
38
|
+
"@salesforce/lds-adapters-apex": "^1.328.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.328.0",
|
|
41
40
|
"@salesforce/lds-adapters-uiapi-lex": "^1.302.0",
|
|
42
|
-
"@salesforce/lds-ads-bridge": "^1.
|
|
43
|
-
"@salesforce/lds-aura-storage": "^1.
|
|
44
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
46
|
-
"@salesforce/lds-network-aura": "^1.
|
|
47
|
-
"@salesforce/lds-network-fetch-with-jwt": "^1.
|
|
41
|
+
"@salesforce/lds-ads-bridge": "^1.328.0",
|
|
42
|
+
"@salesforce/lds-aura-storage": "^1.328.0",
|
|
43
|
+
"@salesforce/lds-bindings": "^1.328.0",
|
|
44
|
+
"@salesforce/lds-instrumentation": "^1.328.0",
|
|
45
|
+
"@salesforce/lds-network-aura": "^1.328.0",
|
|
46
|
+
"@salesforce/lds-network-fetch-with-jwt": "^1.328.0",
|
|
48
47
|
"jwt-encode": "1.0.1"
|
|
49
48
|
},
|
|
50
49
|
"dependencies": {
|
|
51
|
-
"@luvio/command-aura-network": "5.
|
|
52
|
-
"@luvio/command-aura-resource-cache-control": "5.
|
|
53
|
-
"@luvio/command-fetch-network": "5.
|
|
54
|
-
"@luvio/command-network": "5.
|
|
55
|
-
"@luvio/command-sse": "5.
|
|
56
|
-
"@luvio/command-streaming": "5.
|
|
50
|
+
"@luvio/command-aura-network": "5.17.0",
|
|
51
|
+
"@luvio/command-aura-resource-cache-control": "5.17.0",
|
|
52
|
+
"@luvio/command-fetch-network": "5.17.0",
|
|
53
|
+
"@luvio/command-network": "5.17.0",
|
|
54
|
+
"@luvio/command-sse": "5.17.0",
|
|
55
|
+
"@luvio/command-streaming": "5.17.0",
|
|
57
56
|
"@luvio/network-adapter-composable": "0.156.5",
|
|
58
57
|
"@luvio/network-adapter-fetch": "0.156.5",
|
|
59
|
-
"@luvio/service-aura-network": "5.
|
|
60
|
-
"@luvio/service-cache": "5.
|
|
61
|
-
"@luvio/service-cache-control": "5.
|
|
62
|
-
"@luvio/service-fetch-network": "5.
|
|
63
|
-
"@luvio/service-instrument-command": "5.
|
|
64
|
-
"@luvio/service-store": "5.
|
|
65
|
-
"@luvio/utils": "5.
|
|
66
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.
|
|
58
|
+
"@luvio/service-aura-network": "5.17.0",
|
|
59
|
+
"@luvio/service-cache": "5.17.0",
|
|
60
|
+
"@luvio/service-cache-control": "5.17.0",
|
|
61
|
+
"@luvio/service-fetch-network": "5.17.0",
|
|
62
|
+
"@luvio/service-instrument-command": "5.17.0",
|
|
63
|
+
"@luvio/service-store": "5.17.0",
|
|
64
|
+
"@luvio/utils": "5.17.0",
|
|
65
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.328.0"
|
|
67
66
|
},
|
|
68
67
|
"luvioBundlesize": [
|
|
69
68
|
{
|