ofd-view 0.1.35 → 0.1.36

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.1.35",
3
+ "version": "0.1.36",
4
4
  "main": "lib/ofd-view.umd.js",
5
5
  "files": [
6
6
  "lib/*",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "core-js": "^3.6.5",
18
18
  "vue": "^2.6.11",
19
- "parser_x.js": "1.0.23",
19
+ "parser_x.js": "1.0.24",
20
20
  "ofd.js": "1.3.25",
21
21
  "pdfjs-dist": "2.5.207"
22
22
  },