@digabi/exam-engine-cli 23.0.0 → 23.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/new.js +1 -1
- package/package.json +5 -5
package/dist/commands/new.js
CHANGED
@@ -22,7 +22,7 @@ async function newExam({ directory }) {
|
|
22
22
|
}
|
23
23
|
}
|
24
24
|
const exam = `<?xml version="1.0" encoding="utf-8" ?>
|
25
|
-
<e:exam xmlns:e="http://ylioppilastutkinto.fi/exam.xsd" xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ylioppilastutkinto.fi/exam.xsd https://abitti.
|
25
|
+
<e:exam xmlns:e="http://ylioppilastutkinto.fi/exam.xsd" xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ylioppilastutkinto.fi/exam.xsd https://abitti.net/schema/exam.xsd" exam-schema-version="0.5">
|
26
26
|
<e:exam-versions>
|
27
27
|
<e:exam-version lang="fi-FI" />
|
28
28
|
</e:exam-versions>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-cli",
|
3
|
-
"version": "23.0.
|
3
|
+
"version": "23.0.2",
|
4
4
|
"main": "index.js",
|
5
5
|
"license": "EUPL-1.1",
|
6
6
|
"files": [
|
@@ -10,13 +10,13 @@
|
|
10
10
|
"ee": "./dist/index.js"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@digabi/exam-engine-mastering": "23.0.
|
14
|
-
"@digabi/exam-engine-rendering": "23.0.
|
13
|
+
"@digabi/exam-engine-mastering": "23.0.2",
|
14
|
+
"@digabi/exam-engine-rendering": "23.0.2",
|
15
15
|
"lodash": "^4.17.15",
|
16
16
|
"ora": "^5.0.0",
|
17
|
-
"rich-text-editor": "8.1.
|
17
|
+
"rich-text-editor": "8.1.8",
|
18
18
|
"uuid": "^11.0.2",
|
19
19
|
"yargs": "^17.0.1"
|
20
20
|
},
|
21
|
-
"gitHead": "
|
21
|
+
"gitHead": "1c520a332fc5d378f5dd7024417c70f8c91f672d"
|
22
22
|
}
|