Published 1.0.19

This commit is contained in:
Eric Traut 2019-04-27 19:14:22 -07:00
parent 375e35e56d
commit 29fae553f9
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
"name": "pyright",
"displayName": "Pyright",
"description": "VS Code static type checking for Python",
"version": "1.0.18",
"version": "1.0.19",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "pyright",
"version": "1.0.18",
"version": "1.0.19",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "pyright",
"displayName": "Pyright",
"description": "Type checker for the Python language",
"version": "1.0.18",
"version": "1.0.19",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"

View File

@ -1,6 +1,6 @@
{
"name": "pyright-server",
"version": "1.0.18",
"version": "1.0.19",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "pyright-server",
"displayName": "pyright",
"description": "Type checker for the Python language",
"version": "1.0.18",
"version": "1.0.19",
"license": "MIT",
"scripts": {
"start": "npm run start:analyzer && npm run start:server",