@salesforce/lds-network-adapter 1.384.0 → 1.385.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.
- package/dist/ldsNetwork.js +1 -1
- package/dist/types/uiapi-base.d.ts +1 -1
- package/package.json +2 -2
package/dist/ldsNetwork.js
CHANGED
|
@@ -11,7 +11,7 @@ const { join, push, unshift } = Array.prototype;
|
|
|
11
11
|
const { isArray } = Array;
|
|
12
12
|
const { entries, keys } = Object;
|
|
13
13
|
|
|
14
|
-
const UI_API_BASE_URI = '/services/data/
|
|
14
|
+
const UI_API_BASE_URI = '/services/data/v66.0/ui-api';
|
|
15
15
|
|
|
16
16
|
let instrumentation = {
|
|
17
17
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const UI_API_BASE_URI = "/services/data/
|
|
1
|
+
export declare const UI_API_BASE_URI = "/services/data/v66.0/ui-api";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-network-adapter",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.385.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS shared Network Adapter code for Lightning Platform",
|
|
6
6
|
"main": "dist/ldsNetwork.js",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"@luvio/engine": "0.158.7"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
30
|
+
"@salesforce/lds-adapters-uiapi": "^1.385.0"
|
|
31
31
|
}
|
|
32
32
|
}
|