@times-components/article-comments 0.40.40-alpha.7 → 0.40.40-alpha.8

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.
@@ -47,9 +47,7 @@ ArticleComments.propTypes = {
47
47
  commentingConfig: _propTypes.default.shape({
48
48
  account: _propTypes.default.string.isRequired
49
49
  }).isRequired,
50
- storefrontConfig: _propTypes.default.shape({
51
- store: _propTypes.default.object
52
- }).isRequired,
50
+ storefrontConfig: _propTypes.default.string.isRequired,
53
51
  isCommentEnabled: _propTypes.default.bool
54
52
  };
55
53
  ArticleComments.defaultProps = {
@@ -31,9 +31,7 @@ const JoinTheConversationDialog = _ref => {
31
31
  };
32
32
 
33
33
  JoinTheConversationDialog.propTypes = {
34
- storefrontConfig: _propTypes.default.shape({
35
- store: _propTypes.default.object
36
- }).isRequired
34
+ storefrontConfig: _propTypes.default.string.isRequired
37
35
  };
38
36
  var _default = JoinTheConversationDialog;
39
37
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article-comments",
3
- "version": "0.40.40-alpha.7+966632b44f",
3
+ "version": "0.40.40-alpha.8+572baa25b4",
4
4
  "description": "Article Comments",
5
5
  "main": "dist/article-comments",
6
6
  "dev": "src/article-comments",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "966632b44f216e67ee976fed8be5383d98a8601d"
73
+ "gitHead": "572baa25b482d240a28519a7b7f64f520d720980"
74
74
  }