@salesforce/lds-adapters-commerce-catalog 1.412.0 → 1.413.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.
@@ -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/v66.0',
248
+ baseUri: '/services/data/v67.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/v66.0',
695
+ baseUri: '/services/data/v67.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.412.0",
3
+ "version": "1.413.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.412.0"
31
+ "@salesforce/lds-bindings": "^1.413.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@salesforce/lds-compiler-plugins": "^1.412.0",
35
- "@salesforce/lds-karma": "^1.412.0"
34
+ "@salesforce/lds-compiler-plugins": "^1.413.0",
35
+ "@salesforce/lds-karma": "^1.413.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/v66.0',
572
+ baseUri: '/services/data/v67.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/v66.0',
712
+ baseUri: '/services/data/v67.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.412.0-9006885059
842
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '51.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0