@salesforce/lds-adapters-commerce-store-pricing 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.
@@ -280,7 +280,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
280
280
  function createResourceRequest(config) {
281
281
  const headers = {};
282
282
  return {
283
- baseUri: '/services/data/v66.0',
283
+ baseUri: '/services/data/v67.0',
284
284
  basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/pricing/products/' + config.urlParams.productId + '',
285
285
  method: 'get',
286
286
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-commerce-store-pricing",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters Commerce Store Pricing",
6
6
  "main": "dist/es/es2018/commerce-store-pricing.js",
@@ -28,11 +28,11 @@
28
28
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-commerce-store-pricing"
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
@@ -290,7 +290,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
290
290
  function createResourceRequest(config) {
291
291
  const headers = {};
292
292
  return {
293
- baseUri: '/services/data/v66.0',
293
+ baseUri: '/services/data/v67.0',
294
294
  basePath: '/commerce/webstores/' + config.urlParams.webstoreId + '/pricing/products/' + config.urlParams.productId + '',
295
295
  method: 'get',
296
296
  body: null,
@@ -410,4 +410,4 @@ withDefaultLuvio((luvio) => {
410
410
  });
411
411
 
412
412
  export { getProductPrice, getProductPrice_imperative };
413
- // version: 1.412.0-9006885059
413
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '52.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