@salesforce/lds-network-fetch 1.394.0 → 1.396.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.
@@ -855,4 +855,4 @@ function instrument(newInstrumentation) {
855
855
  }
856
856
 
857
857
  export { instrument, setupFetchNetworkAdapter, setupLexNetworkAdapter };
858
- // version: 1.394.0-9f5a21c62e
858
+ // version: 1.396.0-08650966f4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-fetch",
3
- "version": "1.394.0",
3
+ "version": "1.396.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter using fetch",
6
6
  "main": "dist/ldsNetworkFetch.js",
@@ -38,6 +38,6 @@
38
38
  "@luvio/network-adapter-fetch": "0.158.7"
39
39
  },
40
40
  "devDependencies": {
41
- "@salesforce/lds-network-aura": "^1.394.0"
41
+ "@salesforce/lds-network-aura": "^1.396.0"
42
42
  }
43
43
  }