@vonaffenfels/contentful-slate-editor 1.1.56 → 1.1.57

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.56",
3
+ "version": "1.1.57",
4
4
  "scripts": {
5
5
  "prepublish": "yarn run build",
6
6
  "dev": "yarn run start",
@@ -98,7 +98,7 @@
98
98
  "@vonaffenfels/slate-editor": "^1.1.56",
99
99
  "webpack": "5.88.2"
100
100
  },
101
- "gitHead": "6ec493b17d46bc029eefae0a83f08b1735f284e7",
101
+ "gitHead": "95889ffd9e04cd780b9446368021019f46b500b7",
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  }
package/webpack.config.js CHANGED
@@ -182,6 +182,7 @@ module.exports = ({
182
182
  stream: false,
183
183
  path: false,
184
184
  timers: false,
185
+ crypto: false,
185
186
  },
186
187
  alias: {storybookStories: '@vonaffenfels/slate-editor/storyLoader.js'},
187
188
  },