remove windows-mutex from typings

This commit is contained in:
Joao Moreno 2019-11-08 06:09:34 -08:00
parent 3a34be0fd0
commit bf1ee60165
3 changed files with 5 additions and 19 deletions

View file

@ -156,7 +156,7 @@
"vscode-windows-ca-certs": "0.2.0",
"vscode-windows-registry": "1.0.2",
"windows-foreground-love": "0.2.0",
"windows-mutex": "0.3.0",
"windows-mutex": "^0.4.0",
"windows-process-tree": "0.2.4"
}
}

View file

@ -1,14 +0,0 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
declare module 'windows-mutex' {
export class Mutex {
constructor(name: string);
isActive(): boolean;
release(): void;
}
export function isActive(name: string): boolean;
}

View file

@ -9144,10 +9144,10 @@ windows-foreground-love@0.2.0:
resolved "https://registry.yarnpkg.com/windows-foreground-love/-/windows-foreground-love-0.2.0.tgz#b291832d8a02a966bc046ba0e498cc789809076b"
integrity sha512-72ZDshnt8Q3/ImLMt4wxsY8eVnUd1KDb5QfvZX09AxJJJa0hGdyzPfd/ms0pKSYYwKlEhB1ri+WDKNvdIpJknQ==
windows-mutex@0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/windows-mutex/-/windows-mutex-0.3.0.tgz#2f51a0c97b3979c98952b23c086035f1f3715fab"
integrity sha512-IDWzyHOEpQr7m590pT90jMbCYNe525d7BgP6F80TjispEu2gWMvTIoSuO6Sy4atIEhvs3ys7DVlKdLzIAyRviQ==
windows-mutex@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/windows-mutex/-/windows-mutex-0.4.0.tgz#71d6ebed3a6d1e760d3f2237bcf56aea0be32b0d"
integrity sha512-oC9WQX8iEQOh1awwlQEsWkN/jDmk19M0v34RIqQUp9XMvQmlKmfdBv6c2HCPomnvZBAS13Ch3XUhLIFFr6V0/g==
dependencies:
bindings "^1.2.1"
nan "^2.14.0"