isite 2022.5.2 → 2022.5.5

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.
@@ -456,7 +456,7 @@
456
456
  n = _num.join('.');
457
457
  }
458
458
  if (!float) {
459
- if (n.endsWith('.')) {
459
+ if (n && n.endsWith('.')) {
460
460
  n = n + '00';
461
461
  }
462
462
  return n;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2022.05.02",
3
+ "version": "2022.05.05",
4
4
  "description": "Create Enterprise Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {