@socket-mesh/client 18.0.3 → 18.0.5

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/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export { ClientSocket } from './clientsocket.js';
2
2
  import { ClientOptions } from './client-options.js';
3
3
  export { ClientOptions } from './client-options.js';
4
+ export * from './events.js';
4
5
  export * as factory from './factory.js';
5
6
  export declare const version = "17.2.1";
6
7
  export declare function create(options: ClientOptions): import("./clientsocket.js").ClientSocket;
package/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export { ClientSocket } from './clientsocket.js';
2
+ export * from './events.js';
2
3
  import * as factory from './factory.js';
3
4
  export * as factory from './factory.js';
4
5
  export const version = '17.2.1';
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAQ,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAGlD,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,OAAO,MAAO,cAAc,CAAC;AAEzC,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC;AAEhC,MAAM,UAAU,MAAM,CAAC,OAAsB;IAC3C,OAAO,OAAO,CAAC,MAAM,CAAC,EAAC,GAAG,OAAO,EAAE,OAAO,EAAC,CAAC,CAAC;AAC/C,CAAC;AAAA,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAQ,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAGlD,cAAc,aAAa,CAAC;AAC5B,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,OAAO,MAAO,cAAc,CAAC;AAEzC,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC;AAEhC,MAAM,UAAU,MAAM,CAAC,OAAsB;IAC3C,OAAO,OAAO,CAAC,MAAM,CAAC,EAAC,GAAG,OAAO,EAAE,OAAO,EAAC,CAAC,CAAC;AAC/C,CAAC;AAAA,CAAC"}
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@socket-mesh/client",
3
3
  "description": "SocketMesh JavaScript client",
4
- "version": "18.0.3",
4
+ "version": "18.0.5",
5
5
  "type": "module",
6
6
  "homepage": "https://socketmesh.io/",
7
+ "main": "index.js",
7
8
  "contributors": [
8
9
  "Greg Kimmy",
9
10
  {
@@ -56,6 +57,6 @@
56
57
  "ts-node": "^10.9.1",
57
58
  "typescript": "^5.2.2",
58
59
  "@socket-mesh/local-storage": "^1.0.2",
59
- "@socket-mesh/server": "^17.3.7"
60
+ "@socket-mesh/server": "^18.0.1"
60
61
  }
61
62
  }