@salesforce/lds-adapters-community-seo 1.412.1 → 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.
- package/dist/es/es2018/community-seo.js +1 -1
- package/package.json +4 -4
- package/sfdc/index.js +2 -2
- package/src/raml/api.raml +1 -1
|
@@ -200,7 +200,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
200
200
|
function createResourceRequest(config) {
|
|
201
201
|
const headers = {};
|
|
202
202
|
return {
|
|
203
|
-
baseUri: '/services/data/
|
|
203
|
+
baseUri: '/services/data/v67.0',
|
|
204
204
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/seo/properties/' + config.urlParams.recordId + '',
|
|
205
205
|
method: 'get',
|
|
206
206
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-community-seo",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "APIs for various SEO features in experiences",
|
|
6
6
|
"main": "dist/es/es2018/community-seo.js",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-community-seo"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@salesforce/lds-bindings": "^1.
|
|
46
|
+
"@salesforce/lds-bindings": "^1.413.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
50
|
-
"@salesforce/lds-karma": "^1.
|
|
49
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0",
|
|
50
|
+
"@salesforce/lds-karma": "^1.413.0"
|
|
51
51
|
},
|
|
52
52
|
"nx": {
|
|
53
53
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -210,7 +210,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
210
210
|
function createResourceRequest(config) {
|
|
211
211
|
const headers = {};
|
|
212
212
|
return {
|
|
213
|
-
baseUri: '/services/data/
|
|
213
|
+
baseUri: '/services/data/v67.0',
|
|
214
214
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/seo/properties/' + config.urlParams.recordId + '',
|
|
215
215
|
method: 'get',
|
|
216
216
|
body: null,
|
|
@@ -334,4 +334,4 @@ withDefaultLuvio((luvio) => {
|
|
|
334
334
|
});
|
|
335
335
|
|
|
336
336
|
export { getRecordSeoProperties, getRecordSeoProperties_imperative };
|
|
337
|
-
// version: 1.
|
|
337
|
+
// version: 1.413.0-8cd312301b
|