зеркало из https://github.com/microsoft/lsif-node.git
Publish tooling@0.6.0-next.7
This commit is contained in:
Родитель
b834615974
Коммит
8079f51206
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "lsif-tooling",
|
||||
"version": "0.6.0-next.6",
|
||||
"version": "0.6.0-next.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "lsif-tooling",
|
||||
"version": "0.6.0-next.6",
|
||||
"version": "0.6.0-next.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"lsif-protocol": "0.6.0-next.4",
|
||||
"lsif-protocol": "0.6.0-next.5",
|
||||
"yargs": "16.2.0"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -91,9 +91,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lsif-protocol": {
|
||||
"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==",
|
||||
"version": "0.6.0-next.5",
|
||||
"resolved": "https://registry.npmjs.org/lsif-protocol/-/lsif-protocol-0.6.0-next.5.tgz",
|
||||
"integrity": "sha512-Ui9j5IFm1DO5W6fz1jzudl3sUTKbl7nBUQ3IasKptib9fx4cr2E0VYm3EYy8RsO5RzEXLBb/hm6gWAVOQSyxzw==",
|
||||
"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.4",
|
||||
"resolved": "https://registry.npmjs.org/lsif-protocol/-/lsif-protocol-0.6.0-next.4.tgz",
|
||||
"integrity": "sha512-ANTQmTCT7MtxB0dqElEOY29hJgQ2mTYQ/6Mp6H63AS9HDWXMl3Q/GSMJprxVNQPjQqq3OD6fFV9On+ag80HPVA==",
|
||||
"version": "0.6.0-next.5",
|
||||
"resolved": "https://registry.npmjs.org/lsif-protocol/-/lsif-protocol-0.6.0-next.5.tgz",
|
||||
"integrity": "sha512-Ui9j5IFm1DO5W6fz1jzudl3sUTKbl7nBUQ3IasKptib9fx4cr2E0VYm3EYy8RsO5RzEXLBb/hm6gWAVOQSyxzw==",
|
||||
"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.6",
|
||||
"version": "0.6.0-next.7",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -17,7 +17,7 @@
|
|||
"lsif-tooling": "./bin/lsif-tooling"
|
||||
},
|
||||
"dependencies": {
|
||||
"lsif-protocol": "0.6.0-next.4",
|
||||
"lsif-protocol": "0.6.0-next.5",
|
||||
"yargs": "16.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче