ofd-view 0.1.32 → 0.1.33
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.
|
3
|
+
"version": "0.1.33",
|
4
4
|
"main": "lib/ofd-view.umd.js",
|
5
5
|
"files": [
|
6
6
|
"lib/*",
|
@@ -15,7 +15,8 @@
|
|
15
15
|
},
|
16
16
|
"dependencies": {
|
17
17
|
"core-js": "^3.6.5",
|
18
|
-
"vue": "^2.6.11"
|
18
|
+
"vue": "^2.6.11",
|
19
|
+
"parser_x.js": "1.0.21"
|
19
20
|
},
|
20
21
|
"devDependencies": {
|
21
22
|
"@babel/core": "^7.12.16",
|