@mirrormedia/lilith-draft-editor 1.1.0-alpha.17 → 1.1.0-alpha.18

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.
@@ -50,6 +50,14 @@ const imagesQuery = (0, _apollo.gql)`
50
50
  w1600
51
51
  w2400
52
52
  }
53
+ resizedWebp {
54
+ original
55
+ w480
56
+ w800
57
+ w1200
58
+ w1600
59
+ w2400
60
+ }
53
61
  }
54
62
  }
55
63
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirrormedia/lilith-draft-editor",
3
- "version": "1.1.0-alpha.17",
3
+ "version": "1.1.0-alpha.18",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {