@salesforce/lds-runtime-webruntime 1.387.0 → 1.389.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.
@@ -756,7 +756,7 @@ class CacheControlCommand extends BaseCommand {
756
756
  */
757
757
  buildSubscribe() {
758
758
  return (consumerCallback) => {
759
- if (this.subscriptions.length === 0 && this.operationType === "query") {
759
+ if (this.subscriptions.length === 0 && (this.operationType === "query" || this.operationType === "graphql")) {
760
760
  this.subscribeToKeysUsed();
761
761
  }
762
762
  this.subscriptions.push(consumerCallback);
@@ -3810,7 +3810,7 @@ function buildServiceDescriptor$2(luvio) {
3810
3810
  },
3811
3811
  };
3812
3812
  }
3813
- // version: 1.387.0-1c34f8f965
3813
+ // version: 1.389.0-375f8790ac
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.387.0-1c34f8f965
3839
+ // version: 1.389.0-375f8790ac
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.387.0-8c93a5dd2c
4459
+ // version: 1.389.0-a312a201ad
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-webruntime",
3
- "version": "1.387.0",
3
+ "version": "1.389.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.60.0",
39
- "@luvio/tools-core": "5.60.0",
38
+ "@luvio/service-provisioner": "5.61.0",
39
+ "@luvio/tools-core": "5.61.0",
40
40
  "jwt-encode": "1.0.1"
41
41
  },
42
42
  "dependencies": {
43
- "@luvio/command-aura-network": "5.60.0",
44
- "@luvio/command-aura-normalized-cache-control": "5.60.0",
45
- "@luvio/command-aura-resource-cache-control": "5.60.0",
46
- "@luvio/command-fetch-network": "5.60.0",
47
- "@luvio/command-http-normalized-cache-control": "5.60.0",
48
- "@luvio/command-ndjson": "5.60.0",
49
- "@luvio/command-network": "5.60.0",
50
- "@luvio/command-sse": "5.60.0",
51
- "@luvio/command-streaming": "5.60.0",
52
- "@luvio/jwt-manager": "5.60.0",
43
+ "@luvio/command-aura-network": "5.61.0",
44
+ "@luvio/command-aura-normalized-cache-control": "5.61.0",
45
+ "@luvio/command-aura-resource-cache-control": "5.61.0",
46
+ "@luvio/command-fetch-network": "5.61.0",
47
+ "@luvio/command-http-normalized-cache-control": "5.61.0",
48
+ "@luvio/command-ndjson": "5.61.0",
49
+ "@luvio/command-network": "5.61.0",
50
+ "@luvio/command-sse": "5.61.0",
51
+ "@luvio/command-streaming": "5.61.0",
52
+ "@luvio/jwt-manager": "5.61.0",
53
53
  "@luvio/network-adapter-composable": "0.158.7",
54
54
  "@luvio/network-adapter-fetch": "0.158.7",
55
- "@luvio/service-aura-network": "5.60.0",
56
- "@luvio/service-cache": "5.60.0",
57
- "@luvio/service-cache-control": "5.60.0",
58
- "@luvio/service-cache-inclusion-policy": "5.60.0",
59
- "@luvio/service-fetch-network": "5.60.0",
60
- "@luvio/service-instrument-command": "5.60.0",
61
- "@luvio/service-pubsub": "5.60.0",
62
- "@luvio/service-store": "5.60.0",
63
- "@luvio/utils": "5.60.0",
64
- "@salesforce/lds-adapters-uiapi-lex": "^1.387.0",
65
- "@salesforce/lds-luvio-service": "^1.387.0",
66
- "@salesforce/lds-luvio-uiapi-records-service": "^1.387.0"
55
+ "@luvio/service-aura-network": "5.61.0",
56
+ "@luvio/service-cache": "5.61.0",
57
+ "@luvio/service-cache-control": "5.61.0",
58
+ "@luvio/service-cache-inclusion-policy": "5.61.0",
59
+ "@luvio/service-fetch-network": "5.61.0",
60
+ "@luvio/service-instrument-command": "5.61.0",
61
+ "@luvio/service-pubsub": "5.61.0",
62
+ "@luvio/service-store": "5.61.0",
63
+ "@luvio/utils": "5.61.0",
64
+ "@salesforce/lds-adapters-uiapi-lex": "^1.389.0",
65
+ "@salesforce/lds-luvio-service": "^1.389.0",
66
+ "@salesforce/lds-luvio-uiapi-records-service": "^1.389.0"
67
67
  },
68
68
  "luvioBundlesize": [
69
69
  {