@salesforce/lds-runtime-webruntime 1.388.0 → 1.389.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.
|
@@ -845,14 +845,14 @@ let AuraCacheControlCommand$1 = class AuraCacheControlCommand extends CacheContr
|
|
|
845
845
|
if (this.shouldUseAuraNetwork()) {
|
|
846
846
|
return this.convertAuraResponseToData(
|
|
847
847
|
this.services.auraNetwork(this.endpoint, this.auraParams, this.actionConfig),
|
|
848
|
-
(errs) => this.
|
|
848
|
+
(errs) => this.coerceAuraErrors(errs)
|
|
849
849
|
);
|
|
850
850
|
} else if (this.shouldUseFetch()) {
|
|
851
851
|
return this.convertFetchResponseToData(this.services.fetch(...this.fetchParams));
|
|
852
852
|
}
|
|
853
853
|
return resolvedPromiseLike$3(err$1(toError("Aura/Fetch network services not found")));
|
|
854
854
|
}
|
|
855
|
-
|
|
855
|
+
coerceAuraErrors(auraErrors) {
|
|
856
856
|
return toError(auraErrors[0]);
|
|
857
857
|
}
|
|
858
858
|
async coerceFetchError(errorResponse) {
|
|
@@ -988,14 +988,14 @@ class AuraCacheControlCommand extends CacheControlCommand {
|
|
|
988
988
|
if (this.shouldUseAuraNetwork()) {
|
|
989
989
|
return this.convertAuraResponseToData(
|
|
990
990
|
this.services.auraNetwork(this.endpoint, this.auraParams, this.actionConfig),
|
|
991
|
-
(errs) => this.
|
|
991
|
+
(errs) => this.coerceAuraErrors(errs)
|
|
992
992
|
);
|
|
993
993
|
} else if (this.shouldUseFetch()) {
|
|
994
994
|
return this.convertFetchResponseToData(this.services.fetch(...this.fetchParams));
|
|
995
995
|
}
|
|
996
996
|
return resolvedPromiseLike$3(err$1(toError("Aura/Fetch network services not found")));
|
|
997
997
|
}
|
|
998
|
-
|
|
998
|
+
coerceAuraErrors(auraErrors) {
|
|
999
999
|
return toError(auraErrors[0]);
|
|
1000
1000
|
}
|
|
1001
1001
|
async coerceFetchError(errorResponse) {
|
|
@@ -3543,7 +3543,7 @@ class AuraGraphQLNormalizedCacheControlCommand extends AuraNormalizedCacheContro
|
|
|
3543
3543
|
this.originalAuraParams,
|
|
3544
3544
|
this.actionConfig
|
|
3545
3545
|
),
|
|
3546
|
-
(errs) => this.
|
|
3546
|
+
(errs) => this.coerceAuraErrors(errs)
|
|
3547
3547
|
).then((result) => {
|
|
3548
3548
|
return buildSubscribableResult$1(result, this.buildSubscribe(), () => this.refresh());
|
|
3549
3549
|
});
|
|
@@ -3810,7 +3810,7 @@ function buildServiceDescriptor$2(luvio) {
|
|
|
3810
3810
|
},
|
|
3811
3811
|
};
|
|
3812
3812
|
}
|
|
3813
|
-
// version: 1.
|
|
3813
|
+
// version: 1.389.1-c0c26cd070
|
|
3814
3814
|
|
|
3815
3815
|
/**
|
|
3816
3816
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -3836,7 +3836,7 @@ function buildServiceDescriptor$1(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
3836
3836
|
},
|
|
3837
3837
|
};
|
|
3838
3838
|
}
|
|
3839
|
-
// version: 1.
|
|
3839
|
+
// version: 1.389.1-c0c26cd070
|
|
3840
3840
|
|
|
3841
3841
|
/*!
|
|
3842
3842
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -4456,4 +4456,4 @@ const services = [
|
|
|
4456
4456
|
buildServiceDescriptor$1({}, {}),
|
|
4457
4457
|
];
|
|
4458
4458
|
setServices(services);
|
|
4459
|
-
// version: 1.
|
|
4459
|
+
// version: 1.389.1-55a7286110
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-webruntime",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.389.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Webruntime runtime",
|
|
6
6
|
"main": "dist/ldsWebruntimeOneStoreInit.js",
|
|
@@ -35,35 +35,35 @@
|
|
|
35
35
|
"ready": "yarn build && jest --collectCoverage && yarn test:size && yarn release:corejar"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@luvio/service-provisioner": "5.61.
|
|
39
|
-
"@luvio/tools-core": "5.61.
|
|
38
|
+
"@luvio/service-provisioner": "5.61.1",
|
|
39
|
+
"@luvio/tools-core": "5.61.1",
|
|
40
40
|
"jwt-encode": "1.0.1"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@luvio/command-aura-network": "5.61.
|
|
44
|
-
"@luvio/command-aura-normalized-cache-control": "5.61.
|
|
45
|
-
"@luvio/command-aura-resource-cache-control": "5.61.
|
|
46
|
-
"@luvio/command-fetch-network": "5.61.
|
|
47
|
-
"@luvio/command-http-normalized-cache-control": "5.61.
|
|
48
|
-
"@luvio/command-ndjson": "5.61.
|
|
49
|
-
"@luvio/command-network": "5.61.
|
|
50
|
-
"@luvio/command-sse": "5.61.
|
|
51
|
-
"@luvio/command-streaming": "5.61.
|
|
52
|
-
"@luvio/jwt-manager": "5.61.
|
|
43
|
+
"@luvio/command-aura-network": "5.61.1",
|
|
44
|
+
"@luvio/command-aura-normalized-cache-control": "5.61.1",
|
|
45
|
+
"@luvio/command-aura-resource-cache-control": "5.61.1",
|
|
46
|
+
"@luvio/command-fetch-network": "5.61.1",
|
|
47
|
+
"@luvio/command-http-normalized-cache-control": "5.61.1",
|
|
48
|
+
"@luvio/command-ndjson": "5.61.1",
|
|
49
|
+
"@luvio/command-network": "5.61.1",
|
|
50
|
+
"@luvio/command-sse": "5.61.1",
|
|
51
|
+
"@luvio/command-streaming": "5.61.1",
|
|
52
|
+
"@luvio/jwt-manager": "5.61.1",
|
|
53
53
|
"@luvio/network-adapter-composable": "0.158.7",
|
|
54
54
|
"@luvio/network-adapter-fetch": "0.158.7",
|
|
55
|
-
"@luvio/service-aura-network": "5.61.
|
|
56
|
-
"@luvio/service-cache": "5.61.
|
|
57
|
-
"@luvio/service-cache-control": "5.61.
|
|
58
|
-
"@luvio/service-cache-inclusion-policy": "5.61.
|
|
59
|
-
"@luvio/service-fetch-network": "5.61.
|
|
60
|
-
"@luvio/service-instrument-command": "5.61.
|
|
61
|
-
"@luvio/service-pubsub": "5.61.
|
|
62
|
-
"@luvio/service-store": "5.61.
|
|
63
|
-
"@luvio/utils": "5.61.
|
|
64
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.
|
|
65
|
-
"@salesforce/lds-luvio-service": "^1.
|
|
66
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.
|
|
55
|
+
"@luvio/service-aura-network": "5.61.1",
|
|
56
|
+
"@luvio/service-cache": "5.61.1",
|
|
57
|
+
"@luvio/service-cache-control": "5.61.1",
|
|
58
|
+
"@luvio/service-cache-inclusion-policy": "5.61.1",
|
|
59
|
+
"@luvio/service-fetch-network": "5.61.1",
|
|
60
|
+
"@luvio/service-instrument-command": "5.61.1",
|
|
61
|
+
"@luvio/service-pubsub": "5.61.1",
|
|
62
|
+
"@luvio/service-store": "5.61.1",
|
|
63
|
+
"@luvio/utils": "5.61.1",
|
|
64
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.389.1",
|
|
65
|
+
"@salesforce/lds-luvio-service": "^1.389.1",
|
|
66
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.389.1"
|
|
67
67
|
},
|
|
68
68
|
"luvioBundlesize": [
|
|
69
69
|
{
|