poi-plugin-item-improvement2-beta 1.0.6 → 1.0.7

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.
@@ -130,7 +130,7 @@
130
130
  <workItem from="1768548645399" duration="890000" />
131
131
  <workItem from="1768577343916" duration="24825000" />
132
132
  <workItem from="1777260186359" duration="1000" />
133
- <workItem from="1780066941937" duration="81777000" />
133
+ <workItem from="1780066941937" duration="82921000" />
134
134
  </task>
135
135
  <servers />
136
136
  </component>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poi-plugin-item-improvement2-beta",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "use new data source",
5
5
  "main": "index.es",
6
6
  "scripts": {
@@ -35,9 +35,9 @@ const parseItem = ($equips, $useitems, itemId, count, type, available) => {
35
35
  if (type === 1) {
36
36
  // console.log('itemstring', itemId)
37
37
  return {
38
- itemId,
38
+ icon: itemId,
39
39
  name: _lodash.default.get($useitems, [itemId, 'api_name']),
40
- count,
40
+ count: count,
41
41
  id: itemId,
42
42
  type: 'useitem'
43
43
  };