@salesforce/lds-runtime-webruntime 1.431.0 → 1.433.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.
@@ -424,16 +424,17 @@ class AuraNetworkCommand extends NetworkCommand$1 {
424
424
  }
425
425
  return ok$2(auraReturnValue);
426
426
  }).catch((error) => {
427
- if (!error || !error.getError) {
427
+ if (!error) {
428
428
  return err$1(toError("Failed to get error from response"));
429
- } else {
430
- const actionErrors = error.getError();
431
- if (actionErrors.length > 0) {
432
- return err$1(coerceError(actionErrors));
433
- } else {
434
- return err$1(toError("Error fetching component"));
435
- }
436
429
  }
430
+ if (!error.getError) {
431
+ return err$1(toError(error));
432
+ }
433
+ const actionErrors = error.getError();
434
+ if (actionErrors.length > 0) {
435
+ return err$1(coerceError(actionErrors));
436
+ }
437
+ return err$1(toError("Error fetching component"));
437
438
  });
438
439
  }
439
440
  convertFetchResponseToData(response) {
@@ -1116,16 +1117,17 @@ let AuraCacheControlCommand$1 = class AuraCacheControlCommand extends CacheContr
1116
1117
  } catch {
1117
1118
  }
1118
1119
  }).catch((error) => {
1119
- if (!error || !error.getError) {
1120
+ if (!error) {
1120
1121
  return err$1(toError("Failed to get error from response"));
1121
- } else {
1122
- const actionErrors = error.getError();
1123
- if (actionErrors.length > 0) {
1124
- return err$1(coerceError(actionErrors));
1125
- } else {
1126
- return err$1(toError("Error fetching component"));
1127
- }
1128
1122
  }
1123
+ if (!error.getError) {
1124
+ return err$1(toError(error));
1125
+ }
1126
+ const actionErrors = error.getError();
1127
+ if (actionErrors.length > 0) {
1128
+ return err$1(coerceError(actionErrors));
1129
+ }
1130
+ return err$1(toError("Error fetching component"));
1129
1131
  });
1130
1132
  }
1131
1133
  convertFetchResponseToData(response) {
@@ -1264,16 +1266,17 @@ class AuraCacheControlCommand extends CacheControlCommand {
1264
1266
  } catch {
1265
1267
  }
1266
1268
  }).catch((error) => {
1267
- if (!error || !error.getError) {
1269
+ if (!error) {
1268
1270
  return err$1(toError("Failed to get error from response"));
1269
- } else {
1270
- const actionErrors = error.getError();
1271
- if (actionErrors.length > 0) {
1272
- return err$1(coerceError(actionErrors));
1273
- } else {
1274
- return err$1(toError("Error fetching component"));
1275
- }
1276
1271
  }
1272
+ if (!error.getError) {
1273
+ return err$1(toError(error));
1274
+ }
1275
+ const actionErrors = error.getError();
1276
+ if (actionErrors.length > 0) {
1277
+ return err$1(coerceError(actionErrors));
1278
+ }
1279
+ return err$1(toError("Error fetching component"));
1277
1280
  });
1278
1281
  }
1279
1282
  convertFetchResponseToData(response) {
@@ -3379,7 +3382,7 @@ function buildServiceDescriptor$9(luvio) {
3379
3382
  },
3380
3383
  };
3381
3384
  }
3382
- // version: 1.431.0-51a9c51ed3
3385
+ // version: 1.433.0-db129b48d2
3383
3386
 
3384
3387
  /**
3385
3388
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -3405,7 +3408,7 @@ function buildServiceDescriptor$8(notifyRecordUpdateAvailable, getNormalizedLuvi
3405
3408
  },
3406
3409
  };
3407
3410
  }
3408
- // version: 1.431.0-51a9c51ed3
3411
+ // version: 1.433.0-db129b48d2
3409
3412
 
3410
3413
  /*!
3411
3414
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -5261,4 +5264,4 @@ withDefaultLuvio((luvio) => {
5261
5264
  ];
5262
5265
  setServices(services);
5263
5266
  });
5264
- // version: 1.431.0-0cb7677555
5267
+ // version: 1.433.0-8a15a98f24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-webruntime",
3
- "version": "1.431.0",
3
+ "version": "1.433.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS engine for Webruntime runtime",
6
6
  "main": "dist/ldsWebruntimeOneStoreInit.js",
@@ -35,38 +35,38 @@
35
35
  "ready": "yarn build && jest --collectCoverage && yarn test:size && yarn release:corejar"
36
36
  },
37
37
  "devDependencies": {
38
- "@conduit-client/service-provisioner": "3.19.2",
39
- "@conduit-client/tools-core": "3.19.2",
38
+ "@conduit-client/service-provisioner": "3.19.3",
39
+ "@conduit-client/tools-core": "3.19.3",
40
40
  "jwt-encode": "1.0.1"
41
41
  },
42
42
  "dependencies": {
43
- "@conduit-client/command-aura-network": "3.19.2",
44
- "@conduit-client/command-aura-normalized-cache-control": "3.19.2",
45
- "@conduit-client/command-aura-resource-cache-control": "3.19.2",
46
- "@conduit-client/command-fetch-network": "3.19.2",
47
- "@conduit-client/command-http-normalized-cache-control": "3.19.2",
48
- "@conduit-client/command-ndjson": "3.19.2",
49
- "@conduit-client/command-network": "3.19.2",
50
- "@conduit-client/command-sse": "3.19.2",
51
- "@conduit-client/command-streaming": "3.19.2",
52
- "@conduit-client/jwt-manager": "3.19.2",
53
- "@conduit-client/service-aura-network": "3.19.2",
54
- "@conduit-client/service-bindings-imperative": "3.19.2",
55
- "@conduit-client/service-bindings-lwc": "3.19.2",
56
- "@conduit-client/service-cache": "3.19.2",
57
- "@conduit-client/service-cache-control": "3.19.2",
58
- "@conduit-client/service-cache-inclusion-policy": "3.19.2",
59
- "@conduit-client/service-fetch-network": "3.19.2",
60
- "@conduit-client/service-instrument-command": "3.19.2",
61
- "@conduit-client/service-pubsub": "3.19.2",
62
- "@conduit-client/service-store": "3.19.2",
63
- "@conduit-client/utils": "3.19.2",
43
+ "@conduit-client/command-aura-network": "3.19.3",
44
+ "@conduit-client/command-aura-normalized-cache-control": "3.19.3",
45
+ "@conduit-client/command-aura-resource-cache-control": "3.19.3",
46
+ "@conduit-client/command-fetch-network": "3.19.3",
47
+ "@conduit-client/command-http-normalized-cache-control": "3.19.3",
48
+ "@conduit-client/command-ndjson": "3.19.3",
49
+ "@conduit-client/command-network": "3.19.3",
50
+ "@conduit-client/command-sse": "3.19.3",
51
+ "@conduit-client/command-streaming": "3.19.3",
52
+ "@conduit-client/jwt-manager": "3.19.3",
53
+ "@conduit-client/service-aura-network": "3.19.3",
54
+ "@conduit-client/service-bindings-imperative": "3.19.3",
55
+ "@conduit-client/service-bindings-lwc": "3.19.3",
56
+ "@conduit-client/service-cache": "3.19.3",
57
+ "@conduit-client/service-cache-control": "3.19.3",
58
+ "@conduit-client/service-cache-inclusion-policy": "3.19.3",
59
+ "@conduit-client/service-fetch-network": "3.19.3",
60
+ "@conduit-client/service-instrument-command": "3.19.3",
61
+ "@conduit-client/service-pubsub": "3.19.3",
62
+ "@conduit-client/service-store": "3.19.3",
63
+ "@conduit-client/utils": "3.19.3",
64
64
  "@luvio/network-adapter-composable": "0.160.4",
65
65
  "@luvio/network-adapter-fetch": "0.160.4",
66
66
  "@salesforce/lds-adapters-uiapi-lex": "^1.415.0",
67
- "@salesforce/lds-default-luvio": "^1.431.0",
68
- "@salesforce/lds-luvio-service": "^1.431.0",
69
- "@salesforce/lds-luvio-uiapi-records-service": "^1.431.0"
67
+ "@salesforce/lds-default-luvio": "^1.433.0",
68
+ "@salesforce/lds-luvio-service": "^1.433.0",
69
+ "@salesforce/lds-luvio-uiapi-records-service": "^1.433.0"
70
70
  },
71
71
  "luvioBundlesize": [
72
72
  {