@salesforce/lds-adapters-cms-managedcontentspaces 1.356.0 → 1.357.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.
|
@@ -647,7 +647,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
647
647
|
function createResourceRequest(config) {
|
|
648
648
|
const headers = {};
|
|
649
649
|
return {
|
|
650
|
-
baseUri: '/services/data/
|
|
650
|
+
baseUri: '/services/data/v65.0',
|
|
651
651
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/channels',
|
|
652
652
|
method: 'get',
|
|
653
653
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cms-managedcontentspaces",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.357.0",
|
|
4
4
|
"description": "Connect Family for all the CMS Space endpoints - /cms/spaces/*",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cms-managedcontentspaces.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.357.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.357.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -657,7 +657,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
657
657
|
function createResourceRequest(config) {
|
|
658
658
|
const headers = {};
|
|
659
659
|
return {
|
|
660
|
-
baseUri: '/services/data/
|
|
660
|
+
baseUri: '/services/data/v65.0',
|
|
661
661
|
basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/channels',
|
|
662
662
|
method: 'get',
|
|
663
663
|
body: null,
|
|
@@ -782,4 +782,4 @@ withDefaultLuvio((luvio) => {
|
|
|
782
782
|
});
|
|
783
783
|
|
|
784
784
|
export { getManagedContentSpaceChannels, getManagedContentSpaceChannels_imperative };
|
|
785
|
-
// version: 1.
|
|
785
|
+
// version: 1.357.0-5a2425b0d8
|