@types/git-revision-webpack-plugin
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -7,3 +7,3 @@ // Type definitions for git-revision-webpack-plugin 3.0 | ||
import { Plugin } from 'webpack'; | ||
import { Compiler, WebpackPluginInstance } from 'webpack'; | ||
@@ -21,4 +21,5 @@ declare namespace GitRevisionPlugin { | ||
declare class GitRevisionPlugin extends Plugin { | ||
declare class GitRevisionPlugin implements WebpackPluginInstance { | ||
constructor(options?: GitRevisionPlugin.Options); | ||
apply(compiler: Compiler): void; | ||
version(): string; | ||
@@ -25,0 +26,0 @@ commithash(): string; |
{ | ||
"name": "@types/git-revision-webpack-plugin", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for git-revision-webpack-plugin", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -25,4 +25,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "3591e56e41e18187aaf19f64641d9563cda1e6fb3ede4154f7d8d54dfd88dd32", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "9829c590cedfe7dd3d53fbd34ac4dd6a1896581fc850651a95afd2b1094bbe20", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/git-revision-webpack-plugin | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/git-revision-webpack-plugin. | ||
Additional Details | ||
* Last updated: Fri, 21 Jun 2019 07:45:52 GMT | ||
* Dependencies: @types/webpack | ||
### Additional Details | ||
* Last updated: Mon, 25 Jan 2021 21:23:50 GMT | ||
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Anders Kaseorg <https://github.com/andersk>. | ||
These definitions were written by [Anders Kaseorg](https://github.com/andersk). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3420
24