@digabi/exam-engine-generator 16.3.0 → 16.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/LICENSE +13 -0
  2. package/package.json +3 -3
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-generator",
3
- "version": "16.3.0",
3
+ "version": "16.4.0",
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": "16.3.0",
11
+ "@digabi/exam-engine-core": "16.4.0",
12
12
  "libxmljs2": "^0.29.0",
13
13
  "lodash": "^4.17.15"
14
14
  },
15
- "gitHead": "097dcd0a0113404ff7d0231bb007e009a91d2004"
15
+ "gitHead": "af230ca1834bd9cfab800c9a7c2440f6b53a2bce"
16
16
  }