ofd-view 0.2.4 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ofd-view",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "main": "lib/ofd-view.umd.js",
5
5
  "files": [
6
6
  "lib/*",
@@ -16,6 +16,8 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "core-js": "^3.6.5",
19
+ "parser_x.js": "^1.1.52",
20
+ "pdfjs-dist": "2.6.347",
19
21
  "vue": "^2.6.11"
20
22
  },
21
23
  "devDependencies": {