@salesforce/lds-runtime-webruntime 1.383.0 → 1.385.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.
@@ -520,7 +520,7 @@ class CacheControlRequestRunner {
520
520
  }
521
521
  requestFromNetwork() {
522
522
  const that = this;
523
- return async function* () {
523
+ return (async function* () {
524
524
  const result = await that.requestFromNetworkInternal();
525
525
  if (result.isErr()) {
526
526
  that.networkError = result;
@@ -528,7 +528,7 @@ class CacheControlRequestRunner {
528
528
  that.networkData = result;
529
529
  }
530
530
  yield result;
531
- }();
531
+ })();
532
532
  }
533
533
  writeToCache(cache, networkResult) {
534
534
  return this.writeToCacheInternal(cache, networkResult);
@@ -3706,7 +3706,7 @@ function buildServiceDescriptor$2(luvio) {
3706
3706
  },
3707
3707
  };
3708
3708
  }
3709
- // version: 1.383.0-d85dce8db1
3709
+ // version: 1.385.0-c6070cc476
3710
3710
 
3711
3711
  /**
3712
3712
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -3732,7 +3732,7 @@ function buildServiceDescriptor$1(notifyRecordUpdateAvailable, getNormalizedLuvi
3732
3732
  },
3733
3733
  };
3734
3734
  }
3735
- // version: 1.383.0-d85dce8db1
3735
+ // version: 1.385.0-c6070cc476
3736
3736
 
3737
3737
  /*!
3738
3738
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -3764,12 +3764,12 @@ function t(e2) {
3764
3764
  throw "Illegal base64url string!";
3765
3765
  }
3766
3766
  try {
3767
- return function(e3) {
3768
- return decodeURIComponent(r(e3).replace(/(.)/g, function(e4, r2) {
3767
+ return (function(e3) {
3768
+ return decodeURIComponent(r(e3).replace(/(.)/g, (function(e4, r2) {
3769
3769
  var t3 = r2.charCodeAt(0).toString(16).toUpperCase();
3770
3770
  return t3.length < 2 && (t3 = "0" + t3), "%" + t3;
3771
- }));
3772
- }(t2);
3771
+ })));
3772
+ })(t2);
3773
3773
  } catch (e3) {
3774
3774
  return r(t2);
3775
3775
  }
@@ -4352,4 +4352,4 @@ const services = [
4352
4352
  buildServiceDescriptor$1({}, {}),
4353
4353
  ];
4354
4354
  setServices(services);
4355
- // version: 1.383.0-b9875fc4e1
4355
+ // version: 1.385.0-d3f7eb3162
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-webruntime",
3
- "version": "1.383.0",
3
+ "version": "1.385.0",
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.58.0",
39
- "@luvio/tools-core": "5.58.0",
38
+ "@luvio/service-provisioner": "5.58.4",
39
+ "@luvio/tools-core": "5.58.4",
40
40
  "jwt-encode": "1.0.1"
41
41
  },
42
42
  "dependencies": {
43
- "@luvio/command-aura-network": "5.58.0",
44
- "@luvio/command-aura-normalized-cache-control": "5.58.0",
45
- "@luvio/command-aura-resource-cache-control": "5.58.0",
46
- "@luvio/command-fetch-network": "5.58.0",
47
- "@luvio/command-http-normalized-cache-control": "5.58.0",
48
- "@luvio/command-ndjson": "5.58.0",
49
- "@luvio/command-network": "5.58.0",
50
- "@luvio/command-sse": "5.58.0",
51
- "@luvio/command-streaming": "5.58.0",
52
- "@luvio/jwt-manager": "5.58.0",
43
+ "@luvio/command-aura-network": "5.58.4",
44
+ "@luvio/command-aura-normalized-cache-control": "5.58.4",
45
+ "@luvio/command-aura-resource-cache-control": "5.58.4",
46
+ "@luvio/command-fetch-network": "5.58.4",
47
+ "@luvio/command-http-normalized-cache-control": "5.58.4",
48
+ "@luvio/command-ndjson": "5.58.4",
49
+ "@luvio/command-network": "5.58.4",
50
+ "@luvio/command-sse": "5.58.4",
51
+ "@luvio/command-streaming": "5.58.4",
52
+ "@luvio/jwt-manager": "5.58.4",
53
53
  "@luvio/network-adapter-composable": "0.158.7",
54
54
  "@luvio/network-adapter-fetch": "0.158.7",
55
- "@luvio/service-aura-network": "5.58.0",
56
- "@luvio/service-cache": "5.58.0",
57
- "@luvio/service-cache-control": "5.58.0",
58
- "@luvio/service-cache-inclusion-policy": "5.58.0",
59
- "@luvio/service-fetch-network": "5.58.0",
60
- "@luvio/service-instrument-command": "5.58.0",
61
- "@luvio/service-pubsub": "5.58.0",
62
- "@luvio/service-store": "5.58.0",
63
- "@luvio/utils": "5.58.0",
64
- "@salesforce/lds-adapters-uiapi-lex": "^1.383.0",
65
- "@salesforce/lds-luvio-service": "^1.383.0",
66
- "@salesforce/lds-luvio-uiapi-records-service": "^1.383.0"
55
+ "@luvio/service-aura-network": "5.58.4",
56
+ "@luvio/service-cache": "5.58.4",
57
+ "@luvio/service-cache-control": "5.58.4",
58
+ "@luvio/service-cache-inclusion-policy": "5.58.4",
59
+ "@luvio/service-fetch-network": "5.58.4",
60
+ "@luvio/service-instrument-command": "5.58.4",
61
+ "@luvio/service-pubsub": "5.58.4",
62
+ "@luvio/service-store": "5.58.4",
63
+ "@luvio/utils": "5.58.4",
64
+ "@salesforce/lds-adapters-uiapi-lex": "^1.385.0",
65
+ "@salesforce/lds-luvio-service": "^1.385.0",
66
+ "@salesforce/lds-luvio-uiapi-records-service": "^1.385.0"
67
67
  },
68
68
  "luvioBundlesize": [
69
69
  {