@types/git-rev-sync
Advanced tools
Comparing version 1.12.0 to 2.0.0
@@ -1,15 +0,18 @@ | ||
// Type definitions for git-rev-sync 1.12 | ||
// Type definitions for git-rev-sync 2.0 | ||
// Project: https://github.com/kurttheviking/git-rev-sync-js | ||
// Definitions by: khoi-fish <https://github.com/khoi-fish> | ||
// pkuczynski <https://github.com/pkuczynski> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export function short(filePath?: string, length?: number): string; | ||
export function long(filePath?: string): string; | ||
export function branch(branch?: string): void; | ||
export function branch(filePath?: string): string; | ||
export function count(): number; | ||
export function date(): Date; | ||
export function hasUnstagedChanges(): boolean; | ||
export function isDirty(): boolean; | ||
export function isTagDirty(): boolean; | ||
export function long(filePath?: string): string; | ||
export function message(): string; | ||
export function remoteUrl(): string; | ||
export function short(filePath?: string, length?: number): string; | ||
export function tag(makeDirty?: boolean): string; | ||
export function tagFirstParent(makeDirty?: boolean): string; |
{ | ||
"name": "@types/git-rev-sync", | ||
"version": "1.12.0", | ||
"version": "2.0.0", | ||
"description": "TypeScript definitions for git-rev-sync", | ||
@@ -11,14 +11,20 @@ "license": "MIT", | ||
"githubUsername": "khoi-fish" | ||
}, | ||
{ | ||
"name": "pkuczynski", | ||
"url": "https://github.com/pkuczynski", | ||
"githubUsername": "pkuczynski" | ||
} | ||
], | ||
"main": "", | ||
"types": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/git-rev-sync" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "107506963e43d5de2214df80b34c74d1f2c78bf0ec871f02ec735197ed740f9b", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "085b7b921ac77f70e4b6b2b3d9b9d20ea3edc173d3bd0adf7831c2f0f620ceba", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/git-rev-sync | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/git-rev-sync. | ||
Additional Details | ||
* Last updated: Sat, 27 Oct 2018 22:45:45 GMT | ||
### Additional Details | ||
* Last updated: Tue, 12 May 2020 18:45:50 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by khoi-fish <https://github.com/khoi-fish>. | ||
These definitions were written by [khoi-fish](https://github.com/khoi-fish), and [pkuczynski](https://github.com/pkuczynski). |
Sorry, the diff of this file is not supported yet
3387
17