@d-i-t-a/reader 2.0.6-beta.3 → 2.0.6-beta.6
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/dist/esm/index.js +1117 -575
- package/dist/esm/index.js.map +3 -3
- package/dist/reader.js +38 -38
- package/dist/reader.js.map +3 -3
- package/package.json +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d-i-t-a/reader",
|
|
3
|
-
"version": "2.0.6-beta.
|
|
3
|
+
"version": "2.0.6-beta.6",
|
|
4
4
|
"description": "A viewer application for EPUB files.",
|
|
5
5
|
"repository": "https://github.com/d-i-t-a/R2D2BC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"browserslist-useragent": "^3.0.3",
|
|
27
27
|
"cssesc": "^3.0.0",
|
|
28
28
|
"detect-browser": "^5.2.0",
|
|
29
|
-
"devtools-detector": "^2.0.
|
|
29
|
+
"devtools-detector": "^2.0.10",
|
|
30
30
|
"eventemitter3": "^4.0.7",
|
|
31
|
-
"jscrypto": "
|
|
31
|
+
"jscrypto": "^1.0.3",
|
|
32
32
|
"lodash.clonedeep": "^4.5.0",
|
|
33
33
|
"mark.js": "^8.11.1",
|
|
34
34
|
"promise-polyfill": "^8.2.0",
|
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"babel-eslint": "^10.1.0",
|
|
78
78
|
"braces": ">=3.0.2",
|
|
79
79
|
"browserslist-useragent-regexp": "^3.0.0",
|
|
80
|
+
"buffer": "^6.0.3",
|
|
80
81
|
"chai": "^4.3.4",
|
|
81
82
|
"chalk": "^4.1.1",
|
|
82
83
|
"chokidar": "^3.5.2",
|
|
@@ -95,17 +96,16 @@
|
|
|
95
96
|
"eslint-plugin-prettier": "^3.3.1",
|
|
96
97
|
"eslint-plugin-react": "^7.29.4",
|
|
97
98
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
98
|
-
"path-parse": "^1.0.7",
|
|
99
99
|
"express": "^4.17.1",
|
|
100
100
|
"glob-parent": ">=5.1.2",
|
|
101
101
|
"json-schema": ">=0.4.0",
|
|
102
|
-
"mocha": "^9.2.2",
|
|
103
102
|
"minimist": "^1.2.6",
|
|
103
|
+
"mocha": "^9.2.2",
|
|
104
104
|
"moment": "^2.29.3",
|
|
105
|
-
"urijs": "^1.19.11",
|
|
106
105
|
"node-sass": "^7.0.1",
|
|
107
106
|
"npm-force-resolutions": "0.0.10",
|
|
108
107
|
"parcel": "^2.4.1",
|
|
108
|
+
"path-parse": "^1.0.7",
|
|
109
109
|
"prettier": "^2.2.1",
|
|
110
110
|
"process": "^0.11.10",
|
|
111
111
|
"rangy": "^1.3.0",
|
|
@@ -121,7 +121,8 @@
|
|
|
121
121
|
"ts-node": "^10.4.0",
|
|
122
122
|
"typedoc": "^0.22.15",
|
|
123
123
|
"typedoc-plugin-rename-defaults": "^0.5.1",
|
|
124
|
-
"typescript": "^4.5.2"
|
|
124
|
+
"typescript": "^4.5.2",
|
|
125
|
+
"urijs": "^1.19.11"
|
|
125
126
|
},
|
|
126
127
|
"files": [
|
|
127
128
|
"dist"
|