2 Commits

Author SHA1 Message Date
bebc8b0ede 3.0.2 2024-04-17 20:34:18 +02:00
46e5217fc0 fix(core): update 2024-04-17 20:34:17 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartbuffer",
"version": "3.0.1",
"version": "3.0.2",
"private": false,
"description": "A library for managing ArrayBufferLike structures including conversion between Base64 and Uint8Array, and buffer validation.",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbuffer',
version: '3.0.1',
version: '3.0.2',
description: 'A library for managing ArrayBufferLike structures including conversion between Base64 and Uint8Array, and buffer validation.'
}