Published 1.1.63

This commit is contained in:
Eric Traut 2020-08-14 22:47:37 -07:00
parent 9e1539dba9
commit f8751dba57
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pyright",
"version": "1.1.62",
"version": "1.1.63",
"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.62",
"version": "1.1.63",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"

2
package-lock.json generated
View File

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

View File

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

View File

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