poi-plugin-ship-info
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "poi-plugin-ship-info", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Show detailed information of all owned ship girls", | ||
@@ -70,3 +70,3 @@ "main": "index.es", | ||
"lint-staged": "^8.1.6", | ||
"poi-util-transpile": "^10.3.0", | ||
"poi-util-transpile": "^10.3.3", | ||
"prettier": "^1.17.1", | ||
@@ -73,0 +73,0 @@ "stylelint": "^10.0.1", |
@@ -253,3 +253,3 @@ "use strict"; | ||
minLevel | ||
}) => _fp["default"].flow(_fp["default"].filter(ship => handleTypeFilter(ship.typeId, shipTypes) && ship.lv >= minLevel && ship.lv <= maxLevel && handleLockedFilter(ship.locked, lockedRadio) && handleExpeditionFilter(ship.id, expeditionShips, expeditionRadio) && handleModernizationFilter(ship.isCompleted, modernizationRadio) && handleRemodelFilter(ship.after, remodelRadio) && handleSallyAreaFilter(ship.sallyArea, sallyAreaChecked) && handleInFleetFilter(ship.fleetId, inFleetRadio) && handleExSlotFilter(ship.exslot, exSlotRadio) && handleSparkleFilter(ship.cond, sparkleRadio) && handleDaihatsuFilter(ship.daihatsu, daihatsuRadio)), _fp["default"].sortBy(getSortFunction(sortName)), sortOrder ? ship => ship : _fp["default"].reverse, _fp["default"].map('id'))(ships)); | ||
}) => _fp["default"].flow(_fp["default"].filter(ship => handleTypeFilter(ship.typeId, shipTypes) && ship.lv >= Math.min(minLevel, maxLevel) && ship.lv <= Math.max(minLevel, maxLevel) && handleLockedFilter(ship.locked, lockedRadio) && handleExpeditionFilter(ship.id, expeditionShips, expeditionRadio) && handleModernizationFilter(ship.isCompleted, modernizationRadio) && handleRemodelFilter(ship.after, remodelRadio) && handleSallyAreaFilter(ship.sallyArea, sallyAreaChecked) && handleInFleetFilter(ship.fleetId, inFleetRadio) && handleExSlotFilter(ship.exslot, exSlotRadio) && handleSparkleFilter(ship.cond, sparkleRadio) && handleDaihatsuFilter(ship.daihatsu, daihatsuRadio)), _fp["default"].sortBy(getSortFunction(sortName)), sortOrder ? ship => ship : _fp["default"].reverse, _fp["default"].map('id'))(ships)); | ||
exports.filterShipIdsSelector = filterShipIdsSelector; | ||
@@ -256,0 +256,0 @@ const sallyAreaSelectorFactory = (0, _lodash.memoize)(area => (0, _reselect.createSelector)([_selectors.fcdSelector], fcd => ({ |
@@ -50,3 +50,3 @@ "use strict"; | ||
min: 1, | ||
max: 165, | ||
max: 1000, | ||
stepSize: 1, | ||
@@ -61,3 +61,3 @@ clampValueOnBlur: true | ||
min: 1, | ||
max: 165, | ||
max: 1000, | ||
stepSize: 1, | ||
@@ -64,0 +64,0 @@ clampValueOnBlur: true |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
569760
81