@azteam/express 1.2.398 → 1.2.399

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.
@@ -81,7 +81,8 @@ var SitemapController = /*#__PURE__*/function (_Controller) {
81
81
  if (item.slug !== 'home') {
82
82
  return {
83
83
  path: _this2.customPath(item, pattern),
84
- modified_at: item.modified_at
84
+ modified_at: item.modified_at,
85
+ thumb: item.thumb
85
86
  };
86
87
  }
87
88
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azteam/express",
3
- "version": "1.2.398",
3
+ "version": "1.2.399",
4
4
  "license": "MIT",
5
5
  "author": "toda <sp.azsolution.net@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -45,6 +45,7 @@ class SitemapController extends Controller {
45
45
  return {
46
46
  path: this.customPath(item, pattern),
47
47
  modified_at: item.modified_at,
48
+ thumb: item.thumb,
48
49
  };
49
50
  }
50
51
  return null;