Skip to content

Commit 0d7720d

Browse files
committed
publish final version 1.50
1 parent 89d0712 commit 0d7720d

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

adapter/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-debugadapter",
33
"description": "Debug adapter implementation for node",
4-
"version": "1.49.0",
4+
"version": "1.50.0",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"repository": {
@@ -19,7 +19,7 @@
1919
"typings": "./lib/main",
2020
"dependencies": {
2121
"mkdirp": "^1.0.4",
22-
"vscode-debugprotocol": "1.49.0"
22+
"vscode-debugprotocol": "1.50.1"
2323
},
2424
"devDependencies": {
2525
"@types/mkdirp": "^1.0.2",

protocol/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-debugprotocol",
33
"description": "Npm module with declarations for the Visual Studio Code debug protocol",
4-
"version": "1.49.0",
4+
"version": "1.50.1",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"repository": {
@@ -14,7 +14,7 @@
1414
"main": "./lib/debugProtocol.js",
1515
"typings": "./lib/debugProtocol",
1616
"devDependencies": {
17-
"typescript": "4.3.5"
17+
"typescript": "4.4.4"
1818
},
1919
"scripts": {
2020
"prepare": "tsc -p ./src",

testSupport/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testSupport/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-debugadapter-testsupport",
33
"description": "Npm module with mocha test support for Visual Studio Code debug adapters",
4-
"version": "1.49.0",
4+
"version": "1.50.0",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"repository": {
@@ -14,11 +14,11 @@
1414
"main": "./lib/main.js",
1515
"typings": "./lib/main",
1616
"dependencies": {
17-
"vscode-debugprotocol": "^1.49.0"
17+
"vscode-debugprotocol": "1.50.1"
1818
},
1919
"devDependencies": {
2020
"@types/node": "14.x",
21-
"typescript": "4.3.5"
21+
"typescript": "4.4.4"
2222
},
2323
"scripts": {
2424
"prepare": "tsc -p ./src",

0 commit comments

Comments
 (0)