@salesforce/lds-adapters-community-microbatching 1.431.0 → 1.432.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.
|
@@ -211,7 +211,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
211
211
|
function createResourceRequest(config) {
|
|
212
212
|
const headers = {};
|
|
213
213
|
return {
|
|
214
|
-
baseUri: '/services/data/
|
|
214
|
+
baseUri: '/services/data/v68.0',
|
|
215
215
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/microbatching',
|
|
216
216
|
method: 'post',
|
|
217
217
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-community-microbatching",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.432.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Microbatching requests",
|
|
6
6
|
"main": "dist/es/es2018/community-microbatching.js",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"test": "nx build:karma && karma start --single-run"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@salesforce/lds-bindings": "^1.
|
|
41
|
+
"@salesforce/lds-bindings": "^1.432.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
45
|
-
"@salesforce/lds-karma": "^1.
|
|
44
|
+
"@salesforce/lds-compiler-plugins": "^1.432.0",
|
|
45
|
+
"@salesforce/lds-karma": "^1.432.0"
|
|
46
46
|
},
|
|
47
47
|
"nx": {
|
|
48
48
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -220,7 +220,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
220
220
|
function createResourceRequest(config) {
|
|
221
221
|
const headers = {};
|
|
222
222
|
return {
|
|
223
|
-
baseUri: '/services/data/
|
|
223
|
+
baseUri: '/services/data/v68.0',
|
|
224
224
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/microbatching',
|
|
225
225
|
method: 'post',
|
|
226
226
|
body: config.body,
|
|
@@ -309,4 +309,4 @@ withDefaultLuvio((luvio) => {
|
|
|
309
309
|
});
|
|
310
310
|
|
|
311
311
|
export { ingestRecord };
|
|
312
|
-
// version: 1.
|
|
312
|
+
// version: 1.432.0-b99ba9d219
|