fix(ci): update npmextra.json to rename keys, add release registries and add CI entry; remove legacy npmci configuration

This commit is contained in:
2026-02-26 17:02:04 +00:00
parent b2cfb58324
commit 96745be056
3 changed files with 22 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedsocket',
version: '4.1.1',
version: '4.1.2',
description: 'A library for creating typed WebSocket connections, supporting bi-directional communication with type safety.'
}