Skip to content

Commit

Permalink
v8.3.3: fix critical error in sockdrive preload function
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Oct 4, 2024
1 parent 66ab140 commit 44cbcbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-dos",
"version": "8.3.2",
"version": "8.3.3",
"description": "Full-featured DOS player with multiple emulator backends",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"@typescript-eslint/parser": "^6.20.0",
"autoprefixer": "^10.4.17",
"daisyui": "^3.9.3",
"emulators": "8.2.1",
"emulators": "8.2.2",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"postcss": "^8.4.33",
Expand Down
2 changes: 1 addition & 1 deletion src/sockdrive
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1159,10 +1159,10 @@ electron-to-chromium@^1.4.648:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.653.tgz#832ab25e80ad698ac09c1ca547bd9ee6cce7df10"
integrity sha512-wA2A2LQCqnEwQAvwADQq3KpMpNwgAUBnRmrFgRzHnPhbQUFArTR32Ab46f4p0MovDLcg4uqd4nCsN2hTltslpA==

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

entities@^4.2.0:
version "4.5.0"
Expand Down

0 comments on commit 44cbcbc

Please sign in to comment.