@salesforce/lds-adapters-community-preview-url 1.412.0 → 1.413.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.
@@ -175,7 +175,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
175
175
  function createResourceRequest(config) {
176
176
  const headers = {};
177
177
  return {
178
- baseUri: '/services/data/v66.0',
178
+ baseUri: '/services/data/v67.0',
179
179
  basePath: '/connect/communities/' + config.urlParams.communityId + '/preview-url/pages/' + config.urlParams.pageApiName + '',
180
180
  method: 'get',
181
181
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-preview-url",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
4
4
  "description": "Generate preview URL for community page",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/community-preview-url.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.412.0"
43
+ "@salesforce/lds-bindings": "^1.413.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.412.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.413.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -185,7 +185,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
185
185
  function createResourceRequest(config) {
186
186
  const headers = {};
187
187
  return {
188
- baseUri: '/services/data/v66.0',
188
+ baseUri: '/services/data/v67.0',
189
189
  basePath: '/connect/communities/' + config.urlParams.communityId + '/preview-url/pages/' + config.urlParams.pageApiName + '',
190
190
  method: 'get',
191
191
  body: null,
@@ -309,4 +309,4 @@ withDefaultLuvio((luvio) => {
309
309
  });
310
310
 
311
311
  export { getCommunityPagePreviewUrl, getCommunityPagePreviewUrl_imperative };
312
- // version: 1.412.0-9006885059
312
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '61.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0