@salesforce/lds-runtime-webruntime 1.380.0-dev6 → 1.380.0-dev7

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.380.0-dev6-9d4fd6e5dc
3813
+ // version: 1.380.0-dev7-9c2ae6143e
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.380.0-dev6-9d4fd6e5dc
3839
+ // version: 1.380.0-dev7-9c2ae6143e
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.380.0-dev6-1891f38076
4459
+ // version: 1.380.0-dev7-d71b7de4f9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-webruntime",
3
- "version": "1.380.0-dev6",
3
+ "version": "1.380.0-dev7",
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-dev1",
39
- "@luvio/tools-core": "5.60.0-dev1",
38
+ "@luvio/service-provisioner": " 5.60.0-dev2",
39
+ "@luvio/tools-core": " 5.60.0-dev2",
40
40
  "jwt-encode": "1.0.1"
41
41
  },
42
42
  "dependencies": {
43
- "@luvio/command-aura-network": "5.60.0-dev1",
44
- "@luvio/command-aura-normalized-cache-control": "5.60.0-dev1",
45
- "@luvio/command-aura-resource-cache-control": "5.60.0-dev1",
46
- "@luvio/command-fetch-network": "5.60.0-dev1",
47
- "@luvio/command-http-normalized-cache-control": "5.60.0-dev1",
48
- "@luvio/command-ndjson": "5.60.0-dev1",
49
- "@luvio/command-network": "5.60.0-dev1",
50
- "@luvio/command-sse": "5.60.0-dev1",
51
- "@luvio/command-streaming": "5.60.0-dev1",
52
- "@luvio/jwt-manager": "5.60.0-dev1",
43
+ "@luvio/command-aura-network": " 5.60.0-dev2",
44
+ "@luvio/command-aura-normalized-cache-control": " 5.60.0-dev2",
45
+ "@luvio/command-aura-resource-cache-control": " 5.60.0-dev2",
46
+ "@luvio/command-fetch-network": " 5.60.0-dev2",
47
+ "@luvio/command-http-normalized-cache-control": " 5.60.0-dev2",
48
+ "@luvio/command-ndjson": " 5.60.0-dev2",
49
+ "@luvio/command-network": " 5.60.0-dev2",
50
+ "@luvio/command-sse": " 5.60.0-dev2",
51
+ "@luvio/command-streaming": " 5.60.0-dev2",
52
+ "@luvio/jwt-manager": " 5.60.0-dev2",
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-dev1",
56
- "@luvio/service-cache": "5.60.0-dev1",
57
- "@luvio/service-cache-control": "5.60.0-dev1",
58
- "@luvio/service-cache-inclusion-policy": "5.60.0-dev1",
59
- "@luvio/service-fetch-network": "5.60.0-dev1",
60
- "@luvio/service-instrument-command": "5.60.0-dev1",
61
- "@luvio/service-pubsub": "5.60.0-dev1",
62
- "@luvio/service-store": "5.60.0-dev1",
63
- "@luvio/utils": "5.60.0-dev1",
64
- "@salesforce/lds-adapters-uiapi-lex": "^1.380.0-dev6",
65
- "@salesforce/lds-luvio-service": "^1.380.0-dev6",
66
- "@salesforce/lds-luvio-uiapi-records-service": "^1.380.0-dev6"
55
+ "@luvio/service-aura-network": " 5.60.0-dev2",
56
+ "@luvio/service-cache": " 5.60.0-dev2",
57
+ "@luvio/service-cache-control": " 5.60.0-dev2",
58
+ "@luvio/service-cache-inclusion-policy": " 5.60.0-dev2",
59
+ "@luvio/service-fetch-network": " 5.60.0-dev2",
60
+ "@luvio/service-instrument-command": " 5.60.0-dev2",
61
+ "@luvio/service-pubsub": " 5.60.0-dev2",
62
+ "@luvio/service-store": " 5.60.0-dev2",
63
+ "@luvio/utils": " 5.60.0-dev2",
64
+ "@salesforce/lds-adapters-uiapi-lex": "^1.380.0-dev7",
65
+ "@salesforce/lds-luvio-service": "^1.380.0-dev7",
66
+ "@salesforce/lds-luvio-uiapi-records-service": "^1.380.0-dev7"
67
67
  },
68
68
  "luvioBundlesize": [
69
69
  {