File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
arduino-debugger-extension Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " arduino-debugger-extension" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " An extension for debugging Arduino programs" ,
55 "license" : " MIT" ,
66 "dependencies" : {
77 "@theia/debug" : " next" ,
8- "arduino-ide-extension" : " 0.1.0 " ,
8+ "arduino-ide-extension" : " 0.1.1 " ,
99 "cdt-gdb-adapter" : " ^0.0.14" ,
1010 "vscode-debugadapter" : " ^1.26.0" ,
1111 "vscode-debugprotocol" : " ^1.26.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " arduino-ide-extension" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " An extension for Theia building the Arduino IDE" ,
55 "license" : " MIT" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1010
1111( ( ) => {
1212
13- const DEFAULT_VERSION = '0.12.0 ' ; // require('moment')().format('YYYYMMDD');
13+ const DEFAULT_VERSION = '0.12.1 ' ; // require('moment')().format('YYYYMMDD');
1414
1515 const path = require ( 'path' ) ;
1616 const shell = require ( 'shelljs' ) ;
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " browser-app" ,
4- "version" : " 0.1.0 " ,
4+ "version" : " 0.1.1 " ,
55 "license" : " MIT" ,
66 "dependencies" : {
77 "@theia/core" : " next" ,
1919 "@theia/process" : " next" ,
2020 "@theia/terminal" : " next" ,
2121 "@theia/workspace" : " next" ,
22- "arduino-ide-extension" : " 0.1.0 " ,
23- "arduino-debugger-extension" : " 0.1.0 "
22+ "arduino-ide-extension" : " 0.1.1 " ,
23+ "arduino-debugger-extension" : " 0.1.1 "
2424 },
2525 "devDependencies" : {
2626 "@theia/cli" : " next"
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " electron-app" ,
4- "version" : " 0.1.0 " ,
4+ "version" : " 0.1.1 " ,
55 "license" : " MIT" ,
66 "main" : " src-gen/frontend/electron-main.js" ,
77 "dependencies" : {
2121 "@theia/process" : " next" ,
2222 "@theia/terminal" : " next" ,
2323 "@theia/workspace" : " next" ,
24- "arduino-ide-extension" : " 0.1.0 " ,
25- "arduino-debugger-extension" : " 0.1.0 "
24+ "arduino-ide-extension" : " 0.1.1 " ,
25+ "arduino-debugger-extension" : " 0.1.1 "
2626 },
2727 "devDependencies" : {
2828 "@theia/cli" : " next"
Original file line number Diff line number Diff line change 11{
22 "name" : " arduino-editor" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Arduino Pro IDE" ,
55 "repository" : " https://github.com/bcmi-labs/arduino-editor.git" ,
66 "author" : " Arduino SA" ,
You can’t perform that action at this time.
0 commit comments