@salesforce/lds-adapters-platform-lightning-cards 1.384.0 → 1.386.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.
|
@@ -276,7 +276,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
276
276
|
function createResourceRequest(config) {
|
|
277
277
|
const headers = {};
|
|
278
278
|
return {
|
|
279
|
-
baseUri: '/services/data/
|
|
279
|
+
baseUri: '/services/data/v66.0',
|
|
280
280
|
basePath: '/connect/lightningcards/activationdata/' + config.urlParams.flexiPageId + '',
|
|
281
281
|
method: 'get',
|
|
282
282
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-lightning-cards",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.386.0",
|
|
4
4
|
"description": "Card Builder Connect API Family",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/es/es2018/platform-lightning-cards.js",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"test": "nx build:karma && karma start --single-run"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.386.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.386.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.386.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -286,7 +286,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
286
286
|
function createResourceRequest(config) {
|
|
287
287
|
const headers = {};
|
|
288
288
|
return {
|
|
289
|
-
baseUri: '/services/data/
|
|
289
|
+
baseUri: '/services/data/v66.0',
|
|
290
290
|
basePath: '/connect/lightningcards/activationdata/' + config.urlParams.flexiPageId + '',
|
|
291
291
|
method: 'get',
|
|
292
292
|
body: null,
|
|
@@ -408,4 +408,4 @@ withDefaultLuvio((luvio) => {
|
|
|
408
408
|
});
|
|
409
409
|
|
|
410
410
|
export { getActivationData, getActivationData_imperative };
|
|
411
|
-
// version: 1.
|
|
411
|
+
// version: 1.386.0-521094e838
|