qti3-item-player-vue3 0.2.6 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/qti3-item-player-vue3.js +3947 -3421
- package/dist/qti3-item-player-vue3.umd.cjs +55 -55
- package/dist/qti3Player.css +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "qti3-item-player-vue3",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.8",
|
4
4
|
"description": "QTI 3 Item Player implemented with Vue 3",
|
5
5
|
"author": {
|
6
6
|
"name": "Paul Grudnitski",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"@vitejs/plugin-vue": "^5.0.4",
|
50
50
|
"eslint": "^8.57.0",
|
51
51
|
"eslint-plugin-vue": "^9.23.0",
|
52
|
-
"vite": "^5.
|
52
|
+
"vite": "^5.4.14"
|
53
53
|
},
|
54
54
|
"overrides": {
|
55
55
|
"eslint": {
|