pdfjs-viewer-element 2.3.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,7 +16,7 @@ A web component for viewing pdf files in the browser. The package is based on [P
16
16
 
17
17
  [Api](https://alekswebnet.github.io/pdfjs-viewer-element/#api)
18
18
 
19
- [Live examples](https://alekswebnet.github.io/pdfjs-viewer-element/#api)
19
+ [Live examples](https://alekswebnet.github.io/pdfjs-viewer-element/#demo)
20
20
 
21
21
  ## Install
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdfjs-viewer-element",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Oleksandr Shevchuk",
@@ -1 +0,0 @@
1
- export declare const debounce: (fn: Function, ms?: number) => (this: any, ...args: any[]) => void;