@salesforce/lds-adapters-industries-sustainability-reference-data 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.
|
@@ -167,7 +167,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
167
167
|
function createResourceRequest(config) {
|
|
168
168
|
const headers = {};
|
|
169
169
|
return {
|
|
170
|
-
baseUri: '/services/data/
|
|
170
|
+
baseUri: '/services/data/v68.0',
|
|
171
171
|
basePath: '/connect/sustainability/reference-data/' + config.urlParams.category + '/upload',
|
|
172
172
|
method: 'post',
|
|
173
173
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-sustainability-reference-data",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.432.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Sustainability Reference Data",
|
|
6
6
|
"main": "dist/es/es2018/industries-sustainability-reference-data.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
|
@@ -176,7 +176,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
176
176
|
function createResourceRequest(config) {
|
|
177
177
|
const headers = {};
|
|
178
178
|
return {
|
|
179
|
-
baseUri: '/services/data/
|
|
179
|
+
baseUri: '/services/data/v68.0',
|
|
180
180
|
basePath: '/connect/sustainability/reference-data/' + config.urlParams.category + '/upload',
|
|
181
181
|
method: 'post',
|
|
182
182
|
body: null,
|
|
@@ -260,4 +260,4 @@ withDefaultLuvio((luvio) => {
|
|
|
260
260
|
});
|
|
261
261
|
|
|
262
262
|
export { uploadReferenceData };
|
|
263
|
-
// version: 1.
|
|
263
|
+
// version: 1.432.0-b99ba9d219
|