@socket-mesh/client 18.0.4 → 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 +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +2 -2
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
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socket-mesh/client",
|
|
3
3
|
"description": "SocketMesh JavaScript client",
|
|
4
|
-
"version": "18.0.
|
|
4
|
+
"version": "18.0.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://socketmesh.io/",
|
|
7
7
|
"main": "index.js",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"ts-node": "^10.9.1",
|
|
58
58
|
"typescript": "^5.2.2",
|
|
59
59
|
"@socket-mesh/local-storage": "^1.0.2",
|
|
60
|
-
"@socket-mesh/server": "^18.0.
|
|
60
|
+
"@socket-mesh/server": "^18.0.1"
|
|
61
61
|
}
|
|
62
62
|
}
|