@digabi/exam-engine-rendering 16.3.0 → 16.4.0
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/LICENSE +13 -0
- package/package.json +4 -4
package/LICENSE
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
Copyright (c) 2019 Matriculation Examination Board, Finland
|
2
|
+
|
3
|
+
This program is free software: Licensed under the EUPL, Version 1.1 or - as
|
4
|
+
soon as they will be approved by the European Commission - subsequent versions
|
5
|
+
of the EUPL (the "Licence");
|
6
|
+
|
7
|
+
You may not use this work except in compliance with the Licence.
|
8
|
+
You may obtain a copy of the Licence at: http://www.osor.eu/eupl/
|
9
|
+
|
10
|
+
This program is distributed in the hope that it will be useful,
|
11
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
European Union Public Licence for more details.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-rendering",
|
3
|
-
"version": "16.
|
3
|
+
"version": "16.4.0",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"license": "EUPL-1.1",
|
6
6
|
"files": [
|
@@ -13,8 +13,8 @@
|
|
13
13
|
"@babel/polyfill": "^7.8.7",
|
14
14
|
"@babel/preset-env": "^7.8.7",
|
15
15
|
"@babel/runtime": "^7.8.7",
|
16
|
-
"@digabi/exam-engine-core": "16.
|
17
|
-
"@digabi/exam-engine-mastering": "16.
|
16
|
+
"@digabi/exam-engine-core": "16.4.0",
|
17
|
+
"@digabi/exam-engine-mastering": "16.4.0",
|
18
18
|
"@fortawesome/fontawesome-svg-core": "^1.2.25",
|
19
19
|
"babel-loader": "^8.0.6",
|
20
20
|
"child-process-promise": "^2.2.1",
|
@@ -45,5 +45,5 @@
|
|
45
45
|
"webpack-dev-server": "^3.11.0",
|
46
46
|
"webpack-merge": "^5.0.9"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "af230ca1834bd9cfab800c9a7c2440f6b53a2bce"
|
49
49
|
}
|