File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
extension-integrationtest Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : [" packages/*" ],
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"npmClient" : " yarn"
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxjs-debugging/extension-integrationtest" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"engines" : {
10
10
"build" : " tsc"
11
11
},
12
12
"dependencies" : {
13
- "rxjs-debugging-for-vs-code" : " ^1.0.0 "
13
+ "rxjs-debugging-for-vs-code" : " ^1.0.1 "
14
14
},
15
15
"devDependencies" : {
16
16
"@types/jest" : " 27.0.3" ,
Original file line number Diff line number Diff line change 3
3
"displayName" : " RxJS Debugging for Visual Studio Code" ,
4
4
"description" : " Add non-intrusive debugging capabilities for RxJS applications to Visual Studio Code." ,
5
5
"icon" : " docs/brand/icon.png" ,
6
- "version" : " 1.0.0 " ,
6
+ "version" : " 1.0.1 " ,
7
7
"license" : " MIT" ,
8
8
"repository" : {
9
9
"url" : " https://github.com/swissmanu/rxjs-debugging-for-vscode"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxjs-debugging/runtime-webpack" ,
3
3
"description" : " Webpack plugin to debug RxJS-based web applications with \" RxJS Debugging for Visual Studio Code\" ." ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"license" : " MIT" ,
6
6
"author" :
" Manuel Alabor <[email protected] >" ,
7
7
"homepage" : " https://github.com/swissmanu/rxjs-debugging-for-vscode/tree/main/packages/runtime-webpack" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxjs-debugging/testbench-webpack" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"license" : " UNLICENSED" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"start" : " webpack serve"
8
8
},
9
9
"dependencies" : {
10
- "@rxjs-debugging/runtime-webpack" : " ^1.0.0 " ,
10
+ "@rxjs-debugging/runtime-webpack" : " ^1.0.1 " ,
11
11
"html-webpack-plugin" : " 5.5.0" ,
12
12
"rxjs" : " 6.6.7" ,
13
13
"ts-loader" : " 9.2.6" ,
You can’t perform that action at this time.
0 commit comments