Skip to content

Commit b7f033b

Browse files
committed
v7.4.8
1 parent c54e8ee commit b7f033b

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

gulpfile.ts/js-dos.ts

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ function copyWasm() {
4242
"node_modules/emulators/dist/wdosbox.js",
4343
"node_modules/emulators/dist/wdosbox.js.symbols",
4444
"node_modules/emulators/dist/wdosbox.wasm",
45-
"node_modules/emulators/dist/wdosbox.shared.js",
46-
"node_modules/emulators/dist/wdosbox.shared.js.symbols",
47-
"node_modules/emulators/dist/wdosbox.shared.wasm",
4845
])
4946
.pipe(size({ showFiles: true, showTotal: false }))
5047
.pipe(dest("dist"));

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-dos",
3-
"version": "7.4.7",
3+
"version": "7.4.8",
44
"description": "Easiest API to run dos programs in browser",
55
"main": "dist/js-dos.js",
66
"types": "dist/types/src/player.d.ts",
@@ -48,7 +48,7 @@
4848
"browserify": "^17.0.0",
4949
"core-js": "^3.23.5",
5050
"del": "^6.1.1",
51-
"emulators": "0.73.7",
51+
"emulators": "0.73.8",
5252
"emulators-ui": "0.73.7",
5353
"eslint": "^8.20.0",
5454
"eslint-config-google": "^0.14.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2821,10 +2821,10 @@ [email protected]:
28212821
resolved "https://registry.yarnpkg.com/emulators-ui/-/emulators-ui-0.73.7.tgz#da93d0d44563910c37f5fcb6adde2a498248e773"
28222822
integrity sha512-K5XlkbcT1CTqwlhuxengS0EzkHI8f9PNMdAVJx1upkJiZXGJSX2VnceZFwnG4V4u2a6K5jitQhhT9dBDGGWz2g==
28232823

2824-
2825-
version "0.73.7"
2826-
resolved "https://registry.yarnpkg.com/emulators/-/emulators-0.73.7.tgz#daa83218981c32efd75fe3aae13477d2953a355f"
2827-
integrity sha512-DxGsZlDqMkyVJc/t4m3MLTk4GXlYNq+hFGNHyi6TtwTcTNCCB7WM8afWUtlJJazESuIK8Sp/P+ejJJIHE4t2zw==
2824+
2825+
version "0.73.8"
2826+
resolved "https://registry.yarnpkg.com/emulators/-/emulators-0.73.8.tgz#1847e57fa5ce897cf148242943026676e1f2576e"
2827+
integrity sha512-vfJTHDr6bD+Su+6cJE6wgRtQk+eVUZyJDUEY+wBChE1rUmSU76otrN5ejZL6s1oOnN3RAW45ZOj0u4dnCugW7Q==
28282828

28292829
end-of-stream@^1.0.0, end-of-stream@^1.1.0:
28302830
version "1.4.4"

0 commit comments

Comments
 (0)