v4.0.2
Default (tags) / security (push) Failing after 11m47s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-05-19 16:26:58 +00:00
parent b1e34cd3a3
commit 47155b5637
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-19 - 4.0.2
- remove obsolete `@push.rocks/isohash` dependency and plugin export
## 2026-04-30 - 4.0.1 - fix(build)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartsocket",
"version": "4.0.1",
"version": "4.0.2",
"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",
"typings": "dist_ts/index.d.ts",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartsocket',
version: '4.0.1',
version: '4.0.2',
description: 'Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.'
}