@salesforce/lds-runtime-aura 1.383.0 → 1.384.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.
- package/dist/ldsEngineCreator.js +10 -10
- package/package.json +37 -37
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -539,7 +539,7 @@ class CacheControlRequestRunner {
|
|
|
539
539
|
}
|
|
540
540
|
requestFromNetwork() {
|
|
541
541
|
const that = this;
|
|
542
|
-
return async function* () {
|
|
542
|
+
return (async function* () {
|
|
543
543
|
const result = await that.requestFromNetworkInternal();
|
|
544
544
|
if (result.isErr()) {
|
|
545
545
|
that.networkError = result;
|
|
@@ -547,7 +547,7 @@ class CacheControlRequestRunner {
|
|
|
547
547
|
that.networkData = result;
|
|
548
548
|
}
|
|
549
549
|
yield result;
|
|
550
|
-
}();
|
|
550
|
+
})();
|
|
551
551
|
}
|
|
552
552
|
writeToCache(cache, networkResult) {
|
|
553
553
|
return this.writeToCacheInternal(cache, networkResult);
|
|
@@ -2310,7 +2310,7 @@ function buildServiceDescriptor$5(luvio) {
|
|
|
2310
2310
|
},
|
|
2311
2311
|
};
|
|
2312
2312
|
}
|
|
2313
|
-
// version: 1.
|
|
2313
|
+
// version: 1.384.0-835fd13f44
|
|
2314
2314
|
|
|
2315
2315
|
/*!
|
|
2316
2316
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -2629,7 +2629,7 @@ function buildServiceDescriptor$1(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
2629
2629
|
},
|
|
2630
2630
|
};
|
|
2631
2631
|
}
|
|
2632
|
-
// version: 1.
|
|
2632
|
+
// version: 1.384.0-835fd13f44
|
|
2633
2633
|
|
|
2634
2634
|
/*!
|
|
2635
2635
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -2661,12 +2661,12 @@ function t(e2) {
|
|
|
2661
2661
|
throw "Illegal base64url string!";
|
|
2662
2662
|
}
|
|
2663
2663
|
try {
|
|
2664
|
-
return function(e3) {
|
|
2665
|
-
return decodeURIComponent(r(e3).replace(/(.)/g, function(e4, r2) {
|
|
2664
|
+
return (function(e3) {
|
|
2665
|
+
return decodeURIComponent(r(e3).replace(/(.)/g, (function(e4, r2) {
|
|
2666
2666
|
var t3 = r2.charCodeAt(0).toString(16).toUpperCase();
|
|
2667
2667
|
return t3.length < 2 && (t3 = "0" + t3), "%" + t3;
|
|
2668
|
-
}));
|
|
2669
|
-
}(t2);
|
|
2668
|
+
})));
|
|
2669
|
+
})(t2);
|
|
2670
2670
|
} catch (e3) {
|
|
2671
2671
|
return r(t2);
|
|
2672
2672
|
}
|
|
@@ -6131,7 +6131,7 @@ function getEnvironmentSetting(name) {
|
|
|
6131
6131
|
}
|
|
6132
6132
|
return undefined;
|
|
6133
6133
|
}
|
|
6134
|
-
// version: 1.
|
|
6134
|
+
// version: 1.384.0-835fd13f44
|
|
6135
6135
|
|
|
6136
6136
|
const forceRecordTransactionsDisabled = getEnvironmentSetting(EnvironmentSettings.ForceRecordTransactionsDisabled);
|
|
6137
6137
|
//TODO: Some duplication here that can be most likely moved to a util class
|
|
@@ -7098,4 +7098,4 @@ function ldsEngineCreator() {
|
|
|
7098
7098
|
}
|
|
7099
7099
|
|
|
7100
7100
|
export { LexRequestStrategy, PdlRequestPriority, buildPredictorForContext, ldsEngineCreator as default, initializeLDS, initializeOneStore, notifyUpdateAvailableFactory, registerRequestStrategy, saveRequestAsPrediction, unregisterRequestStrategy, whenPredictionsReady };
|
|
7101
|
-
// version: 1.
|
|
7101
|
+
// version: 1.384.0-cb845692ac
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.384.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -34,48 +34,48 @@
|
|
|
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.58.
|
|
38
|
-
"@luvio/tools-core": "5.58.
|
|
39
|
-
"@salesforce/lds-adapters-apex": "^1.
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
41
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.
|
|
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.
|
|
37
|
+
"@luvio/service-provisioner": "5.58.4",
|
|
38
|
+
"@luvio/tools-core": "5.58.4",
|
|
39
|
+
"@salesforce/lds-adapters-apex": "^1.384.0",
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.384.0",
|
|
41
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.383.0",
|
|
42
|
+
"@salesforce/lds-ads-bridge": "^1.384.0",
|
|
43
|
+
"@salesforce/lds-aura-storage": "^1.384.0",
|
|
44
|
+
"@salesforce/lds-bindings": "^1.384.0",
|
|
45
|
+
"@salesforce/lds-instrumentation": "^1.384.0",
|
|
46
|
+
"@salesforce/lds-network-aura": "^1.384.0",
|
|
47
|
+
"@salesforce/lds-network-fetch": "^1.384.0",
|
|
48
48
|
"jwt-encode": "1.0.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@luvio/command-aura-graphql-normalized-cache-control": "5.58.
|
|
52
|
-
"@luvio/command-aura-network": "5.58.
|
|
53
|
-
"@luvio/command-aura-normalized-cache-control": "5.58.
|
|
54
|
-
"@luvio/command-aura-resource-cache-control": "5.58.
|
|
55
|
-
"@luvio/command-fetch-network": "5.58.
|
|
56
|
-
"@luvio/command-http-graphql-normalized-cache-control": "5.58.
|
|
57
|
-
"@luvio/command-http-normalized-cache-control": "5.58.
|
|
58
|
-
"@luvio/command-ndjson": "5.58.
|
|
59
|
-
"@luvio/command-network": "5.58.
|
|
60
|
-
"@luvio/command-sse": "5.58.
|
|
61
|
-
"@luvio/command-streaming": "5.58.
|
|
51
|
+
"@luvio/command-aura-graphql-normalized-cache-control": "5.58.4",
|
|
52
|
+
"@luvio/command-aura-network": "5.58.4",
|
|
53
|
+
"@luvio/command-aura-normalized-cache-control": "5.58.4",
|
|
54
|
+
"@luvio/command-aura-resource-cache-control": "5.58.4",
|
|
55
|
+
"@luvio/command-fetch-network": "5.58.4",
|
|
56
|
+
"@luvio/command-http-graphql-normalized-cache-control": "5.58.4",
|
|
57
|
+
"@luvio/command-http-normalized-cache-control": "5.58.4",
|
|
58
|
+
"@luvio/command-ndjson": "5.58.4",
|
|
59
|
+
"@luvio/command-network": "5.58.4",
|
|
60
|
+
"@luvio/command-sse": "5.58.4",
|
|
61
|
+
"@luvio/command-streaming": "5.58.4",
|
|
62
62
|
"@luvio/network-adapter-composable": "0.158.7",
|
|
63
63
|
"@luvio/network-adapter-fetch": "0.158.7",
|
|
64
|
-
"@luvio/service-aura-network": "5.58.
|
|
65
|
-
"@luvio/service-cache": "5.58.
|
|
66
|
-
"@luvio/service-cache-control": "5.58.
|
|
67
|
-
"@luvio/service-cache-inclusion-policy": "5.58.
|
|
68
|
-
"@luvio/service-feature-flags": "5.58.
|
|
69
|
-
"@luvio/service-fetch-network": "5.58.
|
|
70
|
-
"@luvio/service-instrument-command": "5.58.
|
|
71
|
-
"@luvio/service-pubsub": "5.58.
|
|
72
|
-
"@luvio/service-store": "5.58.
|
|
73
|
-
"@luvio/utils": "5.58.
|
|
64
|
+
"@luvio/service-aura-network": "5.58.4",
|
|
65
|
+
"@luvio/service-cache": "5.58.4",
|
|
66
|
+
"@luvio/service-cache-control": "5.58.4",
|
|
67
|
+
"@luvio/service-cache-inclusion-policy": "5.58.4",
|
|
68
|
+
"@luvio/service-feature-flags": "5.58.4",
|
|
69
|
+
"@luvio/service-fetch-network": "5.58.4",
|
|
70
|
+
"@luvio/service-instrument-command": "5.58.4",
|
|
71
|
+
"@luvio/service-pubsub": "5.58.4",
|
|
72
|
+
"@luvio/service-store": "5.58.4",
|
|
73
|
+
"@luvio/utils": "5.58.4",
|
|
74
74
|
"@lwc/state": "^0.23.0",
|
|
75
|
-
"@salesforce/lds-adapters-onestore-graphql": "^1.
|
|
76
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.
|
|
77
|
-
"@salesforce/lds-luvio-service": "^1.
|
|
78
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.
|
|
75
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.384.0",
|
|
76
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.384.0",
|
|
77
|
+
"@salesforce/lds-luvio-service": "^1.384.0",
|
|
78
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.384.0"
|
|
79
79
|
},
|
|
80
80
|
"luvioBundlesize": [
|
|
81
81
|
{
|