This commit is contained in:
Philipp Kunz 2024-04-17 19:49:14 +02:00
parent 4c5105aae7
commit 30ac0ddbb4

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartbuffer", "name": "@push.rocks/smartbuffer",
"version": "2.0.1", "version": "2.0.2",
"private": false, "private": false,
"description": "A library for managing ArrayBufferLike structures including conversion between Base64 and Uint8Array, and buffer validation.", "description": "A library for managing ArrayBufferLike structures including conversion between Base64 and Uint8Array, and buffer validation.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -50,4 +50,4 @@
"dependencies": { "dependencies": {
"uint8array-extras": "^1.1.0" "uint8array-extras": "^1.1.0"
} }
} }