@thi.ng/checks 3.6.22 → 3.6.24

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**: 2025-01-29T16:25:48Z
3
+ - **Last updated**: 2025-02-19T20:59:58Z
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.
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 201 standalone projects, maintained as part
10
+ > This is one of 202 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
package/is-ascii.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Returns true iff all chars are in ASCII range [0x00 .. 0x7f]
2
+ * Returns true iff all chars are in ASCII range `[0x00,0x7f]`
3
3
  *
4
4
  * @param x -
5
5
  */
6
6
  export declare const isASCII: (x: string) => boolean;
7
7
  /**
8
- * Returns true iff all chars are in printable ASCII range [0x20 .. 0x7e]
8
+ * Returns true iff all chars are in printable ASCII range `[0x20,0x7e]`
9
9
  *
10
10
  * @param x -
11
11
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/checks",
3
- "version": "3.6.22",
3
+ "version": "3.6.24",
4
4
  "description": "Collection of 70+ type, feature & value checks",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -46,9 +46,9 @@
46
46
  "tslib": "^2.8.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@types/node": "^22.10.10",
50
- "esbuild": "^0.24.2",
51
- "typedoc": "^0.27.6",
49
+ "@types/node": "^22.13.1",
50
+ "esbuild": "^0.25.0",
51
+ "typedoc": "^0.27.7",
52
52
  "typescript": "^5.7.3"
53
53
  },
54
54
  "keywords": [
@@ -290,5 +290,5 @@
290
290
  "thi.ng": {
291
291
  "alias": "ch"
292
292
  },
293
- "gitHead": "fc1d498e8d4b690db873c30cc594352a804e7a65\n"
293
+ "gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
294
294
  }