@salesforce/lds-adapters-commerce-catalog 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.
- package/dist/es/es2018/commerce-catalog.js +2 -2
- package/package.json +4 -4
- package/sfdc/index.js +3 -3
- package/src/raml/api.raml +1 -1
|
@@ -245,7 +245,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
245
245
|
function createResourceRequest$1(config) {
|
|
246
246
|
const headers = {};
|
|
247
247
|
return {
|
|
248
|
-
baseUri: '/services/data/
|
|
248
|
+
baseUri: '/services/data/v68.0',
|
|
249
249
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/product-category-path/product-categories/' + config.urlParams.productCategoryId + '',
|
|
250
250
|
method: 'get',
|
|
251
251
|
body: null,
|
|
@@ -692,7 +692,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
692
692
|
function createResourceRequest(config) {
|
|
693
693
|
const headers = {};
|
|
694
694
|
return {
|
|
695
|
-
baseUri: '/services/data/
|
|
695
|
+
baseUri: '/services/data/v68.0',
|
|
696
696
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/products/' + config.urlParams.productId + '',
|
|
697
697
|
method: 'get',
|
|
698
698
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-commerce-catalog",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.432.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapters Commerce Catalog",
|
|
6
6
|
"main": "dist/es/es2018/commerce-catalog.js",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-commerce-catalog"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@salesforce/lds-bindings": "^1.
|
|
31
|
+
"@salesforce/lds-bindings": "^1.432.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
35
|
-
"@salesforce/lds-karma": "^1.
|
|
34
|
+
"@salesforce/lds-compiler-plugins": "^1.432.0",
|
|
35
|
+
"@salesforce/lds-karma": "^1.432.0"
|
|
36
36
|
},
|
|
37
37
|
"nx": {
|
|
38
38
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -569,7 +569,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
569
569
|
function createResourceRequest$1(config) {
|
|
570
570
|
const headers = {};
|
|
571
571
|
return {
|
|
572
|
-
baseUri: '/services/data/
|
|
572
|
+
baseUri: '/services/data/v68.0',
|
|
573
573
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/products/' + config.urlParams.productId + '',
|
|
574
574
|
method: 'get',
|
|
575
575
|
body: null,
|
|
@@ -709,7 +709,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
709
709
|
function createResourceRequest(config) {
|
|
710
710
|
const headers = {};
|
|
711
711
|
return {
|
|
712
|
-
baseUri: '/services/data/
|
|
712
|
+
baseUri: '/services/data/v68.0',
|
|
713
713
|
basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/product-category-path/product-categories/' + config.urlParams.productCategoryId + '',
|
|
714
714
|
method: 'get',
|
|
715
715
|
body: null,
|
|
@@ -839,4 +839,4 @@ withDefaultLuvio((luvio) => {
|
|
|
839
839
|
});
|
|
840
840
|
|
|
841
841
|
export { getProduct, getProductCategoryPath, getProductCategoryPath_imperative, getProduct_imperative };
|
|
842
|
-
// version: 1.
|
|
842
|
+
// version: 1.432.0-b99ba9d219
|