@digabi/exam-engine-generator 23.0.1 → 23.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -88,7 +88,7 @@ function generateExam(options) {
88
88
  const exam = createElement(doc, 'exam', undefined, {
89
89
  xmlns: 'http://www.w3.org/1999/xhtml',
90
90
  'xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
91
- 'xsi:schemaLocation': 'http://ylioppilastutkinto.fi/exam.xsd https://abitti.dev/schema/exam.xsd',
91
+ 'xsi:schemaLocation': 'http://ylioppilastutkinto.fi/exam.xsd https://abitti.net/schema/exam.xsd',
92
92
  'exam-schema-version': '0.5',
93
93
  'exam-code': options.examCode,
94
94
  'day-code': options.dayCode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-generator",
3
- "version": "23.0.1",
3
+ "version": "23.0.3",
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": "23.0.1",
11
+ "@digabi/exam-engine-core": "23.0.3",
12
12
  "libxmljs2": "^0.35.0",
13
13
  "lodash": "^4.17.15"
14
14
  },
15
- "gitHead": "7f19264267a3c85a627438262cbd080480bdcbc5"
15
+ "gitHead": "1b25c9812150c071fa3d635b5093ab1082912fcf"
16
16
  }