File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote-cli" ,
3- "version" : " 1.13.1 " ,
3+ "version" : " 1.13.2 " ,
44 "description" : " Run Mocha tests somewhere - get reporting elsewhere" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
4545 "dependencies" : {
4646 "chalk" : " ^5.3.0" ,
4747 "debug" : " ^4.3.1" ,
48- "mocha-remote-server" : " 1.13.1 " ,
48+ "mocha-remote-server" : " 1.13.2 " ,
4949 "yargs" : " ^17.7.2"
5050 },
5151 "engines" : {
5555 "@types/commander" : " ^2.12.2" ,
5656 "@types/debug" : " ^4.1.5" ,
5757 "@types/yargs" : " ^17.0.32" ,
58- "mocha-remote-client" : " 1.13.1 "
58+ "mocha-remote-client" : " 1.13.2 "
5959 },
6060 "eslintConfig" : {
6161 "parserOptions" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote-client" ,
3- "version" : " 1.13.1 " ,
3+ "version" : " 1.13.2 " ,
44 "description" : " Run Mocha tests somewhere - get reporting elsewhere" ,
55 "scripts" : {
66 "build" : " rollup -c" ,
3333 "dependencies" : {
3434 "debug" : " ^4.3.4" ,
3535 "fast-equals" : " ^5.0.1" ,
36- "mocha-remote-common" : " 1.13.1 " ,
36+ "mocha-remote-common" : " 1.13.2 " ,
3737 "ws" : " ^8.17.1"
3838 },
3939 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote" ,
3- "version" : " 1.13.1 " ,
3+ "version" : " 1.13.2 " ,
44 "description" : " Run Mocha tests somewhere - get reporting elsewhere" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
2525 "bugs" : " https://github.com/kraenhansen/mocha-remote/issues" ,
2626 "license" : " ISC" ,
2727 "dependencies" : {
28- "mocha-remote-cli" : " 1.13.1 " ,
29- "mocha-remote-client" : " 1.13.1 " ,
30- "mocha-remote-server" : " 1.13.1 "
28+ "mocha-remote-cli" : " 1.13.2 " ,
29+ "mocha-remote-client" : " 1.13.2 " ,
30+ "mocha-remote-server" : " 1.13.2 "
3131 },
3232 "eslintConfig" : {
3333 "env" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote-common" ,
3- "version" : " 1.13.1 " ,
3+ "version" : " 1.13.2 " ,
44 "description" : " All common code and types shared between the Mocha Remote server and client" ,
55 "scripts" : {
66 "build" : " tsc -p tsconfig.build.json" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote-node" ,
3- "version" : " 1.13.1 " ,
3+ "version" : " 1.13.2 " ,
44 "type" : " module" ,
55 "description" : " Node.js wrapper for the Mocha Remote Client" ,
66 "bin" : " ./mocha-remote-node.js" ,
1010 },
1111 "dependencies" : {
1212 "glob" : " ^10.4.5" ,
13- "mocha-remote-client" : " 1.13.1 "
13+ "mocha-remote-client" : " 1.13.2 "
1414 }
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote-react-native" ,
3- "version" : " 1.13.1 " ,
3+ "version" : " 1.13.2 " ,
44 "description" : " React Native components providing a UI for the Mocha Remote Client" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
1212 "build" : " tsc"
1313 },
1414 "dependencies" : {
15- "mocha-remote-client" : " 1.13.1 "
15+ "mocha-remote-client" : " 1.13.2 "
1616 },
1717 "peerDependencies" : {
1818 "react-native" : " *" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote-server" ,
3- "version" : " 1.13.1 " ,
3+ "version" : " 1.13.2 " ,
44 "description" : " Run Mocha tests somewhere - get reporting elsewhere" ,
55 "scripts" : {
66 "build" : " tsc -p tsconfig.build.json" ,
3434 "dependencies" : {
3535 "debug" : " ^4.3.4" ,
3636 "flatted" : " ^3.3.1" ,
37- "mocha-remote-common" : " 1.13.1 " ,
37+ "mocha-remote-common" : " 1.13.2 " ,
3838 "ws" : " ^8.17.1"
3939 },
4040 "mocha" : {
You can’t perform that action at this time.
0 commit comments