@salesforce/lds-runtime-aura 1.351.0 → 1.351.1
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 +3 -3
- package/package.json +27 -27
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -89,7 +89,7 @@ function buildServiceDescriptor$d() {
|
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
91
|
|
|
92
|
-
const { create: create$1, freeze, keys: keys$2 } = Object;
|
|
92
|
+
const { create: create$1, freeze, keys: keys$2, entries: entries$1 } = Object;
|
|
93
93
|
const { isArray: isArray$2 } = Array;
|
|
94
94
|
const { stringify: stringify$1, parse } = JSON;
|
|
95
95
|
|
|
@@ -5454,7 +5454,7 @@ function getEnvironmentSetting(name) {
|
|
|
5454
5454
|
}
|
|
5455
5455
|
return undefined;
|
|
5456
5456
|
}
|
|
5457
|
-
// version: 1.351.
|
|
5457
|
+
// version: 1.351.1-3c191568b9
|
|
5458
5458
|
|
|
5459
5459
|
const forceRecordTransactionsDisabled = getEnvironmentSetting(EnvironmentSettings.ForceRecordTransactionsDisabled);
|
|
5460
5460
|
//TODO: Some duplication here that can be most likely moved to a util class
|
|
@@ -6146,4 +6146,4 @@ function ldsEngineCreator() {
|
|
|
6146
6146
|
}
|
|
6147
6147
|
|
|
6148
6148
|
export { LexRequestStrategy, PdlRequestPriority, buildPredictorForContext, ldsEngineCreator as default, initializeLDS, initializeOneStore, registerRequestStrategy, saveRequestAsPrediction, unregisterRequestStrategy, whenPredictionsReady };
|
|
6149
|
-
// version: 1.351.
|
|
6149
|
+
// version: 1.351.1-fe0298cc85
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.351.
|
|
3
|
+
"version": "1.351.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -34,38 +34,38 @@
|
|
|
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
|
-
"@salesforce/lds-adapters-apex": "^1.351.
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.351.
|
|
37
|
+
"@luvio/service-provisioner": "5.35.0",
|
|
38
|
+
"@salesforce/lds-adapters-apex": "^1.351.1",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.351.1",
|
|
40
40
|
"@salesforce/lds-adapters-uiapi-lex": "^1.302.0",
|
|
41
|
-
"@salesforce/lds-ads-bridge": "^1.351.
|
|
42
|
-
"@salesforce/lds-aura-storage": "^1.351.
|
|
43
|
-
"@salesforce/lds-bindings": "^1.351.
|
|
44
|
-
"@salesforce/lds-instrumentation": "^1.351.
|
|
45
|
-
"@salesforce/lds-network-aura": "^1.351.
|
|
46
|
-
"@salesforce/lds-network-fetch": "^1.351.
|
|
41
|
+
"@salesforce/lds-ads-bridge": "^1.351.1",
|
|
42
|
+
"@salesforce/lds-aura-storage": "^1.351.1",
|
|
43
|
+
"@salesforce/lds-bindings": "^1.351.1",
|
|
44
|
+
"@salesforce/lds-instrumentation": "^1.351.1",
|
|
45
|
+
"@salesforce/lds-network-aura": "^1.351.1",
|
|
46
|
+
"@salesforce/lds-network-fetch": "^1.351.1",
|
|
47
47
|
"jwt-encode": "1.0.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@luvio/command-aura-network": "5.
|
|
51
|
-
"@luvio/command-aura-normalized-cache-control": "5.
|
|
52
|
-
"@luvio/command-aura-resource-cache-control": "5.
|
|
53
|
-
"@luvio/command-fetch-network": "5.
|
|
54
|
-
"@luvio/command-http-normalized-cache-control": "5.
|
|
55
|
-
"@luvio/command-network": "5.
|
|
56
|
-
"@luvio/command-sse": "5.
|
|
57
|
-
"@luvio/command-streaming": "5.
|
|
50
|
+
"@luvio/command-aura-network": "5.35.0",
|
|
51
|
+
"@luvio/command-aura-normalized-cache-control": "5.35.0",
|
|
52
|
+
"@luvio/command-aura-resource-cache-control": "5.35.0",
|
|
53
|
+
"@luvio/command-fetch-network": "5.35.0",
|
|
54
|
+
"@luvio/command-http-normalized-cache-control": "5.35.0",
|
|
55
|
+
"@luvio/command-network": "5.35.0",
|
|
56
|
+
"@luvio/command-sse": "5.35.0",
|
|
57
|
+
"@luvio/command-streaming": "5.35.0",
|
|
58
58
|
"@luvio/network-adapter-composable": "0.156.7",
|
|
59
59
|
"@luvio/network-adapter-fetch": "0.156.7",
|
|
60
|
-
"@luvio/service-aura-network": "5.
|
|
61
|
-
"@luvio/service-cache": "5.
|
|
62
|
-
"@luvio/service-cache-control": "5.
|
|
63
|
-
"@luvio/service-fetch-network": "5.
|
|
64
|
-
"@luvio/service-instrument-command": "5.
|
|
65
|
-
"@luvio/service-pubsub": "5.
|
|
66
|
-
"@luvio/service-store": "5.
|
|
67
|
-
"@luvio/utils": "5.
|
|
68
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.351.
|
|
60
|
+
"@luvio/service-aura-network": "5.35.0",
|
|
61
|
+
"@luvio/service-cache": "5.35.0",
|
|
62
|
+
"@luvio/service-cache-control": "5.35.0",
|
|
63
|
+
"@luvio/service-fetch-network": "5.35.0",
|
|
64
|
+
"@luvio/service-instrument-command": "5.35.0",
|
|
65
|
+
"@luvio/service-pubsub": "5.35.0",
|
|
66
|
+
"@luvio/service-store": "5.35.0",
|
|
67
|
+
"@luvio/utils": "5.35.0",
|
|
68
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.351.1"
|
|
69
69
|
},
|
|
70
70
|
"luvioBundlesize": [
|
|
71
71
|
{
|