@digabi/exam-engine-exams 19.19.0-alpha.0 → 19.19.1-xml-exams.0

Sign up to get free protection for your applications and to get access to all the features.
package/SC/SC_fi-FI.mex CHANGED
Binary file
Binary file
package/SC/SC_sv-FI.mex CHANGED
Binary file
package/package.json CHANGED
@@ -1,19 +1,21 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-exams",
3
- "version": "19.19.0-alpha.0",
3
+ "version": "19.19.1-xml-exams.0",
4
4
  "author": "Matriculation Examination Board, Finland",
5
5
  "license": "EUPL-1.1",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",
9
9
  "*/*.mex",
10
- "*.pem"
10
+ "*/*.xml",
11
+ "*.pem",
12
+ "attachments"
11
13
  ],
12
14
  "scripts": {
13
15
  "prepublishOnly": "find . -name '*.mex' -delete && find . -name '*.xml' -print0 | xargs -0 -n1 -P4 node ../cli/dist/index.js create-mex -p salasana -n nsa-scripts.zip -s security-codes.json -k exam_key.pem"
14
16
  },
15
17
  "dependencies": {
16
- "@digabi/exam-engine-mastering": "19.19.0-alpha.0"
18
+ "@digabi/exam-engine-mastering": "19.19.1-xml-exams.0"
17
19
  },
18
- "gitHead": "f0bc2f880f944a50948cf1baf3f9729df1b844ba"
20
+ "gitHead": "83ed887eb3c0011c4b260165b24223815dcd9367"
19
21
  }