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

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

@ -1,16 +1,16 @@
{
"name": "lsif-sqlite",
"version": "0.6.0-next.5",
"version": "0.6.0-next.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lsif-sqlite",
"version": "0.6.0-next.5",
"version": "0.6.0-next.6",
"license": "MIT",
"dependencies": {
"better-sqlite3": "^7.1.2",
"lsif-protocol": "0.6.0-next.4",
"lsif-protocol": "0.6.0-next.5",
"uuid": "^8.3.2",
"vscode-uri": "^3.0.2",
"yargs": "16.2.0"
@ -372,9 +372,9 @@
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
},
"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"
@ -1204,9 +1204,9 @@
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
},
"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-sqlite",
"description": "Tool to convert a LSIF dump into a SQLite DB",
"version": "0.6.0-next.5",
"version": "0.6.0-next.6",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
@ -18,7 +18,7 @@
},
"dependencies": {
"better-sqlite3": "^7.1.2",
"lsif-protocol": "0.6.0-next.4",
"lsif-protocol": "0.6.0-next.5",
"uuid": "^8.3.2",
"vscode-uri": "^3.0.2",
"yargs": "16.2.0"