@types/wavesurfer.js
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -93,3 +93,3 @@ // Type definitions for wavesurfer.js 2.0 | ||
class WaveSurferPlugin { | ||
constructor(ws: WaveSurfer, params: object); | ||
constructor(params: object, ws: WaveSurfer); | ||
static create(params: object): PluginDefinition; | ||
@@ -155,3 +155,3 @@ init(): void; | ||
params: object; | ||
instance: { new(ws: WaveSurfer, params: object): WaveSurferPlugin }; | ||
instance: { new(params: object, ws: WaveSurfer): WaveSurferPlugin }; | ||
} | ||
@@ -158,0 +158,0 @@ |
{ | ||
"name": "@types/wavesurfer.js", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for wavesurfer.js", | ||
@@ -14,2 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"repository": { | ||
@@ -21,4 +22,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7c90f50566f0a0822ca1fe81ab9d8c3f9c1ee1c3e515c3302e30c2ec8080e490", | ||
"typesPublisherContentHash": "be85f5fd7af5a473b7ec9a5d6e5f1c80af168df14e80baf3419175c2e515fd96", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 27 Sep 2018 23:26:03 GMT | ||
* Last updated: Thu, 01 Nov 2018 22:13:49 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: WaveSurfer |
Sorry, the diff of this file is not supported yet
8545