@team-monolith/cds 0.29.19 → 0.29.20

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.
@@ -95,7 +95,7 @@ export class Raw extends EditorJSRaw {
95
95
  static get sanitize() {
96
96
  return {
97
97
  html: true,
98
- code: true, // Allow CODE tag
98
+ code: false,
99
99
  };
100
100
  }
101
101
  onPaste(event) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "0.29.19",
3
+ "version": "0.29.20",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,