@salesforce/lds-adapters-industries-featurevalidation 1.268.0 → 1.270.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.
|
@@ -438,7 +438,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
438
438
|
function createResourceRequest(config) {
|
|
439
439
|
const headers = {};
|
|
440
440
|
return {
|
|
441
|
-
baseUri: '/services/data/
|
|
441
|
+
baseUri: '/services/data/v61.0',
|
|
442
442
|
basePath: '/connect/industries/feature-validation',
|
|
443
443
|
method: 'post',
|
|
444
444
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-featurevalidation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.270.0",
|
|
4
4
|
"description": "Feature validation tool to debug setup issues.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/umd/es2018/industries-featurevalidation.js",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"test": "nx build:karma && karma start --single-run"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@salesforce/lds-bindings": "^1.
|
|
46
|
+
"@salesforce/lds-bindings": "^1.270.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
50
|
-
"@salesforce/lds-karma": "^1.
|
|
49
|
+
"@salesforce/lds-compiler-plugins": "^1.270.0",
|
|
50
|
+
"@salesforce/lds-karma": "^1.270.0"
|
|
51
51
|
},
|
|
52
52
|
"nx": {
|
|
53
53
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -447,7 +447,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
447
447
|
function createResourceRequest(config) {
|
|
448
448
|
const headers = {};
|
|
449
449
|
return {
|
|
450
|
-
baseUri: '/services/data/
|
|
450
|
+
baseUri: '/services/data/v61.0',
|
|
451
451
|
basePath: '/connect/industries/feature-validation',
|
|
452
452
|
method: 'post',
|
|
453
453
|
body: config.body,
|
|
@@ -534,4 +534,4 @@ withDefaultLuvio((luvio) => {
|
|
|
534
534
|
});
|
|
535
535
|
|
|
536
536
|
export { featureValidation };
|
|
537
|
-
// version: 1.
|
|
537
|
+
// version: 1.270.0-533e91908
|