Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
eb330eaf7a | |||
c2e856821d |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartsocket",
|
"name": "@push.rocks/smartsocket",
|
||||||
"version": "2.0.26",
|
"version": "2.0.27",
|
||||||
"description": "Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.",
|
"description": "Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartsocket',
|
name: '@push.rocks/smartsocket',
|
||||||
version: '2.0.26',
|
version: '2.0.27',
|
||||||
description: 'Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.'
|
description: 'Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user