@vonaffenfels/contentful-slate-editor 1.1.22 → 1.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonaffenfels/contentful-slate-editor",
3
- "version": "1.1.22",
3
+ "version": "1.1.25",
4
4
  "scripts": {
5
5
  "prepublish": "yarn run build",
6
6
  "dev": "yarn run start",
@@ -91,10 +91,10 @@
91
91
  "webpack-watch-files-plugin": "^1.2.1"
92
92
  },
93
93
  "dependencies": {
94
- "@vonaffenfels/slate-editor": "^1.1.22",
94
+ "@vonaffenfels/slate-editor": "^1.1.25",
95
95
  "webpack": "5.88.2"
96
96
  },
97
- "gitHead": "29d6407ce7e95ad96748b41f402b961a54881d4b",
97
+ "gitHead": "d6ebcec654136ac0aca31063f09af188ca9bed8e",
98
98
  "publishConfig": {
99
99
  "access": "public"
100
100
  }
@@ -106,7 +106,6 @@ const EditorField = ({
106
106
  ...({
107
107
  ...attributes,
108
108
  entries: null,
109
- items: null,
110
109
  } || {}),
111
110
  },
112
111
  context: {activeContent: {sys: {id: sdk?.entry?.sys?.id}}},