isite 2022.5.4 → 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.
@@ -455,10 +455,11 @@
455
455
  }
456
456
  n = _num.join('.');
457
457
  }
458
- if (n && !float) {
459
- if (n.endsWith('.')) {
458
+ if (!float) {
459
+ if (n && n.endsWith('.')) {
460
460
  n = n + '00';
461
461
  }
462
+ return n;
462
463
  } else {
463
464
  return site.to_float(n);
464
465
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2022.05.04",
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": {