From de886b1ebd884fc868a33fcf946c67c8146b6b08 Mon Sep 17 00:00:00 2001 From: MultiMote <contact@mmote.ru> Date: Sun, 17 Nov 2024 10:33:22 +0300 Subject: [PATCH] alpha.19 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f28be0..bae7073 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mmote/niimbluelib", - "version": "0.0.1-alpha.18", + "version": "0.0.1-alpha.19", "description": "Library for the communication with NIIMBOT printers", "keywords": [ "reverse-engineering", @@ -10,7 +10,8 @@ "niimbot-d110", "niimbot-b1", "bluetooth", - "serial" + "serial", + "capacitor" ], "main": "dist/index.js", "types": "dist/index.d.ts",