chelys 2.2.1 → 2.2.2

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.
@@ -36,6 +36,7 @@ export interface CstReqJoin {
36
36
  }
37
37
  export interface CstReqState {
38
38
  state: number;
39
+ id: string;
39
40
  }
40
41
  export interface CstReqUnsubscribe {
41
42
  ids: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chelys",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Common code between Yatga and Kalimba",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {