fix(imports): use node: built-in imports and remove dead smartpromise/smartdelay exports

This commit is contained in:
2026-02-11 15:57:37 +00:00
parent ec3440406f
commit 9c3f7acae8
8 changed files with 23 additions and 16 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartradius',
version: '1.1.0',
version: '1.1.1',
description: 'A RADIUS server and client implementation for Node.js with full RFC 2865/2866 compliance'
}