pdf-flipbook 1.1.0 → 1.2.0
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pdf-flipbook",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "A responsive, animated PDF flipbook viewer. Give it a PDF URL and watch it turn into a beautiful interactive book.",
|
|
5
5
|
"main": "dist/pdf-flipbook.umd.js",
|
|
6
6
|
"module": "dist/pdf-flipbook.esm.js",
|
|
@@ -39,4 +39,4 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"esbuild": "^0.21.5"
|
|
41
41
|
}
|
|
42
|
-
}
|
|
42
|
+
}
|