Published 1.1.10

This commit is contained in:
Eric Traut 2019-12-13 22:18:12 -08:00
parent e65f0262e1
commit 68e11656d2
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "pyright-server",
"version": "1.1.9",
"version": "1.1.10",
"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.1.9",
"version": "1.1.10",
"license": "MIT",
"scripts": {
"start": "npm run start:serverDebug && npm run start:server",