@salesforce/lds-runtime-aura 1.455.0 → 1.456.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.
@@ -2589,7 +2589,7 @@ function buildServiceDescriptor$d(luvio) {
2589
2589
  },
2590
2590
  };
2591
2591
  }
2592
- // version: 1.455.0-c53c97de2a
2592
+ // version: 1.456.0-cef836b978
2593
2593
 
2594
2594
  class AuraGraphQLNormalizedCacheControlCommand extends AuraNormalizedCacheControlCommand {
2595
2595
  constructor(config, documentRootType, services) {
@@ -2928,7 +2928,7 @@ function buildServiceDescriptor$9(notifyRecordUpdateAvailable, getNormalizedLuvi
2928
2928
  },
2929
2929
  };
2930
2930
  }
2931
- // version: 1.455.0-c53c97de2a
2931
+ // version: 1.456.0-cef836b978
2932
2932
 
2933
2933
  class RetryService {
2934
2934
  constructor(defaultRetryPolicy) {
@@ -5934,7 +5934,7 @@ function getEnvironmentSetting(name) {
5934
5934
  }
5935
5935
  return undefined;
5936
5936
  }
5937
- // version: 1.455.0-96e9b41a18
5937
+ // version: 1.456.0-6ed480b93c
5938
5938
 
5939
5939
  const auraClientService = getAuraClientService();
5940
5940
  const defaultConfig = {
@@ -11657,4 +11657,4 @@ function ldsEngineCreator() {
11657
11657
  }
11658
11658
 
11659
11659
  export { LexRequestStrategy, PDL_ENGINE_REGISTRATION_ID, PdlPrefetcherEventType, PdlRequestPriority, buildPredictorForContext, configService, ldsEngineCreator as default, initializeLDS, initializeOneStore, notifyUpdateAvailableFactory, registerRequestStrategy, saveRequestAsPrediction, subscribeToPrefetcherEvents, unregisterRequestStrategy, whenPredictionsReady };
11660
- // version: 1.455.0-c53c97de2a
11660
+ // version: 1.456.0-cef836b978
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-aura",
3
- "version": "1.455.0",
3
+ "version": "1.456.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.3",
38
- "@conduit-client/tools-core": "3.26.3",
39
- "@salesforce/lds-adapters-apex": "^1.455.0",
40
- "@salesforce/lds-adapters-uiapi": "^1.455.0",
41
- "@salesforce/lds-ads-bridge": "^1.455.0",
42
- "@salesforce/lds-aura-storage": "^1.455.0",
43
- "@salesforce/lds-bindings": "^1.455.0",
44
- "@salesforce/lds-instrumentation": "^1.455.0",
45
- "@salesforce/lds-network-adapter": "^1.455.0",
46
- "@salesforce/lds-network-aura": "^1.455.0",
47
- "@salesforce/lds-network-fetch": "^1.455.0",
37
+ "@conduit-client/service-provisioner": "3.26.5",
38
+ "@conduit-client/tools-core": "3.26.5",
39
+ "@salesforce/lds-adapters-apex": "^1.456.0",
40
+ "@salesforce/lds-adapters-uiapi": "^1.456.0",
41
+ "@salesforce/lds-ads-bridge": "^1.456.0",
42
+ "@salesforce/lds-aura-storage": "^1.456.0",
43
+ "@salesforce/lds-bindings": "^1.456.0",
44
+ "@salesforce/lds-instrumentation": "^1.456.0",
45
+ "@salesforce/lds-network-adapter": "^1.456.0",
46
+ "@salesforce/lds-network-aura": "^1.456.0",
47
+ "@salesforce/lds-network-fetch": "^1.456.0",
48
48
  "jwt-encode": "1.0.1"
49
49
  },
50
50
  "dependencies": {
51
- "@conduit-client/command-aura-graphql-normalized-cache-control": "3.26.3",
52
- "@conduit-client/command-aura-network": "3.26.3",
53
- "@conduit-client/command-aura-normalized-cache-control": "3.26.3",
54
- "@conduit-client/command-fetch-network": "3.26.3",
55
- "@conduit-client/command-http-graphql-normalized-cache-control": "3.26.3",
56
- "@conduit-client/command-http-normalized-cache-control": "3.26.3",
57
- "@conduit-client/command-ndjson": "3.26.3",
58
- "@conduit-client/command-network": "3.26.3",
59
- "@conduit-client/command-sse": "3.26.3",
60
- "@conduit-client/command-streaming": "3.26.3",
61
- "@conduit-client/jwt-manager": "3.26.3",
62
- "@conduit-client/service-aura-network": "3.26.3",
63
- "@conduit-client/service-bindings-imperative": "3.26.3",
64
- "@conduit-client/service-bindings-lwc": "3.26.3",
65
- "@conduit-client/service-cache": "3.26.3",
66
- "@conduit-client/service-cache-control": "3.26.3",
67
- "@conduit-client/service-cache-inclusion-policy": "3.26.3",
68
- "@conduit-client/service-config": "3.26.3",
69
- "@conduit-client/service-feature-flags": "3.26.3",
70
- "@conduit-client/service-fetch-network": "3.26.3",
71
- "@conduit-client/service-instrument-command": "3.26.3",
72
- "@conduit-client/service-pubsub": "3.26.3",
73
- "@conduit-client/service-renewable-resource-manager": "3.26.3",
74
- "@conduit-client/service-store": "3.26.3",
75
- "@conduit-client/utils": "3.26.3",
51
+ "@conduit-client/command-aura-graphql-normalized-cache-control": "3.26.5",
52
+ "@conduit-client/command-aura-network": "3.26.5",
53
+ "@conduit-client/command-aura-normalized-cache-control": "3.26.5",
54
+ "@conduit-client/command-fetch-network": "3.26.5",
55
+ "@conduit-client/command-http-graphql-normalized-cache-control": "3.26.5",
56
+ "@conduit-client/command-http-normalized-cache-control": "3.26.5",
57
+ "@conduit-client/command-ndjson": "3.26.5",
58
+ "@conduit-client/command-network": "3.26.5",
59
+ "@conduit-client/command-sse": "3.26.5",
60
+ "@conduit-client/command-streaming": "3.26.5",
61
+ "@conduit-client/jwt-manager": "3.26.5",
62
+ "@conduit-client/service-aura-network": "3.26.5",
63
+ "@conduit-client/service-bindings-imperative": "3.26.5",
64
+ "@conduit-client/service-bindings-lwc": "3.26.5",
65
+ "@conduit-client/service-cache": "3.26.5",
66
+ "@conduit-client/service-cache-control": "3.26.5",
67
+ "@conduit-client/service-cache-inclusion-policy": "3.26.5",
68
+ "@conduit-client/service-config": "3.26.5",
69
+ "@conduit-client/service-feature-flags": "3.26.5",
70
+ "@conduit-client/service-fetch-network": "3.26.5",
71
+ "@conduit-client/service-instrument-command": "3.26.5",
72
+ "@conduit-client/service-pubsub": "3.26.5",
73
+ "@conduit-client/service-renewable-resource-manager": "3.26.5",
74
+ "@conduit-client/service-store": "3.26.5",
75
+ "@conduit-client/utils": "3.26.5",
76
76
  "@luvio/network-adapter-composable": "0.161.2",
77
77
  "@luvio/network-adapter-fetch": "0.161.2",
78
78
  "@lwc/state": "^0.29.0",
79
- "@salesforce/lds-adapters-onestore-graphql": "^1.455.0",
79
+ "@salesforce/lds-adapters-onestore-graphql": "^1.456.0",
80
80
  "@salesforce/lds-adapters-uiapi-lex": "^1.415.0",
81
- "@salesforce/lds-durable-storage": "^1.455.0",
82
- "@salesforce/lds-luvio-service": "^1.455.0",
83
- "@salesforce/lds-luvio-uiapi-records-service": "^1.455.0"
81
+ "@salesforce/lds-durable-storage": "^1.456.0",
82
+ "@salesforce/lds-luvio-service": "^1.456.0",
83
+ "@salesforce/lds-luvio-uiapi-records-service": "^1.456.0"
84
84
  },
85
85
  "luvioBundlesize": [
86
86
  {