@wix/blog 1.0.330 → 1.0.331

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": "@wix/blog",
3
- "version": "1.0.330",
3
+ "version": "1.0.331",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -24,7 +24,7 @@
24
24
  "@wix/blog_blog-cache": "1.0.10",
25
25
  "@wix/blog_blog-importer": "1.0.23",
26
26
  "@wix/blog_categories": "1.0.52",
27
- "@wix/blog_draft-posts": "1.0.54",
27
+ "@wix/blog_draft-posts": "1.0.55",
28
28
  "@wix/blog_posts": "1.0.60",
29
29
  "@wix/blog_tags": "1.0.57"
30
30
  },
@@ -51,5 +51,5 @@
51
51
  "fqdn": ""
52
52
  }
53
53
  },
54
- "falconPackageHash": "47b22a55c57b97bf5dd962e99e633992fdac02609c52d99fa2be7e24"
54
+ "falconPackageHash": "48d5d59a235e3816583b990a1d3d3744649c722cc4d78afb7816a7a9"
55
55
  }
@@ -5269,6 +5269,7 @@ interface DraftCreatedEnvelope {
5269
5269
  metadata: EventMetadata$2;
5270
5270
  }
5271
5271
  interface DraftDeletedEnvelope {
5272
+ entity: DraftPost$1;
5272
5273
  metadata: EventMetadata$2;
5273
5274
  }
5274
5275
  interface DraftUpdatedEnvelope {
@@ -5269,6 +5269,7 @@ interface DraftCreatedEnvelope {
5269
5269
  metadata: EventMetadata$2;
5270
5270
  }
5271
5271
  interface DraftDeletedEnvelope {
5272
+ entity: DraftPost$1;
5272
5273
  metadata: EventMetadata$2;
5273
5274
  }
5274
5275
  interface DraftUpdatedEnvelope {