@salesforce/lds-runtime-webruntime 1.380.0-dev14 → 1.380.0-dev16

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.
@@ -2181,11 +2181,11 @@ class CacheController {
2181
2181
  yield* this.services.cacheInclusionPolicy.findAndModify(query, cacheUpdate);
2182
2182
  }
2183
2183
  }
2184
- function buildServiceDescriptor$8(cache, cacheInclusionPolicy) {
2184
+ function buildServiceDescriptor$8(cache, cacheInclusionPolicy, instrumentation) {
2185
2185
  return {
2186
2186
  type: "cacheController",
2187
2187
  version: "1.0",
2188
- service: new CacheController({ cache, cacheInclusionPolicy })
2188
+ service: new CacheController({ cache, cacheInclusionPolicy, instrumentation })
2189
2189
  };
2190
2190
  }
2191
2191
 
@@ -3810,7 +3810,7 @@ function buildServiceDescriptor$2(luvio) {
3810
3810
  },
3811
3811
  };
3812
3812
  }
3813
- // version: 1.380.0-dev14-cdac38acdf
3813
+ // version: 1.380.0-dev16-2e8ca81939
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-dev14-cdac38acdf
3839
+ // version: 1.380.0-dev16-2e8ca81939
3840
3840
 
3841
3841
  /*!
3842
3842
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -4437,7 +4437,7 @@ const services = [
4437
4437
  buildJwtAuthorizedSfapFetchServiceDescriptor(loggerService),
4438
4438
  buildCopilotFetchServiceDescriptor(loggerService),
4439
4439
  buildServiceDescriptor$b(instrumentationServiceDescriptor.service),
4440
- buildServiceDescriptor$8(cacheServiceDescriptor.service, inMemoryCacheInclusionPolicyServiceDescriptor.service),
4440
+ buildServiceDescriptor$8(cacheServiceDescriptor.service, inMemoryCacheInclusionPolicyServiceDescriptor.service, instrumentationServiceDescriptor.service),
4441
4441
  buildServiceDescriptor$i(),
4442
4442
  buildServiceDescriptor$3(),
4443
4443
  buildServiceDescriptor$e(),
@@ -4456,4 +4456,4 @@ const services = [
4456
4456
  buildServiceDescriptor$1({}, {}),
4457
4457
  ];
4458
4458
  setServices(services);
4459
- // version: 1.380.0-dev14-79d8b48115
4459
+ // version: 1.380.0-dev16-11e48a1900
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-runtime-webruntime",
3
- "version": "1.380.0-dev14",
3
+ "version": "1.380.0-dev16",
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-dev3",
39
- "@luvio/tools-core": " 5.60.0-dev3",
38
+ "@luvio/service-provisioner": " 5.60.0-dev4",
39
+ "@luvio/tools-core": " 5.60.0-dev4",
40
40
  "jwt-encode": "1.0.1"
41
41
  },
42
42
  "dependencies": {
43
- "@luvio/command-aura-network": " 5.60.0-dev3",
44
- "@luvio/command-aura-normalized-cache-control": " 5.60.0-dev3",
45
- "@luvio/command-aura-resource-cache-control": " 5.60.0-dev3",
46
- "@luvio/command-fetch-network": " 5.60.0-dev3",
47
- "@luvio/command-http-normalized-cache-control": " 5.60.0-dev3",
48
- "@luvio/command-ndjson": " 5.60.0-dev3",
49
- "@luvio/command-network": " 5.60.0-dev3",
50
- "@luvio/command-sse": " 5.60.0-dev3",
51
- "@luvio/command-streaming": " 5.60.0-dev3",
52
- "@luvio/jwt-manager": " 5.60.0-dev3",
43
+ "@luvio/command-aura-network": " 5.60.0-dev4",
44
+ "@luvio/command-aura-normalized-cache-control": " 5.60.0-dev4",
45
+ "@luvio/command-aura-resource-cache-control": " 5.60.0-dev4",
46
+ "@luvio/command-fetch-network": " 5.60.0-dev4",
47
+ "@luvio/command-http-normalized-cache-control": " 5.60.0-dev4",
48
+ "@luvio/command-ndjson": " 5.60.0-dev4",
49
+ "@luvio/command-network": " 5.60.0-dev4",
50
+ "@luvio/command-sse": " 5.60.0-dev4",
51
+ "@luvio/command-streaming": " 5.60.0-dev4",
52
+ "@luvio/jwt-manager": " 5.60.0-dev4",
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-dev3",
56
- "@luvio/service-cache": " 5.60.0-dev3",
57
- "@luvio/service-cache-control": " 5.60.0-dev3",
58
- "@luvio/service-cache-inclusion-policy": " 5.60.0-dev3",
59
- "@luvio/service-fetch-network": " 5.60.0-dev3",
60
- "@luvio/service-instrument-command": " 5.60.0-dev3",
61
- "@luvio/service-pubsub": " 5.60.0-dev3",
62
- "@luvio/service-store": " 5.60.0-dev3",
63
- "@luvio/utils": " 5.60.0-dev3",
64
- "@salesforce/lds-adapters-uiapi-lex": "^1.380.0-dev14",
65
- "@salesforce/lds-luvio-service": "^1.380.0-dev14",
66
- "@salesforce/lds-luvio-uiapi-records-service": "^1.380.0-dev14"
55
+ "@luvio/service-aura-network": " 5.60.0-dev4",
56
+ "@luvio/service-cache": " 5.60.0-dev4",
57
+ "@luvio/service-cache-control": " 5.60.0-dev4",
58
+ "@luvio/service-cache-inclusion-policy": " 5.60.0-dev4",
59
+ "@luvio/service-fetch-network": " 5.60.0-dev4",
60
+ "@luvio/service-instrument-command": " 5.60.0-dev4",
61
+ "@luvio/service-pubsub": " 5.60.0-dev4",
62
+ "@luvio/service-store": " 5.60.0-dev4",
63
+ "@luvio/utils": " 5.60.0-dev4",
64
+ "@salesforce/lds-adapters-uiapi-lex": "^1.380.0-dev16",
65
+ "@salesforce/lds-luvio-service": "^1.380.0-dev16",
66
+ "@salesforce/lds-luvio-uiapi-records-service": "^1.380.0-dev16"
67
67
  },
68
68
  "luvioBundlesize": [
69
69
  {