@liquidcommercedev/rmn-sdk 1.4.5 → 1.4.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,5 +12,4 @@ export declare class SpotSelectionService extends BaseApi implements ISpotSelect
12
12
  * @return {Promise<ISpots>} - The spots response object.
13
13
  */
14
14
  spotSelection(data: ISpotSelectionParams): Promise<ISpots>;
15
- private addEnvToSpotData;
16
15
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@liquidcommercedev/rmn-sdk",
3
3
  "description": "LiquidCommerce RMN SDK",
4
4
  "author": "LiquidCommerce Tech",
5
- "version": "1.4.5",
5
+ "version": "1.4.6",
6
6
  "homepage": "https://docs.liquidcommerce.co/rmn-sdk",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.esm.js",