@liquidcommercedev/rmn-sdk 1.5.0-beta.17 → 1.5.0-beta.18
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +1 -0
- package/dist/index.esm.js +1 -0
- package/dist/types/rmn-client.d.ts +1 -0
- package/package.json +1 -1
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.
|
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",
|