@salesforce/lds-adapters-service-servicecatalogcategory 1.356.0 → 1.358.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.
|
@@ -392,7 +392,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
392
392
|
function createResourceRequest(config) {
|
|
393
393
|
const headers = {};
|
|
394
394
|
return {
|
|
395
|
-
baseUri: '/services/data/
|
|
395
|
+
baseUri: '/services/data/v65.0',
|
|
396
396
|
basePath: '/connect/service-automation/service-catalog/categories',
|
|
397
397
|
method: 'get',
|
|
398
398
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-servicecatalogcategory",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.358.0",
|
|
4
4
|
"description": "Work with categories according to you Service Catalog categorization selection",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/service-servicecatalogcategory.js",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.358.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
-
"@salesforce/lds-karma": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.358.0",
|
|
47
|
+
"@salesforce/lds-karma": "^1.358.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -402,7 +402,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
402
402
|
function createResourceRequest(config) {
|
|
403
403
|
const headers = {};
|
|
404
404
|
return {
|
|
405
|
-
baseUri: '/services/data/
|
|
405
|
+
baseUri: '/services/data/v65.0',
|
|
406
406
|
basePath: '/connect/service-automation/service-catalog/categories',
|
|
407
407
|
method: 'get',
|
|
408
408
|
body: null,
|
|
@@ -517,4 +517,4 @@ withDefaultLuvio((luvio) => {
|
|
|
517
517
|
});
|
|
518
518
|
|
|
519
519
|
export { getCategories, getCategories_imperative };
|
|
520
|
-
// version: 1.
|
|
520
|
+
// version: 1.358.0-abc73971a1
|