miijs 2.5.1 → 2.5.2

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,7 +2254,6 @@ const MiiJSExports = {
2254
2254
  metricHeightWeightToMiiWeight,
2255
2255
 
2256
2256
  miiIdToTimestamp,
2257
- validateMii,
2258
2257
 
2259
2258
  // Crypto utilities (useful for browser)
2260
2259
  decodeAesCcm,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miijs",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
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",