From a27d2f4dd0c882ee653017a6fff01156b408d9d0 Mon Sep 17 00:00:00 2001 From: Alexander Guryanov Date: Fri, 4 Oct 2024 11:54:44 +0300 Subject: [PATCH] v8.2.2: fix critical error with sockdrive preload queue --- native/sockdrive | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/native/sockdrive b/native/sockdrive index 7ace18a..107cd47 160000 --- a/native/sockdrive +++ b/native/sockdrive @@ -1 +1 @@ -Subproject commit 7ace18aa4930b77433719b268d14ffb710ad125c +Subproject commit 107cd471204dae0290ec8ed47b38cb798b6af6f8 diff --git a/package.json b/package.json index 73c6bd7..4744202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emulators", - "version": "8.2.1", + "version": "8.2.2", "description": "Emulators (dos) with standartized API", "main": "dist/emulators.js", "types": "dist/types/emulators.d.ts",