@types/webpack-bundle-analyzer
Advanced tools
Comparing version 2.13.1 to 2.13.2
@@ -7,3 +7,3 @@ // Type definitions for webpack-bundle-analyzer 2.13 | ||
import * as webpack from 'webpack'; | ||
import { Plugin, Compiler, Stats } from 'webpack'; | ||
@@ -73,3 +73,3 @@ export namespace BundleAnalyzerPlugin { | ||
*/ | ||
statsOptions?: null | webpack.Stats.ToJsonOptionsObject; | ||
statsOptions?: null | Stats.ToJsonOptionsObject; | ||
@@ -94,4 +94,6 @@ /** | ||
export class BundleAnalyzerPlugin extends webpack.Plugin { | ||
export class BundleAnalyzerPlugin extends Plugin { | ||
constructor(options?: BundleAnalyzerPlugin.Options); | ||
apply(compiler: Compiler): void; | ||
} |
{ | ||
"name": "@types/webpack-bundle-analyzer", | ||
"version": "2.13.1", | ||
"version": "2.13.2", | ||
"description": "TypeScript definitions for webpack-bundle-analyzer", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/webpack-bundle-analyzer" | ||
}, | ||
@@ -24,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "00d070f7917f33d7c21c7c2f58909a04d49db223a96efe3fc73e5afaf1c5ee5d", | ||
"typesPublisherContentHash": "bcbd81c514a34b0207ea8dc6989a9aafe4524e8d384e5b003c2f4fde43a80f5b", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for webpack-bundle-analyzer ( https://github.com/webpack-contrib/webpack-bundle-analyzer ). | ||
This package contains type definitions for webpack-bundle-analyzer (https://github.com/webpack-contrib/webpack-bundle-analyzer). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 14 Feb 2019 00:21:09 GMT | ||
* Last updated: Mon, 15 Jul 2019 16:49:56 GMT | ||
* Dependencies: @types/webpack | ||
@@ -15,0 +15,0 @@ * Global values: none |
6005
81