miijs 2.5.3 → 2.5.4

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/index.js CHANGED
@@ -2254,6 +2254,7 @@ const MiiJSExports = {
2254
2254
  metricHeightWeightToMiiWeight,
2255
2255
 
2256
2256
  miiIdToTimestamp,
2257
+ validateMii,
2257
2258
 
2258
2259
  // Crypto utilities (useful for browser)
2259
2260
  decodeAesCcm,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miijs",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "description": "The most complete and easy to use Mii library on the market.",
5
5
  "main": "index.js",
6
6
  "browser": "dist/miijs.browser.js",