@kohost/api-client 3.0.0-beta.12 → 3.0.0-beta.17

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/esm/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  import Client from "./Client";
2
+ import SocketIoClient from "./SocketIoClient";
2
3
  import Commands from "./Commands";
3
4
  import Events from "./Events";
4
5
  import Models from "./Models";
@@ -7,5 +8,5 @@ import Client from "./Client";
7
8
  import utils from "./utils";
8
9
 
9
10
  export
10
- { Client, Commands, Events, Models, Errors, defs, utils };
11
+ { Client, SocketIoClient, Commands, Events, Models, Errors, defs, utils };
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohost/api-client",
3
- "version": "3.0.0-beta.12",
3
+ "version": "3.0.0-beta.17",
4
4
  "description": "API client, models, schemas, commands, and events for Kohost applications",
5
5
  "author": "Ian Rogers",
6
6
  "readme": "README.md",
@@ -52,7 +52,8 @@
52
52
  "lodash.clonedeep": "^4.5.0",
53
53
  "lodash.findlast": "^4.6.0",
54
54
  "lodash.sortby": "^4.7.0",
55
- "nanoid": "^3.3.4"
55
+ "nanoid": "^3.3.4",
56
+ "socket.io-client": "^4.6.1"
56
57
  },
57
58
  "browser": {
58
59
  "events": "events"