@digabi/exam-engine-core 19.12.2-alpha.6 → 19.12.2-alpha.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/exam/RichTextAnswer.d.ts +1 -0
- package/dist/components/exam/RichTextAnswer.d.ts.map +1 -1
- package/dist/components/exam/RichTextAnswer.js +18 -0
- package/dist/components/exam/RichTextAnswer.js.map +1 -1
- package/dist/main-bundle.js +1 -1
- package/dist/main-bundle.js.LICENSE.txt +18 -0
- package/package.json +2 -2
@@ -4,6 +4,24 @@
|
|
4
4
|
http://jedwatson.github.io/classnames
|
5
5
|
*/
|
6
6
|
|
7
|
+
/*!
|
8
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
9
|
+
*
|
10
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
11
|
+
* Released under the MIT License.
|
12
|
+
*/
|
13
|
+
|
14
|
+
/*!
|
15
|
+
* jQuery JavaScript Library v3.7.1
|
16
|
+
* https://jquery.com/
|
17
|
+
*
|
18
|
+
* Copyright OpenJS Foundation and other contributors
|
19
|
+
* Released under the MIT license
|
20
|
+
* https://jquery.org/license
|
21
|
+
*
|
22
|
+
* Date: 2023-08-28T13:37Z
|
23
|
+
*/
|
24
|
+
|
7
25
|
/**
|
8
26
|
* @license React
|
9
27
|
* react-is.production.min.js
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-core",
|
3
|
-
"version": "19.12.2-alpha.
|
3
|
+
"version": "19.12.2-alpha.7",
|
4
4
|
"main": "dist/main-bundle.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"author": "Matriculation Examination Board, Finland",
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"webpack-bundle-analyzer": "^4.1.0",
|
60
60
|
"webpack-cli": "^5.0.2"
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "9f7fa94785500c118fe06caefc075571e366caf2"
|
63
63
|
}
|