@digabi/exam-engine-exams 19.11.0-alpha.0 → 19.11.1-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
package/A_E/A_E_fi-FI.mex CHANGED
Binary file
package/A_X/A_X_fi-FI.mex CHANGED
Binary file
package/FF/FF_fi-FI.mex CHANGED
Binary file
package/FF/FF_sv-FI.mex CHANGED
Binary file
package/GE/GE_fi-FI.mex CHANGED
Binary file
package/GE/GE_sv-FI.mex CHANGED
Binary file
package/N/N_fi-FI.mex CHANGED
Binary file
package/N/N_fi-FI_vi.mex CHANGED
Binary file
package/N/N_sv-FI.mex CHANGED
Binary file
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,18 +1,19 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-exams",
3
- "version": "19.11.0-alpha.0",
3
+ "version": "19.11.1-alpha.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
- "*/*.mex"
9
+ "*/*.mex",
10
+ "*/*.pem"
10
11
  ],
11
12
  "scripts": {
12
- "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 answers_key.pem"
13
+ "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"
13
14
  },
14
15
  "dependencies": {
15
16
  "@digabi/exam-engine-mastering": "19.11.0-alpha.0"
16
17
  },
17
- "gitHead": "890e9dcae15474940fa75c604dc7f6d773b2b5a1"
18
+ "gitHead": "63919c435807d14201d8ef56a8890931b3a82de2"
18
19
  }