From 1c80a1097b6c4c08adb4cc92c76d8a7a0b2138c1 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 12 Apr 2025 16:52:44 +0000 Subject: [PATCH] 3.0.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 43a275c..8cf039b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbuffer", - "version": "3.0.4", + "version": "3.0.5", "private": false, "description": "A robust TypeScript library for managing binary data by converting between Base64 strings and Uint8Array, validating buffer-like objects, and ensuring data purity.", "main": "dist_ts/index.js", @@ -56,4 +56,4 @@ "url": "https://code.foss.global/push.rocks/smartbuffer.git" }, "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6" -} \ No newline at end of file +}