Comparing version 0.12.5 to 0.13.0
@@ -25,2 +25,6 @@ "use strict"; | ||
/* | ||
DEPRECATION: note that this function is deprecated in favor of canEquipDLCFuncSelector from poi, | ||
as we have WhoCallsTheFleet data from poi, there is no point in maintaining a separated list | ||
and having to update this constantly. | ||
check whether a ship is capable of equipping Daihatsu Landing Craft (DLC for short) | ||
@@ -27,0 +31,0 @@ |
{ | ||
"name": "subtender", | ||
"version": "0.12.5", | ||
"version": "0.13.0", | ||
"description": "Javran's utility functions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,2 +31,14 @@ 'use strict'; | ||
var _selectors = require('./selectors'); | ||
Object.keys(_selectors).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _selectors[key]; | ||
} | ||
}); | ||
}); | ||
var _kc = require('../kc'); | ||
@@ -33,0 +45,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58223
18
1237