Skip to content

Commit 44cbcbc

Browse files
committed
v8.3.3: fix critical error in sockdrive preload function
1 parent 66ab140 commit 44cbcbc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-dos",
3-
"version": "8.3.2",
3+
"version": "8.3.3",
44
"description": "Full-featured DOS player with multiple emulator backends",
55
"type": "module",
66
"keywords": [
@@ -37,7 +37,7 @@
3737
"@typescript-eslint/parser": "^6.20.0",
3838
"autoprefixer": "^10.4.17",
3939
"daisyui": "^3.9.3",
40-
"emulators": "8.2.1",
40+
"emulators": "8.2.2",
4141
"eslint": "^8.56.0",
4242
"eslint-config-google": "^0.14.0",
4343
"postcss": "^8.4.33",

src/sockdrive

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1159,10 +1159,10 @@ electron-to-chromium@^1.4.648:
11591159
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.653.tgz#832ab25e80ad698ac09c1ca547bd9ee6cce7df10"
11601160
integrity sha512-wA2A2LQCqnEwQAvwADQq3KpMpNwgAUBnRmrFgRzHnPhbQUFArTR32Ab46f4p0MovDLcg4uqd4nCsN2hTltslpA==
11611161

1162-
1163-
version "8.2.1"
1164-
resolved "https://registry.yarnpkg.com/emulators/-/emulators-8.2.1.tgz#33541a2a9fe976d83abe50b5d451c1ba55366d80"
1165-
integrity sha512-oRp+S+xjNJtu5eh+0il1Sb/uYx51+w7mW+/fQ89Wq2ejUCjsxeDh5XL4i+59Nl7nPpjK9uAcGLAt+KaSALiUEA==
1162+
1163+
version "8.2.2"
1164+
resolved "https://registry.yarnpkg.com/emulators/-/emulators-8.2.2.tgz#a68d76089fdce1de303e66267885c5521dd92310"
1165+
integrity sha512-gRNEIIke7JKjEAWXugdwjSgDkEA9JNhZzkQk9X81/G0+kvrP9fDb9OdR7tEog7TfYjh6tU+B91Xic5oPRsewFQ==
11661166

11671167
entities@^4.2.0:
11681168
version "4.5.0"

0 commit comments

Comments
 (0)