wgt-node-utils 1.2.12 → 1.2.13

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": "wgt-node-utils",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "WGT工具类包",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {
package/src/index.js CHANGED
@@ -433,6 +433,7 @@ class wgtNodeUtils {
433
433
  return list.map((item = {}) => {
434
434
  return {
435
435
  id: item.game_id,
436
+ game_category: item.game_category,
436
437
  icon: item.base_icon,
437
438
  path: item.game_path,
438
439
  name: item.game_name,