@types/wavesurfer.js
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "@types/wavesurfer.js", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "TypeScript definitions for wavesurfer.js", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wavesurfer.js", | ||
}, | ||
"typesPublisherContentHash": "d99c328bb6a12960b02603f3503d7edce835e7f731ea137fa5202e41b5bbf6eb", | ||
"typesPublisherContentHash": "e131b16599c37982b64767043d20d9697c607ca82d870347d85e0ad9943596bf", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 07 Jun 2021 18:31:32 GMT | ||
* Last updated: Fri, 18 Jun 2021 15:31:22 GMT | ||
* Dependencies: [@types/debounce](https://npmjs.com/package/@types/debounce) | ||
@@ -14,0 +14,0 @@ * Global values: `WaveSurfer` |
@@ -13,3 +13,3 @@ import { Peaks, WaveSurferBackend } from "../types/backend"; | ||
import RegionsPlugin from "./plugin/regions"; | ||
import SpectogramPlugin from "./plugin/spectogram"; | ||
import SpectrogramPlugin from "./plugin/spectrogram"; | ||
import TimelinePlugin from "./plugin/timeline"; | ||
@@ -48,4 +48,4 @@ import Observer from "./util/observer"; | ||
regions: RegionsPlugin; | ||
/** Only available in WaveSurfer instances with SpectogramPlugin. */ | ||
spectogram: SpectogramPlugin; | ||
/** Only available in WaveSurfer instances with SpectrogramPlugin. */ | ||
spectrogram: SpectrogramPlugin; | ||
/** Only available in WaveSurfer instances with TimelinePlugin. */ | ||
@@ -52,0 +52,0 @@ timeline: TimelinePlugin; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
55128
0