@salesforce/lds-runtime-aura 1.359.0 → 1.360.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 +32 -32
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -2672,7 +2672,7 @@ var TypeCheckShapes;
|
|
|
2672
2672
|
TypeCheckShapes[TypeCheckShapes["Integer"] = 3] = "Integer";
|
|
2673
2673
|
TypeCheckShapes[TypeCheckShapes["Unsupported"] = 4] = "Unsupported";
|
|
2674
2674
|
})(TypeCheckShapes || (TypeCheckShapes = {}));
|
|
2675
|
-
// engine version: 0.157.
|
|
2675
|
+
// engine version: 0.157.4-1c316582
|
|
2676
2676
|
|
|
2677
2677
|
const { keys: keys$1 } = Object;
|
|
2678
2678
|
|
|
@@ -5657,7 +5657,7 @@ function getEnvironmentSetting(name) {
|
|
|
5657
5657
|
}
|
|
5658
5658
|
return undefined;
|
|
5659
5659
|
}
|
|
5660
|
-
// version: 1.
|
|
5660
|
+
// version: 1.360.1-0f1676c606
|
|
5661
5661
|
|
|
5662
5662
|
const forceRecordTransactionsDisabled = getEnvironmentSetting(EnvironmentSettings.ForceRecordTransactionsDisabled);
|
|
5663
5663
|
//TODO: Some duplication here that can be most likely moved to a util class
|
|
@@ -6535,4 +6535,4 @@ function ldsEngineCreator() {
|
|
|
6535
6535
|
}
|
|
6536
6536
|
|
|
6537
6537
|
export { LexRequestStrategy, PdlRequestPriority, buildPredictorForContext, ldsEngineCreator as default, initializeLDS, initializeOneStore, registerRequestStrategy, saveRequestAsPrediction, unregisterRequestStrategy, whenPredictionsReady };
|
|
6538
|
-
// version: 1.
|
|
6538
|
+
// version: 1.360.1-509ca55373
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.360.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -34,41 +34,41 @@
|
|
|
34
34
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-aura"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@luvio/service-provisioner": "
|
|
38
|
-
"@luvio/tools-core": "
|
|
39
|
-
"@salesforce/lds-adapters-apex": "^1.
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
37
|
+
"@luvio/service-provisioner": "5.40.3",
|
|
38
|
+
"@luvio/tools-core": "5.40.3",
|
|
39
|
+
"@salesforce/lds-adapters-apex": "^1.360.1",
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.360.1",
|
|
41
41
|
"@salesforce/lds-adapters-uiapi-lex": "^1.302.0",
|
|
42
|
-
"@salesforce/lds-ads-bridge": "^1.
|
|
43
|
-
"@salesforce/lds-aura-storage": "^1.
|
|
44
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
46
|
-
"@salesforce/lds-network-aura": "^1.
|
|
47
|
-
"@salesforce/lds-network-fetch": "^1.
|
|
42
|
+
"@salesforce/lds-ads-bridge": "^1.360.1",
|
|
43
|
+
"@salesforce/lds-aura-storage": "^1.360.1",
|
|
44
|
+
"@salesforce/lds-bindings": "^1.360.1",
|
|
45
|
+
"@salesforce/lds-instrumentation": "^1.360.1",
|
|
46
|
+
"@salesforce/lds-network-aura": "^1.360.1",
|
|
47
|
+
"@salesforce/lds-network-fetch": "^1.360.1",
|
|
48
48
|
"jwt-encode": "1.0.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@luvio/command-aura-network": "
|
|
52
|
-
"@luvio/command-aura-normalized-cache-control": "
|
|
53
|
-
"@luvio/command-aura-resource-cache-control": "
|
|
54
|
-
"@luvio/command-fetch-network": "
|
|
55
|
-
"@luvio/command-http-normalized-cache-control": "
|
|
56
|
-
"@luvio/command-ndjson": "
|
|
57
|
-
"@luvio/command-network": "
|
|
58
|
-
"@luvio/command-sse": "
|
|
59
|
-
"@luvio/command-streaming": "
|
|
60
|
-
"@luvio/network-adapter-composable": "0.157.
|
|
61
|
-
"@luvio/network-adapter-fetch": "0.157.
|
|
62
|
-
"@luvio/service-aura-network": "
|
|
63
|
-
"@luvio/service-cache": "
|
|
64
|
-
"@luvio/service-cache-control": "
|
|
65
|
-
"@luvio/service-cache-inclusion-policy": "
|
|
66
|
-
"@luvio/service-fetch-network": "
|
|
67
|
-
"@luvio/service-instrument-command": "
|
|
68
|
-
"@luvio/service-pubsub": "
|
|
69
|
-
"@luvio/service-store": "
|
|
70
|
-
"@luvio/utils": "
|
|
71
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.
|
|
51
|
+
"@luvio/command-aura-network": "5.40.3",
|
|
52
|
+
"@luvio/command-aura-normalized-cache-control": "5.40.3",
|
|
53
|
+
"@luvio/command-aura-resource-cache-control": "5.40.3",
|
|
54
|
+
"@luvio/command-fetch-network": "5.40.3",
|
|
55
|
+
"@luvio/command-http-normalized-cache-control": "5.40.3",
|
|
56
|
+
"@luvio/command-ndjson": "5.40.3",
|
|
57
|
+
"@luvio/command-network": "5.40.3",
|
|
58
|
+
"@luvio/command-sse": "5.40.3",
|
|
59
|
+
"@luvio/command-streaming": "5.40.3",
|
|
60
|
+
"@luvio/network-adapter-composable": "0.157.4",
|
|
61
|
+
"@luvio/network-adapter-fetch": "0.157.4",
|
|
62
|
+
"@luvio/service-aura-network": "5.40.3",
|
|
63
|
+
"@luvio/service-cache": "5.40.3",
|
|
64
|
+
"@luvio/service-cache-control": "5.40.3",
|
|
65
|
+
"@luvio/service-cache-inclusion-policy": "5.40.3",
|
|
66
|
+
"@luvio/service-fetch-network": "5.40.3",
|
|
67
|
+
"@luvio/service-instrument-command": "5.40.3",
|
|
68
|
+
"@luvio/service-pubsub": "5.40.3",
|
|
69
|
+
"@luvio/service-store": "5.40.3",
|
|
70
|
+
"@luvio/utils": "5.40.3",
|
|
71
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.360.1"
|
|
72
72
|
},
|
|
73
73
|
"luvioBundlesize": [
|
|
74
74
|
{
|