@digabi/exam-engine-core 22.0.6-alpha.0 → 22.0.7-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/__tests__/editor/undoRedo.test.d.ts +2 -0
- package/dist/__tests__/editor/undoRedo.test.d.ts.map +1 -0
- package/dist/__tests__/editor/undoRedo.test.js +61 -0
- package/dist/__tests__/editor/undoRedo.test.js.map +1 -0
- package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
- package/dist/components/grading-instructions/EditableGradingInstruction.d.ts.map +1 -1
- package/dist/components/grading-instructions/EditableGradingInstruction.js +18 -3
- package/dist/components/grading-instructions/EditableGradingInstruction.js.map +1 -1
- package/dist/components/grading-instructions/editor/FormulaPopup.js +5 -5
- package/dist/components/grading-instructions/editor/FormulaPopup.js.map +1 -1
- package/dist/components/grading-instructions/editor/UndoRedoButtons.d.ts +6 -0
- package/dist/components/grading-instructions/editor/UndoRedoButtons.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/UndoRedoButtons.js +19 -0
- package/dist/components/grading-instructions/editor/UndoRedoButtons.js.map +1 -0
- package/dist/main-bundle.js +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-core",
|
3
|
-
"version": "22.0.
|
3
|
+
"version": "22.0.7-alpha.0",
|
4
4
|
"main": "dist/main-bundle.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"author": "Matriculation Examination Board, Finland",
|
@@ -44,6 +44,7 @@
|
|
44
44
|
"postcss-loader": "^8.1.0",
|
45
45
|
"postcss-preset-env": "^10.0.0",
|
46
46
|
"prosemirror-commands": "^1.6.0",
|
47
|
+
"prosemirror-history": "^1.4.1",
|
47
48
|
"prosemirror-keymap": "^1.2.2",
|
48
49
|
"prosemirror-model": "^1.22.3",
|
49
50
|
"prosemirror-schema-basic": "^1.2.3",
|
@@ -67,5 +68,5 @@
|
|
67
68
|
"webpack-bundle-analyzer": "^4.1.0",
|
68
69
|
"webpack-cli": "^5.0.2"
|
69
70
|
},
|
70
|
-
"gitHead": "
|
71
|
+
"gitHead": "dff15ab4285133b8cc680af275d4ee0aca0ecaaa"
|
71
72
|
}
|