File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ function copyWasm() {
42
42
"node_modules/emulators/dist/wdosbox.js" ,
43
43
"node_modules/emulators/dist/wdosbox.js.symbols" ,
44
44
"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" ,
48
45
] )
49
46
. pipe ( size ( { showFiles : true , showTotal : false } ) )
50
47
. pipe ( dest ( "dist" ) ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-dos" ,
3
- "version" : " 7.4.7 " ,
3
+ "version" : " 7.4.8 " ,
4
4
"description" : " Easiest API to run dos programs in browser" ,
5
5
"main" : " dist/js-dos.js" ,
6
6
"types" : " dist/types/src/player.d.ts" ,
48
48
"browserify" : " ^17.0.0" ,
49
49
"core-js" : " ^3.23.5" ,
50
50
"del" : " ^6.1.1" ,
51
- "emulators" : " 0.73.7 " ,
51
+ "emulators" : " 0.73.8 " ,
52
52
"emulators-ui" : " 0.73.7" ,
53
53
"eslint" : " ^8.20.0" ,
54
54
"eslint-config-google" : " ^0.14.0" ,
Original file line number Diff line number Diff line change 2821
2821
resolved "https://registry.yarnpkg.com/emulators-ui/-/emulators-ui-0.73.7.tgz#da93d0d44563910c37f5fcb6adde2a498248e773"
2822
2822
integrity sha512-K5XlkbcT1CTqwlhuxengS0EzkHI8f9PNMdAVJx1upkJiZXGJSX2VnceZFwnG4V4u2a6K5jitQhhT9dBDGGWz2g==
2823
2823
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 ==
2828
2828
2829
2829
end-of-stream@^1.0.0, end-of-stream@^1.1.0 :
2830
2830
version "1.4.4"
You can’t perform that action at this time.
0 commit comments