@salesforce/lds-network-fetch 1.421.0 → 1.421.1

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.
@@ -788,6 +788,7 @@ async function handleSendFetchRequest(resourceRequest, resourceRequestContext, i
788
788
  // Append the cmp name to context if we have it
789
789
  if (typeof context === 'object') {
790
790
  context.url = location.origin + resourceRequest.baseUri + resourceRequest.basePath;
791
+ context.queryParams = resourceRequest.queryParams;
791
792
  context.cmp = resourceRequestContext.sourceContext?.tagName || 'none';
792
793
  }
793
794
  const { request: requestInterceptors = [], response: responseInterceptors = [], finally: finallyInterceptors = [], } = interceptors;
@@ -845,4 +846,4 @@ function instrument(newInstrumentation) {
845
846
  }
846
847
 
847
848
  export { instrument, setupFetchNetworkAdapter, setupLexNetworkAdapter };
848
- // version: 1.421.0-2828c95aef
849
+ // version: 1.421.1-4ac91ce6d0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-fetch",
3
- "version": "1.421.0",
3
+ "version": "1.421.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter using fetch",
6
6
  "main": "dist/ldsNetworkFetch.js",
@@ -38,7 +38,7 @@
38
38
  "@luvio/network-adapter-fetch": "0.160.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@salesforce/lds-network-aura": "^1.421.0"
41
+ "@salesforce/lds-network-aura": "^1.421.1"
42
42
  },
43
43
  "volta": {
44
44
  "extends": "../../package.json"