@salesforce/lds-adapters-platform-applications 1.332.0-dev9 → 1.341.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.
|
@@ -238,7 +238,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
238
238
|
function createResourceRequest(config) {
|
|
239
239
|
const headers = {};
|
|
240
240
|
return {
|
|
241
|
-
baseUri: '/services/data/
|
|
241
|
+
baseUri: '/services/data/v64.0',
|
|
242
242
|
basePath: '/connect/explorer-view/' + config.urlParams.metadataId + '',
|
|
243
243
|
method: 'get',
|
|
244
244
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-applications",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "1.341.0",
|
|
4
|
+
"description": "salesforce applications",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-applications.js",
|
|
7
7
|
"module": "dist/es/es2018/platform-applications.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.341.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.341.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -248,7 +248,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
248
248
|
function createResourceRequest(config) {
|
|
249
249
|
const headers = {};
|
|
250
250
|
return {
|
|
251
|
-
baseUri: '/services/data/
|
|
251
|
+
baseUri: '/services/data/v64.0',
|
|
252
252
|
basePath: '/connect/explorer-view/' + config.urlParams.metadataId + '',
|
|
253
253
|
method: 'get',
|
|
254
254
|
body: null,
|
|
@@ -410,4 +410,4 @@ withDefaultLuvio((luvio) => {
|
|
|
410
410
|
});
|
|
411
411
|
|
|
412
412
|
export { getExplorerView, getExplorerViewNotifyChange, getExplorerView_imperative };
|
|
413
|
-
// version: 1.
|
|
413
|
+
// version: 1.341.0-7420e11050
|