@salesforce/lds-network-aura 1.232.0 → 1.233.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.
@@ -1049,7 +1049,7 @@ const commerce = [
1049
1049
  generateAdapter('post', COMMERCE_BASE_URI, PRODUCT_SEARCH_PATH, 'CommerceProductSearchController.productSearch'),
1050
1050
  ];
1051
1051
  const commerce_management = [
1052
- generateAdapter('get', COMMERCE_BASE_URI, GET_MANAGEMENT_CHANNELS_PATH, 'CommerceManagementChannelsController.getChannels'),
1052
+ generateAdapter('get', COMMERCE_BASE_URI, GET_MANAGEMENT_CHANNELS_PATH, 'ICommerceManagementController.getChannels'),
1053
1053
  ];
1054
1054
  const commerce_extension = [
1055
1055
  generateAdapter('get', COMMERCE_EXTENSION_BASE_URI, GET_EXTENSIONS_PATH, 'CommerceExtensionFamilyController.getExtensions'),
@@ -3256,4 +3256,4 @@ function auraNetworkAdapter(resourceRequest) {
3256
3256
  var main = platformNetworkAdapter(auraNetworkAdapter);
3257
3257
 
3258
3258
  export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
3259
- // version: 1.232.0-968cf099f
3259
+ // version: 1.233.0-8ab7ef233
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.232.0",
3
+ "version": "1.233.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",