@salesforce/lds-runtime-aura 1.380.0-dev1 → 1.380.0-dev3
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 +7 -7
- package/package.json +36 -36
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -25,7 +25,7 @@ import useOneStoreGraphql from '@salesforce/gate/lds.oneStoreGraphqlEnabled.ltng
|
|
|
25
25
|
import { GetApexWireAdapterFactory, registerPrefetcher as registerPrefetcher$1 } from 'force/ldsAdaptersApex';
|
|
26
26
|
import { getRecordAvatarsAdapterFactory, getRecordAdapterFactory, coerceFieldIdArray, getRecordsAdapterFactory, getRecordActionsAdapterFactory, getObjectInfosAdapterFactory, coerceObjectIdArray, getObjectInfoAdapterFactory, coerceObjectId, getRelatedListsActionsAdapterFactory, getRelatedListInfoBatchAdapterFactory, getRelatedListInfoAdapterFactory, getRelatedListRecordsBatchAdapterFactory, getRelatedListRecordsAdapterFactory, getListInfoByNameAdapterFactory, getListInfosByObjectNameAdapterFactory, getListRecordsByNameAdapterFactory, getListObjectInfoAdapterFactory, getRelatedListsInfoAdapterFactory, getRelatedListActionsAdapterFactory, getRecordId18Array, instrument, buildRecordRepKeyFromId, configuration, InMemoryRecordRepresentationQueryEvaluator, UiApiNamespace, RecordRepresentationRepresentationType, registerPrefetcher, RecordRepresentationVersion } from 'force/ldsAdaptersUiapi';
|
|
27
27
|
import { getInstrumentation } from 'o11y/client';
|
|
28
|
-
import { buildGraphQLInputExtension } from 'force/luvioGraphqlNormalization';
|
|
28
|
+
import { buildGraphQLInputExtension, addTypenameToDocument } from 'force/luvioGraphqlNormalization';
|
|
29
29
|
import { print } from 'force/luvioOnestoreGraphqlParser';
|
|
30
30
|
import { setServices } from 'force/luvioServiceProvisioner1';
|
|
31
31
|
import { unstable_loadComponentDefs, executeGlobalControllerRawResponse } from 'aura';
|
|
@@ -2309,7 +2309,7 @@ function buildServiceDescriptor$5(luvio) {
|
|
|
2309
2309
|
},
|
|
2310
2310
|
};
|
|
2311
2311
|
}
|
|
2312
|
-
// version: 1.380.0-
|
|
2312
|
+
// version: 1.380.0-dev3-4d1fd7819b
|
|
2313
2313
|
|
|
2314
2314
|
/*!
|
|
2315
2315
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -2433,7 +2433,7 @@ class AuraGraphQLNormalizedCacheControlCommand extends AuraNormalizedCacheContro
|
|
|
2433
2433
|
if (augmentedQueryResult.isErr()) {
|
|
2434
2434
|
throw augmentedQueryResult.error;
|
|
2435
2435
|
}
|
|
2436
|
-
return augmentedQueryResult.value;
|
|
2436
|
+
return addTypenameToDocument(augmentedQueryResult.value);
|
|
2437
2437
|
}
|
|
2438
2438
|
buildWriteInput(data) {
|
|
2439
2439
|
const extensionResult = buildGraphQLInputExtension({
|
|
@@ -2527,7 +2527,7 @@ class HttpGraphQLNormalizedCacheControlCommand extends HttpNormalizedCacheContro
|
|
|
2527
2527
|
if (augmentedQueryResult.isErr()) {
|
|
2528
2528
|
throw augmentedQueryResult.error;
|
|
2529
2529
|
}
|
|
2530
|
-
return augmentedQueryResult.value;
|
|
2530
|
+
return addTypenameToDocument(augmentedQueryResult.value);
|
|
2531
2531
|
}
|
|
2532
2532
|
buildWriteInput(data) {
|
|
2533
2533
|
const extensionResult = buildGraphQLInputExtension({
|
|
@@ -2628,7 +2628,7 @@ function buildServiceDescriptor$1(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
2628
2628
|
},
|
|
2629
2629
|
};
|
|
2630
2630
|
}
|
|
2631
|
-
// version: 1.380.0-
|
|
2631
|
+
// version: 1.380.0-dev3-4d1fd7819b
|
|
2632
2632
|
|
|
2633
2633
|
/*!
|
|
2634
2634
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -6119,7 +6119,7 @@ function getEnvironmentSetting(name) {
|
|
|
6119
6119
|
}
|
|
6120
6120
|
return undefined;
|
|
6121
6121
|
}
|
|
6122
|
-
// version: 1.380.0-
|
|
6122
|
+
// version: 1.380.0-dev3-4d1fd7819b
|
|
6123
6123
|
|
|
6124
6124
|
const forceRecordTransactionsDisabled = getEnvironmentSetting(EnvironmentSettings.ForceRecordTransactionsDisabled);
|
|
6125
6125
|
//TODO: Some duplication here that can be most likely moved to a util class
|
|
@@ -7086,4 +7086,4 @@ function ldsEngineCreator() {
|
|
|
7086
7086
|
}
|
|
7087
7087
|
|
|
7088
7088
|
export { LexRequestStrategy, PdlRequestPriority, buildPredictorForContext, ldsEngineCreator as default, initializeLDS, initializeOneStore, notifyUpdateAvailableFactory, registerRequestStrategy, saveRequestAsPrediction, unregisterRequestStrategy, whenPredictionsReady };
|
|
7089
|
-
// version: 1.380.0-
|
|
7089
|
+
// version: 1.380.0-dev3-53ae034d90
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.380.0-
|
|
3
|
+
"version": "1.380.0-dev3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -34,47 +34,47 @@
|
|
|
34
34
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-aura"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@luvio/service-provisioner": "5.
|
|
38
|
-
"@luvio/tools-core": "5.
|
|
39
|
-
"@salesforce/lds-adapters-apex": "^1.380.0-
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.380.0-
|
|
37
|
+
"@luvio/service-provisioner": "5.58.2",
|
|
38
|
+
"@luvio/tools-core": "5.58.2",
|
|
39
|
+
"@salesforce/lds-adapters-apex": "^1.380.0-dev3",
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.380.0-dev3",
|
|
41
41
|
"@salesforce/lds-adapters-uiapi-lex": "^1.371.0",
|
|
42
|
-
"@salesforce/lds-ads-bridge": "^1.380.0-
|
|
43
|
-
"@salesforce/lds-aura-storage": "^1.380.0-
|
|
44
|
-
"@salesforce/lds-bindings": "^1.380.0-
|
|
45
|
-
"@salesforce/lds-instrumentation": "^1.380.0-
|
|
46
|
-
"@salesforce/lds-network-aura": "^1.380.0-
|
|
47
|
-
"@salesforce/lds-network-fetch": "^1.380.0-
|
|
42
|
+
"@salesforce/lds-ads-bridge": "^1.380.0-dev3",
|
|
43
|
+
"@salesforce/lds-aura-storage": "^1.380.0-dev3",
|
|
44
|
+
"@salesforce/lds-bindings": "^1.380.0-dev3",
|
|
45
|
+
"@salesforce/lds-instrumentation": "^1.380.0-dev3",
|
|
46
|
+
"@salesforce/lds-network-aura": "^1.380.0-dev3",
|
|
47
|
+
"@salesforce/lds-network-fetch": "^1.380.0-dev3",
|
|
48
48
|
"jwt-encode": "1.0.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@luvio/command-aura-graphql-normalized-cache-control": "5.
|
|
52
|
-
"@luvio/command-aura-network": "5.
|
|
53
|
-
"@luvio/command-aura-normalized-cache-control": "5.
|
|
54
|
-
"@luvio/command-aura-resource-cache-control": "5.
|
|
55
|
-
"@luvio/command-fetch-network": "5.
|
|
56
|
-
"@luvio/command-http-graphql-normalized-cache-control": "5.
|
|
57
|
-
"@luvio/command-http-normalized-cache-control": "5.
|
|
58
|
-
"@luvio/command-ndjson": "5.
|
|
59
|
-
"@luvio/command-network": "5.
|
|
60
|
-
"@luvio/command-sse": "5.
|
|
61
|
-
"@luvio/command-streaming": "5.
|
|
51
|
+
"@luvio/command-aura-graphql-normalized-cache-control": "5.58.2",
|
|
52
|
+
"@luvio/command-aura-network": "5.58.2",
|
|
53
|
+
"@luvio/command-aura-normalized-cache-control": "5.58.2",
|
|
54
|
+
"@luvio/command-aura-resource-cache-control": "5.58.2",
|
|
55
|
+
"@luvio/command-fetch-network": "5.58.2",
|
|
56
|
+
"@luvio/command-http-graphql-normalized-cache-control": "5.58.2",
|
|
57
|
+
"@luvio/command-http-normalized-cache-control": "5.58.2",
|
|
58
|
+
"@luvio/command-ndjson": "5.58.2",
|
|
59
|
+
"@luvio/command-network": "5.58.2",
|
|
60
|
+
"@luvio/command-sse": "5.58.2",
|
|
61
|
+
"@luvio/command-streaming": "5.58.2",
|
|
62
62
|
"@luvio/network-adapter-composable": "0.158.7",
|
|
63
63
|
"@luvio/network-adapter-fetch": "0.158.7",
|
|
64
|
-
"@luvio/service-aura-network": "5.
|
|
65
|
-
"@luvio/service-cache": "5.
|
|
66
|
-
"@luvio/service-cache-control": "5.
|
|
67
|
-
"@luvio/service-cache-inclusion-policy": "5.
|
|
68
|
-
"@luvio/service-feature-flags": "5.
|
|
69
|
-
"@luvio/service-fetch-network": "5.
|
|
70
|
-
"@luvio/service-instrument-command": "5.
|
|
71
|
-
"@luvio/service-pubsub": "5.
|
|
72
|
-
"@luvio/service-store": "5.
|
|
73
|
-
"@luvio/utils": "5.
|
|
74
|
-
"@salesforce/lds-adapters-onestore-graphql": "^1.380.0-
|
|
75
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.380.0-
|
|
76
|
-
"@salesforce/lds-luvio-service": "^1.380.0-
|
|
77
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.380.0-
|
|
64
|
+
"@luvio/service-aura-network": "5.58.2",
|
|
65
|
+
"@luvio/service-cache": "5.58.2",
|
|
66
|
+
"@luvio/service-cache-control": "5.58.2",
|
|
67
|
+
"@luvio/service-cache-inclusion-policy": "5.58.2",
|
|
68
|
+
"@luvio/service-feature-flags": "5.58.2",
|
|
69
|
+
"@luvio/service-fetch-network": "5.58.2",
|
|
70
|
+
"@luvio/service-instrument-command": "5.58.2",
|
|
71
|
+
"@luvio/service-pubsub": "5.58.2",
|
|
72
|
+
"@luvio/service-store": "5.58.2",
|
|
73
|
+
"@luvio/utils": "5.58.2",
|
|
74
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.380.0-dev3",
|
|
75
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.380.0-dev3",
|
|
76
|
+
"@salesforce/lds-luvio-service": "^1.380.0-dev3",
|
|
77
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.380.0-dev3"
|
|
78
78
|
},
|
|
79
79
|
"luvioBundlesize": [
|
|
80
80
|
{
|