@salesforce/lds-runtime-aura 1.377.1 → 1.378.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.
@@ -2309,7 +2309,7 @@ function buildServiceDescriptor$5(luvio) {
2309
2309
  },
2310
2310
  };
2311
2311
  }
2312
- // version: 1.377.1-db77d3f339
2312
+ // version: 1.378.0-63d7c07562
2313
2313
 
2314
2314
  /*!
2315
2315
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -2628,7 +2628,7 @@ function buildServiceDescriptor$1(notifyRecordUpdateAvailable, getNormalizedLuvi
2628
2628
  },
2629
2629
  };
2630
2630
  }
2631
- // version: 1.377.1-db77d3f339
2631
+ // version: 1.378.0-63d7c07562
2632
2632
 
2633
2633
  /*!
2634
2634
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -6123,7 +6123,7 @@ function getEnvironmentSetting(name) {
6123
6123
  }
6124
6124
  return undefined;
6125
6125
  }
6126
- // version: 1.377.1-db77d3f339
6126
+ // version: 1.378.0-63d7c07562
6127
6127
 
6128
6128
  const forceRecordTransactionsDisabled = getEnvironmentSetting(EnvironmentSettings.ForceRecordTransactionsDisabled);
6129
6129
  //TODO: Some duplication here that can be most likely moved to a util class
@@ -7092,4 +7092,4 @@ function ldsEngineCreator() {
7092
7092
  }
7093
7093
 
7094
7094
  export { LexRequestStrategy, PdlRequestPriority, buildPredictorForContext, ldsEngineCreator as default, initializeLDS, initializeOneStore, notifyUpdateAvailableFactory, registerRequestStrategy, saveRequestAsPrediction, unregisterRequestStrategy, whenPredictionsReady };
7095
- // version: 1.377.1-dadb6358f3
7095
+ // version: 1.378.0-0ab3d40d29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-aura",
3
- "version": "1.377.1",
3
+ "version": "1.378.0",
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.54.0",
38
- "@luvio/tools-core": "5.54.0",
39
- "@salesforce/lds-adapters-apex": "^1.377.1",
40
- "@salesforce/lds-adapters-uiapi": "^1.377.1",
37
+ "@luvio/service-provisioner": "5.55.1",
38
+ "@luvio/tools-core": "5.55.1",
39
+ "@salesforce/lds-adapters-apex": "^1.378.0",
40
+ "@salesforce/lds-adapters-uiapi": "^1.378.0",
41
41
  "@salesforce/lds-adapters-uiapi-lex": "^1.371.0",
42
- "@salesforce/lds-ads-bridge": "^1.377.1",
43
- "@salesforce/lds-aura-storage": "^1.377.1",
44
- "@salesforce/lds-bindings": "^1.377.1",
45
- "@salesforce/lds-instrumentation": "^1.377.1",
46
- "@salesforce/lds-network-aura": "^1.377.1",
47
- "@salesforce/lds-network-fetch": "^1.377.1",
42
+ "@salesforce/lds-ads-bridge": "^1.378.0",
43
+ "@salesforce/lds-aura-storage": "^1.378.0",
44
+ "@salesforce/lds-bindings": "^1.378.0",
45
+ "@salesforce/lds-instrumentation": "^1.378.0",
46
+ "@salesforce/lds-network-aura": "^1.378.0",
47
+ "@salesforce/lds-network-fetch": "^1.378.0",
48
48
  "jwt-encode": "1.0.1"
49
49
  },
50
50
  "dependencies": {
51
- "@luvio/command-aura-graphql-normalized-cache-control": "5.54.0",
52
- "@luvio/command-aura-network": "5.54.0",
53
- "@luvio/command-aura-normalized-cache-control": "5.54.0",
54
- "@luvio/command-aura-resource-cache-control": "5.54.0",
55
- "@luvio/command-fetch-network": "5.54.0",
56
- "@luvio/command-http-graphql-normalized-cache-control": "5.54.0",
57
- "@luvio/command-http-normalized-cache-control": "5.54.0",
58
- "@luvio/command-ndjson": "5.54.0",
59
- "@luvio/command-network": "5.54.0",
60
- "@luvio/command-sse": "5.54.0",
61
- "@luvio/command-streaming": "5.54.0",
51
+ "@luvio/command-aura-graphql-normalized-cache-control": "5.55.1",
52
+ "@luvio/command-aura-network": "5.55.1",
53
+ "@luvio/command-aura-normalized-cache-control": "5.55.1",
54
+ "@luvio/command-aura-resource-cache-control": "5.55.1",
55
+ "@luvio/command-fetch-network": "5.55.1",
56
+ "@luvio/command-http-graphql-normalized-cache-control": "5.55.1",
57
+ "@luvio/command-http-normalized-cache-control": "5.55.1",
58
+ "@luvio/command-ndjson": "5.55.1",
59
+ "@luvio/command-network": "5.55.1",
60
+ "@luvio/command-sse": "5.55.1",
61
+ "@luvio/command-streaming": "5.55.1",
62
62
  "@luvio/network-adapter-composable": "0.158.7",
63
63
  "@luvio/network-adapter-fetch": "0.158.7",
64
- "@luvio/service-aura-network": "5.54.0",
65
- "@luvio/service-cache": "5.54.0",
66
- "@luvio/service-cache-control": "5.54.0",
67
- "@luvio/service-cache-inclusion-policy": "5.54.0",
68
- "@luvio/service-feature-flags": "5.54.0",
69
- "@luvio/service-fetch-network": "5.54.0",
70
- "@luvio/service-instrument-command": "5.54.0",
71
- "@luvio/service-pubsub": "5.54.0",
72
- "@luvio/service-store": "5.54.0",
73
- "@luvio/utils": "5.54.0",
74
- "@salesforce/lds-adapters-onestore-graphql": "^1.377.1",
75
- "@salesforce/lds-adapters-uiapi-lex": "^1.377.1",
76
- "@salesforce/lds-luvio-service": "^1.377.1",
77
- "@salesforce/lds-luvio-uiapi-records-service": "^1.377.1"
64
+ "@luvio/service-aura-network": "5.55.1",
65
+ "@luvio/service-cache": "5.55.1",
66
+ "@luvio/service-cache-control": "5.55.1",
67
+ "@luvio/service-cache-inclusion-policy": "5.55.1",
68
+ "@luvio/service-feature-flags": "5.55.1",
69
+ "@luvio/service-fetch-network": "5.55.1",
70
+ "@luvio/service-instrument-command": "5.55.1",
71
+ "@luvio/service-pubsub": "5.55.1",
72
+ "@luvio/service-store": "5.55.1",
73
+ "@luvio/utils": "5.55.1",
74
+ "@salesforce/lds-adapters-onestore-graphql": "^1.378.0",
75
+ "@salesforce/lds-adapters-uiapi-lex": "^1.378.0",
76
+ "@salesforce/lds-luvio-service": "^1.378.0",
77
+ "@salesforce/lds-luvio-uiapi-records-service": "^1.378.0"
78
78
  },
79
79
  "luvioBundlesize": [
80
80
  {