зеркало из https://github.com/microsoft/lsif-node.git
Publish sqlite@0.6.0-next.6
This commit is contained in:
Родитель
8079f51206
Коммит
c2672e493c
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче