@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-core",
3
- "version": "22.0.6-alpha.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": "f69f1a5d4726c42a4df67b0fcb8b20304aef1930"
71
+ "gitHead": "dff15ab4285133b8cc680af275d4ee0aca0ecaaa"
71
72
  }