@digabi/exam-engine-core 18.0.1-alpha.0 → 18.3.2-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,14 +10,14 @@
|
|
10
10
|
*/
|
11
11
|
|
12
12
|
/*!
|
13
|
-
* Sizzle CSS Selector Engine v2.3.
|
13
|
+
* Sizzle CSS Selector Engine v2.3.9
|
14
14
|
* https://sizzlejs.com/
|
15
15
|
*
|
16
16
|
* Copyright JS Foundation and other contributors
|
17
17
|
* Released under the MIT license
|
18
18
|
* https://js.foundation/
|
19
19
|
*
|
20
|
-
* Date:
|
20
|
+
* Date: 2022-12-19
|
21
21
|
*/
|
22
22
|
|
23
23
|
/*!
|
@@ -28,7 +28,7 @@
|
|
28
28
|
*/
|
29
29
|
|
30
30
|
/*!
|
31
|
-
* jQuery JavaScript Library v3.6.
|
31
|
+
* jQuery JavaScript Library v3.6.3
|
32
32
|
* https://jquery.com/
|
33
33
|
*
|
34
34
|
* Includes Sizzle.js
|
@@ -38,7 +38,7 @@
|
|
38
38
|
* Released under the MIT license
|
39
39
|
* https://jquery.org/license
|
40
40
|
*
|
41
|
-
* Date: 2022-
|
41
|
+
* Date: 2022-12-20T21:28Z
|
42
42
|
*/
|
43
43
|
|
44
44
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-core",
|
3
|
-
"version": "18.
|
3
|
+
"version": "18.3.2-alpha.0",
|
4
4
|
"main": "dist/main-bundle.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"author": "Matriculation Examination Board, Finland",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"webpack-bundle-analyzer": "^4.1.0",
|
61
61
|
"webpack-cli": "^4.9.2"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "459bd5ae262d511b44c2a2b3cc7353a2a6a8b987"
|
64
64
|
}
|