@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/
|
|
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.
|
|
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.
|
|
31
|
+
"@salesforce/lds-bindings": "^1.413.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
35
|
-
"@salesforce/lds-karma": "^1.
|
|
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/
|
|
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.
|
|
413
|
+
// version: 1.413.0-8cd312301b
|