This commit is contained in:
Dirk Baeumer 2021-04-21 14:27:52 +02:00
Родитель dcb341a380
Коммит 1c64fbb1e9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: DD95715335E91385
2 изменённых файлов: 11 добавлений и 11 удалений

18
tooling/package-lock.json сгенерированный
Просмотреть файл

@ -1,15 +1,15 @@
{
"name": "lsif-tooling",
"version": "0.6.0-next.5",
"version": "0.6.0-next.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lsif-tooling",
"version": "0.6.0-next.5",
"version": "0.6.0-next.6",
"license": "MIT",
"dependencies": {
"lsif-protocol": "0.6.0-next.3",
"lsif-protocol": "0.6.0-next.4",
"yargs": "16.2.0"
},
"bin": {
@ -91,9 +91,9 @@
}
},
"node_modules/lsif-protocol": {
"version": "0.6.0-next.3",
"resolved": "https://registry.npmjs.org/lsif-protocol/-/lsif-protocol-0.6.0-next.3.tgz",
"integrity": "sha512-4qZkYrdplKytZ5zVVyCaq4zOjHHftOYIlB3daC7EwLUamYmj4kzVTrzti8HUaZz8AjBPT5kBX24zSgomeqARYw==",
"version": "0.6.0-next.4",
"resolved": "https://registry.npmjs.org/lsif-protocol/-/lsif-protocol-0.6.0-next.4.tgz",
"integrity": "sha512-ANTQmTCT7MtxB0dqElEOY29hJgQ2mTYQ/6Mp6H63AS9HDWXMl3Q/GSMJprxVNQPjQqq3OD6fFV9On+ag80HPVA==",
"license": "MIT",
"dependencies": {
"vscode-languageserver-protocol": "^3.16.0"
@ -258,9 +258,9 @@
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
},
"lsif-protocol": {
"version": "0.6.0-next.3",
"resolved": "https://registry.npmjs.org/lsif-protocol/-/lsif-protocol-0.6.0-next.3.tgz",
"integrity": "sha512-4qZkYrdplKytZ5zVVyCaq4zOjHHftOYIlB3daC7EwLUamYmj4kzVTrzti8HUaZz8AjBPT5kBX24zSgomeqARYw==",
"version": "0.6.0-next.4",
"resolved": "https://registry.npmjs.org/lsif-protocol/-/lsif-protocol-0.6.0-next.4.tgz",
"integrity": "sha512-ANTQmTCT7MtxB0dqElEOY29hJgQ2mTYQ/6Mp6H63AS9HDWXMl3Q/GSMJprxVNQPjQqq3OD6fFV9On+ag80HPVA==",
"requires": {
"vscode-languageserver-protocol": "^3.16.0"
}

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "lsif-tooling",
"description": "Tooling to validate LSIF dumps",
"version": "0.6.0-next.5",
"version": "0.6.0-next.6",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
@ -17,7 +17,7 @@
"lsif-tooling": "./bin/lsif-tooling"
},
"dependencies": {
"lsif-protocol": "0.6.0-next.3",
"lsif-protocol": "0.6.0-next.4",
"yargs": "16.2.0"
},
"scripts": {