@digabi/exam-engine-generator 19.10.1-alpha.0 → 19.10.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -89,7 +89,7 @@ function generateExam(options) {
89
89
  xmlns: 'http://www.w3.org/1999/xhtml',
90
90
  'xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
91
91
  'xsi:schemaLocation': 'http://ylioppilastutkinto.fi/exam.xsd https://abitti.dev/schema/exam.xsd',
92
- 'exam-schema-version': '0.5',
92
+ 'exam-schema-version': '0.4',
93
93
  'exam-code': options.examCode,
94
94
  'day-code': options.dayCode,
95
95
  date: options.date,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-generator",
3
- "version": "19.10.1-alpha.0",
3
+ "version": "19.10.1",
4
4
  "main": "dist/index.js",
5
5
  "author": "Matriculation Examination Board, Finland",
6
6
  "license": "EUPL-1.1",
@@ -8,9 +8,9 @@
8
8
  "dist"
9
9
  ],
10
10
  "dependencies": {
11
- "@digabi/exam-engine-core": "19.10.1-alpha.0",
11
+ "@digabi/exam-engine-core": "19.10.1",
12
12
  "libxmljs2": "^0.32.0",
13
13
  "lodash": "^4.17.15"
14
14
  },
15
- "gitHead": "a726ad628b2fd5ee43486871572711d2a21530f1"
15
+ "gitHead": "a8a8f6a5c63a550bdce41f7368ec0c64674a654f"
16
16
  }