BREAKING CHANGE(core): switch to uInt8Extras

This commit is contained in:
2024-04-17 19:09:55 +02:00
parent 30306f3a40
commit 10d7c5d8e8
5 changed files with 26 additions and 62 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbuffer',
version: '1.0.7',
description: 'handle ArrayBufferLike structures'
version: '2.0.0',
description: 'A module for handling ArrayBufferLike structures, including conversion and validation utilities.'
}