@liquidcommercedev/rmn-sdk 1.5.0-beta.17 → 1.5.0-beta.18

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.
package/dist/index.cjs CHANGED
@@ -19733,6 +19733,7 @@ function setUserId() {
19733
19733
 
19734
19734
  /**
19735
19735
  * LiquidCommerce Rmn Client
19736
+ *
19736
19737
  * @class
19737
19738
  */
19738
19739
  class LiquidCommerceRmnClient {
package/dist/index.esm.js CHANGED
@@ -19731,6 +19731,7 @@ function setUserId() {
19731
19731
 
19732
19732
  /**
19733
19733
  * LiquidCommerce Rmn Client
19734
+ *
19734
19735
  * @class
19735
19736
  */
19736
19737
  class LiquidCommerceRmnClient {
@@ -4,6 +4,7 @@ import type { ISpot, ISpots, ISpotSelectionParams } from 'modules/selection';
4
4
  import type { IRmnClient, IRmnConfig, IRmnEventManager } from 'types';
5
5
  /**
6
6
  * LiquidCommerce Rmn Client
7
+ *
7
8
  * @class
8
9
  */
9
10
  export declare class LiquidCommerceRmnClient implements IRmnClient {
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.5.0-beta.17",
5
+ "version": "1.5.0-beta.18",
6
6
  "homepage": "https://docs.liquidcommerce.co/rmn-sdk",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.esm.js",