@salesforce/lds-adapters-industries-eri 1.431.0 → 1.433.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/industries-eri.js +1 -1
- package/package.json +4 -4
- package/sfdc/index.js +2 -2
- package/src/raml/api.raml +1 -1
|
@@ -399,7 +399,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
399
399
|
function createResourceRequest(config) {
|
|
400
400
|
const headers = {};
|
|
401
401
|
return {
|
|
402
|
-
baseUri: '/services/data/
|
|
402
|
+
baseUri: '/services/data/v68.0',
|
|
403
403
|
basePath: '/connect/eri/digest',
|
|
404
404
|
method: 'post',
|
|
405
405
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-eri",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.433.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Einstein relationship insights",
|
|
6
6
|
"main": "dist/es/es2018/industries-eri.js",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"test": "nx build:karma && karma start --single-run"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.433.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.433.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.433.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -408,7 +408,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
408
408
|
function createResourceRequest(config) {
|
|
409
409
|
const headers = {};
|
|
410
410
|
return {
|
|
411
|
-
baseUri: '/services/data/
|
|
411
|
+
baseUri: '/services/data/v68.0',
|
|
412
412
|
basePath: '/connect/eri/digest',
|
|
413
413
|
method: 'post',
|
|
414
414
|
body: config.body,
|
|
@@ -495,4 +495,4 @@ withDefaultLuvio((luvio) => {
|
|
|
495
495
|
});
|
|
496
496
|
|
|
497
497
|
export { getERIDigest };
|
|
498
|
-
// version: 1.
|
|
498
|
+
// version: 1.433.0-db129b48d2
|