@thi.ng/checks 3.5.3 → 3.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-13T14:04:31Z
3
+ - **Last updated**: 2024-03-18T08:40:00Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
@@ -1,4 +1,4 @@
1
- const RE = /^(?:[-+]?(?:[0-9]+))?(?:\.[0-9]*)?(?:[eE][\+\-]?(?:[0-9]+))?$/;
1
+ const RE = /^(?:[-+]?(?:[0-9]+))?(?:\.[0-9]*)?(?:[eE][+-]?(?:[0-9]+))?$/;
2
2
  const isFloatString = (x) => x.length > 0 && RE.test(x);
3
3
  export {
4
4
  isFloatString
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/checks",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "description": "Collection of 70+ type, feature & value checks",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -286,5 +286,5 @@
286
286
  "default": "./is-zero.js"
287
287
  }
288
288
  },
289
- "gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n"
289
+ "gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n"
290
290
  }