@salesforce/lds-runtime-aura 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.
@@ -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.383.0-d85dce8db1
2313
+ // version: 1.385.0-c6070cc476
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.383.0-d85dce8db1
2632
+ // version: 1.385.0-c6070cc476
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.383.0-d85dce8db1
6134
+ // version: 1.385.0-c6070cc476
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.383.0-b9875fc4e1
7101
+ // version: 1.385.0-d3f7eb3162
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-aura",
3
- "version": "1.383.0",
3
+ "version": "1.385.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,47 @@
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.0",
38
- "@luvio/tools-core": "5.58.0",
39
- "@salesforce/lds-adapters-apex": "^1.383.0",
40
- "@salesforce/lds-adapters-uiapi": "^1.383.0",
41
- "@salesforce/lds-adapters-uiapi-lex": "^1.371.0",
42
- "@salesforce/lds-ads-bridge": "^1.383.0",
43
- "@salesforce/lds-aura-storage": "^1.383.0",
44
- "@salesforce/lds-bindings": "^1.383.0",
45
- "@salesforce/lds-instrumentation": "^1.383.0",
46
- "@salesforce/lds-network-aura": "^1.383.0",
47
- "@salesforce/lds-network-fetch": "^1.383.0",
37
+ "@luvio/service-provisioner": "5.58.4",
38
+ "@luvio/tools-core": "5.58.4",
39
+ "@salesforce/lds-adapters-apex": "^1.385.0",
40
+ "@salesforce/lds-adapters-uiapi": "^1.385.0",
41
+ "@salesforce/lds-ads-bridge": "^1.385.0",
42
+ "@salesforce/lds-aura-storage": "^1.385.0",
43
+ "@salesforce/lds-bindings": "^1.385.0",
44
+ "@salesforce/lds-instrumentation": "^1.385.0",
45
+ "@salesforce/lds-network-aura": "^1.385.0",
46
+ "@salesforce/lds-network-fetch": "^1.385.0",
48
47
  "jwt-encode": "1.0.1"
49
48
  },
50
49
  "dependencies": {
51
- "@luvio/command-aura-graphql-normalized-cache-control": "5.58.0",
52
- "@luvio/command-aura-network": "5.58.0",
53
- "@luvio/command-aura-normalized-cache-control": "5.58.0",
54
- "@luvio/command-aura-resource-cache-control": "5.58.0",
55
- "@luvio/command-fetch-network": "5.58.0",
56
- "@luvio/command-http-graphql-normalized-cache-control": "5.58.0",
57
- "@luvio/command-http-normalized-cache-control": "5.58.0",
58
- "@luvio/command-ndjson": "5.58.0",
59
- "@luvio/command-network": "5.58.0",
60
- "@luvio/command-sse": "5.58.0",
61
- "@luvio/command-streaming": "5.58.0",
50
+ "@luvio/command-aura-graphql-normalized-cache-control": "5.58.4",
51
+ "@luvio/command-aura-network": "5.58.4",
52
+ "@luvio/command-aura-normalized-cache-control": "5.58.4",
53
+ "@luvio/command-aura-resource-cache-control": "5.58.4",
54
+ "@luvio/command-fetch-network": "5.58.4",
55
+ "@luvio/command-http-graphql-normalized-cache-control": "5.58.4",
56
+ "@luvio/command-http-normalized-cache-control": "5.58.4",
57
+ "@luvio/command-ndjson": "5.58.4",
58
+ "@luvio/command-network": "5.58.4",
59
+ "@luvio/command-sse": "5.58.4",
60
+ "@luvio/command-streaming": "5.58.4",
62
61
  "@luvio/network-adapter-composable": "0.158.7",
63
62
  "@luvio/network-adapter-fetch": "0.158.7",
64
- "@luvio/service-aura-network": "5.58.0",
65
- "@luvio/service-cache": "5.58.0",
66
- "@luvio/service-cache-control": "5.58.0",
67
- "@luvio/service-cache-inclusion-policy": "5.58.0",
68
- "@luvio/service-feature-flags": "5.58.0",
69
- "@luvio/service-fetch-network": "5.58.0",
70
- "@luvio/service-instrument-command": "5.58.0",
71
- "@luvio/service-pubsub": "5.58.0",
72
- "@luvio/service-store": "5.58.0",
73
- "@luvio/utils": "5.58.0",
63
+ "@luvio/service-aura-network": "5.58.4",
64
+ "@luvio/service-cache": "5.58.4",
65
+ "@luvio/service-cache-control": "5.58.4",
66
+ "@luvio/service-cache-inclusion-policy": "5.58.4",
67
+ "@luvio/service-feature-flags": "5.58.4",
68
+ "@luvio/service-fetch-network": "5.58.4",
69
+ "@luvio/service-instrument-command": "5.58.4",
70
+ "@luvio/service-pubsub": "5.58.4",
71
+ "@luvio/service-store": "5.58.4",
72
+ "@luvio/utils": "5.58.4",
74
73
  "@lwc/state": "^0.23.0",
75
- "@salesforce/lds-adapters-onestore-graphql": "^1.383.0",
76
- "@salesforce/lds-adapters-uiapi-lex": "^1.383.0",
77
- "@salesforce/lds-luvio-service": "^1.383.0",
78
- "@salesforce/lds-luvio-uiapi-records-service": "^1.383.0"
74
+ "@salesforce/lds-adapters-onestore-graphql": "^1.385.0",
75
+ "@salesforce/lds-adapters-uiapi-lex": "^1.385.0",
76
+ "@salesforce/lds-luvio-service": "^1.385.0",
77
+ "@salesforce/lds-luvio-uiapi-records-service": "^1.385.0"
79
78
  },
80
79
  "luvioBundlesize": [
81
80
  {