@digabi/exam-engine-core 20.1.1 → 20.1.2-annotation-markers.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/exam/Question.d.ts.map +1 -1
- package/dist/components/exam/Question.js +1 -1
- package/dist/components/exam/Question.js.map +1 -1
- package/dist/components/grading-instructions/Question.d.ts.map +1 -1
- package/dist/components/grading-instructions/Question.js +1 -1
- package/dist/components/grading-instructions/Question.js.map +1 -1
- package/dist/main-bundle.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-core",
|
3
|
-
"version": "20.1.
|
3
|
+
"version": "20.1.2-annotation-markers.0",
|
4
4
|
"main": "dist/main-bundle.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"author": "Matriculation Examination Board, Finland",
|
@@ -58,5 +58,5 @@
|
|
58
58
|
"webpack-bundle-analyzer": "^4.1.0",
|
59
59
|
"webpack-cli": "^5.0.2"
|
60
60
|
},
|
61
|
-
"gitHead": "
|
61
|
+
"gitHead": "30610110fa2b7d2c2e35d54ee09c3b9246ef0a1d"
|
62
62
|
}
|