@twreporter/redux 8.4.2 → 8.4.3

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.
Files changed (2) hide show
  1. package/lib/typedef.js +1 -0
  2. package/package.json +2 -2
package/lib/typedef.js CHANGED
@@ -130,6 +130,7 @@ var _default = exports["default"] = {};
130
130
  * @property {string} leading_image_description
131
131
  * @property {string} og_title
132
132
  * @property {string} updated_at
133
+ * @property {string} created_at
133
134
  */
134
135
  /**
135
136
  * PostList type definition
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/redux",
3
- "version": "8.4.2",
3
+ "version": "8.4.3",
4
4
  "description": "redux actions and reducers for twreporter website",
5
5
  "repository": "https://github.com/twreporter/twreporter-npm-packages.git",
6
6
  "author": "twreporter <developer@twreporter.org>",
@@ -46,5 +46,5 @@
46
46
  "files": [
47
47
  "lib"
48
48
  ],
49
- "gitHead": "e409bdb13679b1a923430e498d689fa31fc054ac"
49
+ "gitHead": "f3663f312a472cec422eba9da42ff2b137f319b6"
50
50
  }