@salesforce/lds-adapters-platform-mobilepublisher 1.383.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.
|
@@ -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/
|
|
178
|
+
baseUri: '/services/data/v66.0',
|
|
179
179
|
basePath: '/connect/mobilepublisher/container/onetimeloginurl',
|
|
180
180
|
method: 'get',
|
|
181
181
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-mobilepublisher",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.385.0",
|
|
4
4
|
"description": "Mobile Publisher API Family",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-mobilepublisher.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.385.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.385.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/
|
|
188
|
+
baseUri: '/services/data/v66.0',
|
|
189
189
|
basePath: '/connect/mobilepublisher/container/onetimeloginurl',
|
|
190
190
|
method: 'get',
|
|
191
191
|
body: null,
|
|
@@ -310,4 +310,4 @@ withDefaultLuvio((luvio) => {
|
|
|
310
310
|
});
|
|
311
311
|
|
|
312
312
|
export { getMobilePublisherContainerOneTimeLoginUrl, getMobilePublisherContainerOneTimeLoginUrl_imperative };
|
|
313
|
-
// version: 1.
|
|
313
|
+
// version: 1.385.0-c6070cc476
|