@salesforce/lds-adapters-platform-lightning-cards 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.
@@ -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/v65.0',
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.384.0",
3
+ "version": "1.385.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.384.0"
45
+ "@salesforce/lds-bindings": "^1.385.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.384.0",
49
- "@salesforce/lds-karma": "^1.384.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.385.0",
49
+ "@salesforce/lds-karma": "^1.385.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/v65.0',
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.384.0-835fd13f44
411
+ // version: 1.385.0-c6070cc476
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0