@salesforce/lds-network-fetch 1.424.0 → 1.426.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.
package/dist/ldsNetworkFetch.js
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Mock for force/ldsStorage used when loading @salesforce/lds-network-aura (which pulls in
|
|
3
|
+
* @salesforce/lds-durable-storage dist that imports force/ldsStorage).
|
|
4
|
+
*/
|
|
5
|
+
export declare function createStorage(): {
|
|
6
|
+
get: () => Promise<undefined>;
|
|
7
|
+
};
|
|
8
|
+
export declare function clearStorages(): Promise<never[]>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-network-fetch",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.426.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.
|
|
41
|
+
"@salesforce/lds-network-aura": "^1.426.1"
|
|
42
42
|
},
|
|
43
43
|
"volta": {
|
|
44
44
|
"extends": "../../package.json"
|