@salesforce/lds-network-fetch 1.447.0 → 1.448.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.
@@ -901,4 +901,4 @@ function instrument(newInstrumentation) {
901
901
  }
902
902
 
903
903
  export { instrument, setupFetchNetworkAdapter, setupLexNetworkAdapter };
904
- // version: 1.447.0-9045666657
904
+ // version: 1.448.0-ea92d38c8e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-fetch",
3
- "version": "1.447.0",
3
+ "version": "1.448.0",
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.161.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@salesforce/lds-network-aura": "^1.447.0"
41
+ "@salesforce/lds-network-aura": "^1.448.0"
42
42
  },
43
43
  "volta": {
44
44
  "extends": "../../package.json"