@salesforce/lds-runtime-aura 1.323.0 → 1.324.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.
@@ -20,6 +20,7 @@ import useRelatedListsPredictions from '@salesforce/gate/lds.pdl.useRelatedLists
20
20
  import useCmpDefPredictions from '@salesforce/gate/lds.pdl.useCmpDefPredictions';
21
21
  import applyPredictionRequestLimit from '@salesforce/gate/lds.pdl.applyRequestLimit';
22
22
  import useExactMatchesPlusGate from '@salesforce/gate/lds.pdl.useExactMatchesPlus';
23
+ import useRecordTypeId from '@salesforce/gate/lds.pdl.useRecordTypeId';
23
24
  import { GetApexWireAdapterFactory, registerPrefetcher as registerPrefetcher$1 } from 'force/ldsAdaptersApex';
24
25
  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';
25
26
  import { getInstrumentation } from 'o11y/client';
@@ -4377,7 +4378,7 @@ function getEnvironmentSetting(name) {
4377
4378
  }
4378
4379
  return undefined;
4379
4380
  }
4380
- // version: 1.323.0-34d96539ec
4381
+ // version: 1.324.0-f16f2a27c7
4381
4382
 
4382
4383
  const forceRecordTransactionsDisabled = getEnvironmentSetting(EnvironmentSettings.ForceRecordTransactionsDisabled);
4383
4384
  //TODO: Some duplication here that can be most likely moved to a util class
@@ -4890,7 +4891,8 @@ function setupPredictivePrefetcher(luvio) {
4890
4891
  const inflightRequestLimit = applyPredictionRequestLimit.isOpen({ fallback: false })
4891
4892
  ? getInflightRequestLimit()
4892
4893
  : 1000;
4893
- const useExactMatchesPlus = useExactMatchesPlusGate.isOpen({ fallback: false });
4894
+ const useExactMatchesPlus = useExactMatchesPlusGate.isOpen({ fallback: false }) &&
4895
+ useRecordTypeId.isOpen({ fallback: false }) === false;
4894
4896
  const prefetcherOptions = {
4895
4897
  inflightRequestLimit,
4896
4898
  useExactMatchesPlus,
@@ -5079,4 +5081,4 @@ function ldsEngineCreator() {
5079
5081
  }
5080
5082
 
5081
5083
  export { LexRequestStrategy, PdlRequestPriority, buildPredictorForContext, ldsEngineCreator as default, initializeLDS, initializeOneStore, registerRequestStrategy, saveRequestAsPrediction, unregisterRequestStrategy, whenPredictionsReady };
5082
- // version: 1.323.0-ddaba12fc0
5084
+ // version: 1.324.0-62e02d2ff9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-aura",
3
- "version": "1.323.0",
3
+ "version": "1.324.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,36 @@
34
34
  "release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-aura"
35
35
  },
36
36
  "devDependencies": {
37
- "@luvio/service-broker": "5.13.0",
38
- "@luvio/service-provisioner": "5.13.0",
39
- "@salesforce/lds-adapters-apex": "^1.323.0",
40
- "@salesforce/lds-adapters-uiapi": "^1.323.0",
37
+ "@luvio/service-broker": "5.14.0",
38
+ "@luvio/service-provisioner": "5.14.0",
39
+ "@salesforce/lds-adapters-apex": "^1.324.0",
40
+ "@salesforce/lds-adapters-uiapi": "^1.324.0",
41
41
  "@salesforce/lds-adapters-uiapi-lex": "^1.302.0",
42
- "@salesforce/lds-ads-bridge": "^1.323.0",
43
- "@salesforce/lds-aura-storage": "^1.323.0",
44
- "@salesforce/lds-bindings": "^1.323.0",
45
- "@salesforce/lds-instrumentation": "^1.323.0",
46
- "@salesforce/lds-network-aura": "^1.323.0",
47
- "@salesforce/lds-network-fetch-with-jwt": "^1.323.0",
42
+ "@salesforce/lds-ads-bridge": "^1.324.0",
43
+ "@salesforce/lds-aura-storage": "^1.324.0",
44
+ "@salesforce/lds-bindings": "^1.324.0",
45
+ "@salesforce/lds-instrumentation": "^1.324.0",
46
+ "@salesforce/lds-network-aura": "^1.324.0",
47
+ "@salesforce/lds-network-fetch-with-jwt": "^1.324.0",
48
48
  "jwt-encode": "1.0.1"
49
49
  },
50
50
  "dependencies": {
51
- "@luvio/command-aura-network": "5.13.0",
52
- "@luvio/command-aura-resource-cache-control": "5.13.0",
53
- "@luvio/command-fetch-network": "5.13.0",
54
- "@luvio/command-network": "5.13.0",
55
- "@luvio/command-sse": "5.13.0",
56
- "@luvio/command-streaming": "5.13.0",
51
+ "@luvio/command-aura-network": "5.14.0",
52
+ "@luvio/command-aura-resource-cache-control": "5.14.0",
53
+ "@luvio/command-fetch-network": "5.14.0",
54
+ "@luvio/command-network": "5.14.0",
55
+ "@luvio/command-sse": "5.14.0",
56
+ "@luvio/command-streaming": "5.14.0",
57
57
  "@luvio/network-adapter-composable": "0.156.5",
58
58
  "@luvio/network-adapter-fetch": "0.156.5",
59
- "@luvio/service-aura-network": "5.13.0",
60
- "@luvio/service-cache": "5.13.0",
61
- "@luvio/service-cache-control": "5.13.0",
62
- "@luvio/service-fetch-network": "5.13.0",
63
- "@luvio/service-instrument-command": "5.13.0",
64
- "@luvio/service-store": "5.13.0",
65
- "@luvio/utils": "5.13.0",
66
- "@salesforce/lds-adapters-uiapi-lex": "^1.323.0"
59
+ "@luvio/service-aura-network": "5.14.0",
60
+ "@luvio/service-cache": "5.14.0",
61
+ "@luvio/service-cache-control": "5.14.0",
62
+ "@luvio/service-fetch-network": "5.14.0",
63
+ "@luvio/service-instrument-command": "5.14.0",
64
+ "@luvio/service-store": "5.14.0",
65
+ "@luvio/utils": "5.14.0",
66
+ "@salesforce/lds-adapters-uiapi-lex": "^1.324.0"
67
67
  },
68
68
  "luvioBundlesize": [
69
69
  {