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

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

@ -1,17 +1,17 @@
{ {
"name": "lsif", "name": "lsif",
"version": "0.6.0-next.8", "version": "0.6.0-next.9",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.6.0-next.8", "version": "0.6.0-next.9",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"lsif-npm": "0.6.0-next.6", "lsif-npm": "0.6.0-next.6",
"lsif-sqlite": "0.6.0-next.6", "lsif-sqlite": "0.6.0-next.6",
"lsif-tooling": "0.6.0-next.7", "lsif-tooling": "0.6.0-next.7",
"lsif-tsc": "0.6.0-next.8", "lsif-tsc": "0.6.0-next.9",
"yargs": "^16.2.0" "yargs": "^16.2.0"
}, },
"bin": { "bin": {
@ -565,9 +565,9 @@
} }
}, },
"node_modules/lsif-tsc": { "node_modules/lsif-tsc": {
"version": "0.6.0-next.8", "version": "0.6.0-next.9",
"resolved": "https://registry.npmjs.org/lsif-tsc/-/lsif-tsc-0.6.0-next.8.tgz", "resolved": "https://registry.npmjs.org/lsif-tsc/-/lsif-tsc-0.6.0-next.9.tgz",
"integrity": "sha512-r6oKq4z3AhQIlZzvC5u7AxFmZqqDgfAsg+PAu4jf6PxQ2Wq/f/Vdx7wKxAucsDZZBhcpxBWtpFXiegtCgdU4DQ==", "integrity": "sha512-Xv9eIU6DWqmNr2ewwe+Vt1/aNmQfMkgStH2i++WdgTkm4qCHVp3bR39YWmmNyqwooGNONTudZViya9fZTUb1YA==",
"dependencies": { "dependencies": {
"latest-version": "5.1.0", "latest-version": "5.1.0",
"lsif-protocol": "0.6.0-next.5", "lsif-protocol": "0.6.0-next.5",
@ -1629,9 +1629,9 @@
} }
}, },
"lsif-tsc": { "lsif-tsc": {
"version": "0.6.0-next.8", "version": "0.6.0-next.9",
"resolved": "https://registry.npmjs.org/lsif-tsc/-/lsif-tsc-0.6.0-next.8.tgz", "resolved": "https://registry.npmjs.org/lsif-tsc/-/lsif-tsc-0.6.0-next.9.tgz",
"integrity": "sha512-r6oKq4z3AhQIlZzvC5u7AxFmZqqDgfAsg+PAu4jf6PxQ2Wq/f/Vdx7wKxAucsDZZBhcpxBWtpFXiegtCgdU4DQ==", "integrity": "sha512-Xv9eIU6DWqmNr2ewwe+Vt1/aNmQfMkgStH2i++WdgTkm4qCHVp3bR39YWmmNyqwooGNONTudZViya9fZTUb1YA==",
"requires": { "requires": {
"latest-version": "5.1.0", "latest-version": "5.1.0",
"lsif-protocol": "0.6.0-next.5", "lsif-protocol": "0.6.0-next.5",

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

@ -1,7 +1,7 @@
{ {
"name": "lsif", "name": "lsif",
"description": "Wrapper tool to start lsif based sub tools", "description": "Wrapper tool to start lsif based sub tools",
"version": "0.6.0-next.8", "version": "0.6.0-next.9",
"author": "Microsoft Corporation", "author": "Microsoft Corporation",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
@ -20,7 +20,7 @@
"lsif-npm": "0.6.0-next.6", "lsif-npm": "0.6.0-next.6",
"lsif-sqlite": "0.6.0-next.6", "lsif-sqlite": "0.6.0-next.6",
"lsif-tooling": "0.6.0-next.7", "lsif-tooling": "0.6.0-next.7",
"lsif-tsc": "0.6.0-next.8", "lsif-tsc": "0.6.0-next.9",
"yargs": "^16.2.0" "yargs": "^16.2.0"
}, },
"devDependencies": {}, "devDependencies": {},