From c8b5a62c0c1ca17ff18e990980c1bb85bd05808d Mon Sep 17 00:00:00 2001 From: Alexander Guryanov Date: Thu, 24 Oct 2024 12:32:30 +0300 Subject: [PATCH] v8.3.2: improved read cache of sockdrive --- native/sockdrive | 2 +- package.json | 2 +- src/build.ts | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/native/sockdrive b/native/sockdrive index e4d1d35..78b9382 160000 --- a/native/sockdrive +++ b/native/sockdrive @@ -1 +1 @@ -Subproject commit e4d1d354819dd5c59eb83831613c08aee6451744 +Subproject commit 78b9382ae6774d67445fdbdb59b52f487cae8171 diff --git a/package.json b/package.json index b2c4c21..5e6340f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emulators", - "version": "8.3.1", + "version": "8.3.2", "description": "Emulators (dos) with standartized API", "main": "dist/emulators.js", "types": "dist/types/emulators.d.ts", diff --git a/src/build.ts b/src/build.ts index 6b00919..2565afa 100644 --- a/src/build.ts +++ b/src/build.ts @@ -5,10 +5,10 @@ // gulpfile.ts/wasm.ts --> generateBuildInfo export const Build = { - version: "8.3.0 (c9c7a9bcadf2953a525750e3b8d347e0)", - buildSeed: 1729587869354, + version: "8.3.1 (11bb0cc675c32e2663ad4b09432a0ba6)", + buildSeed: 1729761772693, "wdosbox-x.wasm": { - "size": 6316939, + "size": 6294390, "gzSize": 0 }, "wdosbox-x.js": { @@ -16,7 +16,7 @@ export const Build = { "gzSize": 0 }, "wdosbox.wasm": { - "size": 1502217, + "size": 1479835, "gzSize": 0 }, "wdosbox.js": {