@file-viewer/thumbnail 2.2.1 → 2.2.3
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.en.md +2 -1
- package/README.md +2 -1
- package/dist/embedded/epub.js +1 -1
- package/dist/vendor/epubjs.NOTICE.txt +1069 -0
- package/dist/vendor/epubjs.d.ts +2 -0
- package/dist/vendor/epubjs.js +10 -0
- package/dist/vendor/epubjs.manifest.json +70 -0
- package/package.json +7 -5
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"packageName": "@file-viewer/thumbnail",
|
|
4
|
+
"engine": "epubjs",
|
|
5
|
+
"engineVersion": "0.3.93",
|
|
6
|
+
"xmlDomVersion": "0.9.10",
|
|
7
|
+
"bundled": true,
|
|
8
|
+
"lazyModule": "./epubjs.js",
|
|
9
|
+
"thirdPartyNotices": "./epubjs.NOTICE.txt",
|
|
10
|
+
"bytes": 385673,
|
|
11
|
+
"sha256": "bb28b7d78b43164a9bb05b174caf6fcf3f8b27d8b909548685209842c017b359",
|
|
12
|
+
"noticesSha256": "b3d2ab5e5327641027e3c59286ae8a746ecd42a8af00c1dc325afa629d5a9de4",
|
|
13
|
+
"bundledPackages": [
|
|
14
|
+
{
|
|
15
|
+
"name": "@xmldom/xmldom",
|
|
16
|
+
"version": "0.9.10",
|
|
17
|
+
"license": "MIT"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "d",
|
|
21
|
+
"version": "1.0.2",
|
|
22
|
+
"license": "ISC"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "epubjs",
|
|
26
|
+
"version": "0.3.93",
|
|
27
|
+
"license": "BSD-2-Clause"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "es5-ext",
|
|
31
|
+
"version": "0.10.64",
|
|
32
|
+
"license": "ISC"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "event-emitter",
|
|
36
|
+
"version": "0.3.5",
|
|
37
|
+
"license": "MIT"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "jszip",
|
|
41
|
+
"version": "3.10.1",
|
|
42
|
+
"license": "(MIT OR GPL-3.0-or-later)"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "localforage",
|
|
46
|
+
"version": "1.10.0",
|
|
47
|
+
"license": "Apache-2.0"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "lodash",
|
|
51
|
+
"version": "4.18.1",
|
|
52
|
+
"license": "MIT"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "marks-pane",
|
|
56
|
+
"version": "1.0.9",
|
|
57
|
+
"license": "MIT"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "path-webpack",
|
|
61
|
+
"version": "0.0.3",
|
|
62
|
+
"license": "MIT"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "type",
|
|
66
|
+
"version": "2.7.3",
|
|
67
|
+
"license": "ISC"
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@file-viewer/thumbnail",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
|
-
"description": "High-performance browser thumbnail generation for
|
|
6
|
+
"description": "High-performance browser thumbnail generation for File Viewer.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"file-viewer",
|
|
9
9
|
"thumbnail",
|
|
@@ -38,19 +38,21 @@
|
|
|
38
38
|
"LICENSE"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@file-viewer/core": "2.2.
|
|
42
|
-
"epubjs": "^0.3.93",
|
|
41
|
+
"@file-viewer/core": "2.2.3",
|
|
43
42
|
"jszip": "^3.10.1",
|
|
44
43
|
"modern-screenshot": "^4.7.0"
|
|
45
44
|
},
|
|
46
45
|
"devDependencies": {
|
|
46
|
+
"@xmldom/xmldom": "0.9.10",
|
|
47
|
+
"epubjs": "0.3.93",
|
|
48
|
+
"esbuild": "^0.28.1",
|
|
47
49
|
"happy-dom": "^20.8.4",
|
|
48
50
|
"typescript": "^6.0.3",
|
|
49
51
|
"vitest": "3.2.4"
|
|
50
52
|
},
|
|
51
53
|
"license": "Apache-2.0",
|
|
52
54
|
"scripts": {
|
|
53
|
-
"build": "node scripts/clean-dist.mjs && tsc -b tsconfig.json --force",
|
|
55
|
+
"build": "node scripts/clean-dist.mjs && tsc -b tsconfig.json --force && node ../renderers/ebook/scripts/build-epub-engine.mjs --package-root=.",
|
|
54
56
|
"type-check": "tsc -b tsconfig.json && tsc -p tsconfig.test.json --noEmit",
|
|
55
57
|
"test": "vitest run"
|
|
56
58
|
}
|