File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed
extension-integrationtest Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11{
22 "packages" : [" packages/*" ],
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.9.0 " ,
44 "npmClient" : " yarn"
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " @rxjs-debugging/extension-integrationtest" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.9.0 " ,
44 "license" : " MIT" ,
55 "private" : true ,
66 "engines" : {
1010 "build" : " tsc"
1111 },
1212 "dependencies" : {
13- "rxjs-debugging-for-vs-code" : " ^0.0.9 "
13+ "rxjs-debugging-for-vs-code" : " ^0.9.0 "
1414 },
1515 "devDependencies" : {
1616 "@types/jest" : " 27.0.3" ,
Original file line number Diff line number Diff line change 33 "displayName" : " RxJS Debugging for Visual Studio Code" ,
44 "description" : " Add non-intrusive debugging capabilities for RxJS applications to Visual Studio Code." ,
55 "icon" : " docs/brand/icon.png" ,
6- "version" : " 0.0.9 " ,
6+ "version" : " 0.9.0 " ,
77 "license" : " MIT" ,
88 "repository" : {
99 "url" : " https://github.com/swissmanu/rxjs-debugging-for-vscode"
112112 "vsce" : " 1.103.1"
113113 },
114114 "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 " ,
117117 "inversify" : " 5.1.1" ,
118118 "posthog-node" : " 1.2.0" ,
119119 "reflect-metadata" : " 0.1.13" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rxjs-debugging/runtime-nodejs" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.9.0 " ,
44 "license" : " MIT" ,
55 "author" :
" Manuel Alabor <[email protected] >" ,
66 "private" : true ,
1414 "@rollup/plugin-commonjs" : " 21.0.1" ,
1515 "@rollup/plugin-node-resolve" : " 13.0.6" ,
1616 "@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 " ,
1919 "@types/jest" : " 27.0.3" ,
2020 "@types/node" : " 16.11.9" ,
2121 "@types/webpack" : " 5.28.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rxjs-debugging/runtime-webpack" ,
33 "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 " ,
55 "license" : " MIT" ,
66 "author" :
" Manuel Alabor <[email protected] >" ,
77 "homepage" : " https://github.com/swissmanu/rxjs-debugging-for-vscode/tree/main/packages/runtime-webpack" ,
2323 "@rollup/plugin-commonjs" : " 21.0.1" ,
2424 "@rollup/plugin-node-resolve" : " 13.0.6" ,
2525 "@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 " ,
2828 "@types/jest" : " 27.0.3" ,
2929 "@types/node" : " 16.11.9" ,
3030 "@types/webpack" : " 5.28.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rxjs-debugging/runtime" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.9.0 " ,
44 "license" : " MIT" ,
55 "author" :
" Manuel Alabor <[email protected] >" ,
66 "private" : true ,
1010 "build" : " tsc && cp src/global.d.ts out/"
1111 },
1212 "dependencies" : {
13- "@rxjs-debugging/telemetry" : " ^0.0.9 " ,
13+ "@rxjs-debugging/telemetry" : " ^0.9.0 " ,
1414 "rxjs" : " 6.6.7" ,
1515 "source-map" : " 0.7.3" ,
1616 "spicery" : " 2.1.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rxjs-debugging/telemetry" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.9.0 " ,
44 "license" : " MIT" ,
55 "author" :
" Manuel Alabor <[email protected] >" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rxjs-debugging/testbench-nodejs" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.9.0 " ,
44 "main" : " index.js" ,
55 "license" : " UNLICENSED" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rxjs-debugging/testbench-webpack" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.9.0 " ,
44 "license" : " UNLICENSED" ,
55 "private" : true ,
66 "scripts" : {
77 "start" : " webpack serve"
88 },
99 "dependencies" : {
10- "@rxjs-debugging/runtime-webpack" : " ^0.0.9 " ,
10+ "@rxjs-debugging/runtime-webpack" : " ^0.9.0 " ,
1111 "html-webpack-plugin" : " 5.5.0" ,
1212 "rxjs" : " 6.6.7" ,
1313 "ts-loader" : " 9.2.6" ,
You can’t perform that action at this time.
0 commit comments