File tree 5 files changed +9
-9
lines changed
arduino-debugger-extension
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-debugger-extension" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"description" : " An extension for debugging Arduino programs" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
7
"@theia/debug" : " next" ,
8
- "arduino-ide-extension" : " 0.1.3 " ,
8
+ "arduino-ide-extension" : " 0.1.4 " ,
9
9
"cdt-gdb-adapter" : " ^0.0.14" ,
10
10
"vscode-debugadapter" : " ^1.26.0" ,
11
11
"vscode-debugprotocol" : " ^1.26.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-ide-extension" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"description" : " An extension for Theia building the Arduino IDE" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
123
123
],
124
124
"arduino" : {
125
125
"cli" : {
126
- "version" : " 20210203 "
126
+ "version" : " 0.15.1 "
127
127
}
128
128
}
129
129
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " browser-app" ,
4
- "version" : " 0.1.3 " ,
4
+ "version" : " 0.1.4 " ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
7
"@theia/core" : " next" ,
18
18
"@theia/process" : " next" ,
19
19
"@theia/terminal" : " next" ,
20
20
"@theia/workspace" : " next" ,
21
- "arduino-ide-extension" : " 0.1.3 "
21
+ "arduino-ide-extension" : " 0.1.4 "
22
22
},
23
23
"devDependencies" : {
24
24
"@theia/cli" : " next"
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " electron-app" ,
4
- "version" : " 0.1.3 " ,
4
+ "version" : " 0.1.4 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " src-gen/frontend/electron-main.js" ,
7
7
"dependencies" : {
20
20
"@theia/process" : " next" ,
21
21
"@theia/terminal" : " next" ,
22
22
"@theia/workspace" : " next" ,
23
- "arduino-ide-extension" : " 0.1.3 "
23
+ "arduino-ide-extension" : " 0.1.4 "
24
24
},
25
25
"devDependencies" : {
26
26
"@theia/cli" : " next"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-editor" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"description" : " Arduino Pro IDE" ,
5
5
"repository" : " https://github.com/bcmi-labs/arduino-editor.git" ,
6
6
"author" : " Arduino SA" ,
You can’t perform that action at this time.
0 commit comments