File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed
extension-integrationtest Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 0.0.9
3
+ ## 0.9.0
4
4
5
5
- Feature: Support Debugging of Browser-based Applications [ #43 ] ( https://github.com/swissmanu/rxjs-debugging-for-vscode/issues/43 )
6
6
- Feature: Collect Analytics Data on Opt-In [ #63 ] ( https://github.com/swissmanu/rxjs-debugging-for-vscode/issues/63 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : [" packages/*" ],
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.9.0 " ,
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" : " 0.0.9 " ,
3
+ "version" : " 0.9.0 " ,
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" : " ^0.0.9 "
13
+ "rxjs-debugging-for-vs-code" : " ^0.9.0 "
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" : " 0.0.9 " ,
6
+ "version" : " 0.9.0 " ,
7
7
"license" : " MIT" ,
8
8
"repository" : {
9
9
"url" : " https://github.com/swissmanu/rxjs-debugging-for-vscode"
112
112
"vsce" : " 1.103.1"
113
113
},
114
114
"dependencies" : {
115
- "@rxjs-debugging/runtime" : " ^0.0.9 " ,
116
- "@rxjs-debugging/telemetry" : " ^0.0.9 " ,
115
+ "@rxjs-debugging/runtime" : " ^0.9.0 " ,
116
+ "@rxjs-debugging/telemetry" : " ^0.9.0 " ,
117
117
"inversify" : " 5.1.1" ,
118
118
"posthog-node" : " 1.2.0" ,
119
119
"reflect-metadata" : " 0.1.13" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxjs-debugging/runtime-nodejs" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"license" : " MIT" ,
5
5
"author" :
" Manuel Alabor <[email protected] >" ,
6
6
"private" : true ,
14
14
"@rollup/plugin-commonjs" : " 21.0.1" ,
15
15
"@rollup/plugin-node-resolve" : " 13.0.6" ,
16
16
"@rollup/plugin-typescript" : " 8.3.0" ,
17
- "@rxjs-debugging/runtime" : " ^0.0.9 " ,
18
- "@rxjs-debugging/telemetry" : " ^0.0.9 " ,
17
+ "@rxjs-debugging/runtime" : " ^0.9.0 " ,
18
+ "@rxjs-debugging/telemetry" : " ^0.9.0 " ,
19
19
"@types/jest" : " 27.0.3" ,
20
20
"@types/node" : " 16.11.9" ,
21
21
"@types/webpack" : " 5.28.0" ,
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" : " 0.0.9 " ,
4
+ "version" : " 0.9.0 " ,
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" ,
23
23
"@rollup/plugin-commonjs" : " 21.0.1" ,
24
24
"@rollup/plugin-node-resolve" : " 13.0.6" ,
25
25
"@rollup/plugin-typescript" : " 8.3.0" ,
26
- "@rxjs-debugging/runtime" : " ^0.0.9 " ,
27
- "@rxjs-debugging/telemetry" : " ^0.0.9 " ,
26
+ "@rxjs-debugging/runtime" : " ^0.9.0 " ,
27
+ "@rxjs-debugging/telemetry" : " ^0.9.0 " ,
28
28
"@types/jest" : " 27.0.3" ,
29
29
"@types/node" : " 16.11.9" ,
30
30
"@types/webpack" : " 5.28.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxjs-debugging/runtime" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"license" : " MIT" ,
5
5
"author" :
" Manuel Alabor <[email protected] >" ,
6
6
"private" : true ,
10
10
"build" : " tsc && cp src/global.d.ts out/"
11
11
},
12
12
"dependencies" : {
13
- "@rxjs-debugging/telemetry" : " ^0.0.9 " ,
13
+ "@rxjs-debugging/telemetry" : " ^0.9.0 " ,
14
14
"rxjs" : " 6.6.7" ,
15
15
"source-map" : " 0.7.3" ,
16
16
"spicery" : " 2.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxjs-debugging/telemetry" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"license" : " MIT" ,
5
5
"author" :
" Manuel Alabor <[email protected] >" ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxjs-debugging/testbench-nodejs" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"main" : " index.js" ,
5
5
"license" : " UNLICENSED" ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxjs-debugging/testbench-webpack" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.9.0 " ,
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" : " ^0.0.9 " ,
10
+ "@rxjs-debugging/runtime-webpack" : " ^0.9.0 " ,
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