File tree 5 files changed +10
-10
lines changed
arduino-debugger-extension
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-debugger-extension" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"description" : " An extension for debugging Arduino programs" ,
5
5
"license" : " MIT" ,
6
6
"engines" : {
7
7
"node" : " >=10.11.0 <12"
8
8
},
9
9
"dependencies" : {
10
10
"@theia/debug" : " next" ,
11
- "arduino-ide-extension" : " 0.0.6 " ,
11
+ "arduino-ide-extension" : " 0.0.7 " ,
12
12
"cdt-gdb-adapter" : " ^0.0.14" ,
13
13
"vscode-debugadapter" : " ^1.26.0" ,
14
14
"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.0.6 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"description" : " An extension for Theia building the Arduino IDE" ,
5
5
"license" : " MIT" ,
6
6
"engines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " browser-app" ,
4
- "version" : " 0.0.6 " ,
4
+ "version" : " 0.0.7 " ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
7
"@theia/core" : " next" ,
20
20
"@theia/process" : " next" ,
21
21
"@theia/terminal" : " next" ,
22
22
"@theia/workspace" : " next" ,
23
- "arduino-ide-extension" : " 0.0.6 " ,
24
- "arduino-debugger-extension" : " 0.0.6 "
23
+ "arduino-ide-extension" : " 0.0.7 " ,
24
+ "arduino-debugger-extension" : " 0.0.7 "
25
25
},
26
26
"devDependencies" : {
27
27
"@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.0.6 " ,
4
+ "version" : " 0.0.7 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " src-gen/frontend/electron-main.js" ,
7
7
"dependencies" : {
22
22
"@theia/process" : " next" ,
23
23
"@theia/terminal" : " next" ,
24
24
"@theia/workspace" : " next" ,
25
- "arduino-ide-extension" : " 0.0.6 " ,
26
- "arduino-debugger-extension" : " 0.0.6 "
25
+ "arduino-ide-extension" : " 0.0.7 " ,
26
+ "arduino-debugger-extension" : " 0.0.7 "
27
27
},
28
28
"devDependencies" : {
29
29
"@theia/cli" : " next"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-editor" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.7 " ,
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