isite 2022.5.3 → 2022.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.
@@ -455,12 +455,11 @@
455
455
  }
456
456
  n = _num.join('.');
457
457
  }
458
- if (!float) {
459
- return n;
460
- } else {
458
+ if (n && !float) {
461
459
  if (n.endsWith('.')) {
462
460
  n = n + '00';
463
461
  }
462
+ } else {
464
463
  return site.to_float(n);
465
464
  }
466
465
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2022.05.03",
3
+ "version": "2022.05.04",
4
4
  "description": "Create Enterprise Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {