@thi.ng/checks 3.2.4 → 3.2.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-08-06T15:22:27Z
3
+ - **Last updated**: 2022-09-21T21:37:59Z
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
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![checks](https://media.thi.ng/umbrella/banners/thing-checks.svg?37983184)
3
+ # ![checks](https://media.thi.ng/umbrella/banners-20220914/thing-checks.svg?7bf1fe26)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/checks.svg)](https://www.npmjs.com/package/@thi.ng/checks)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/checks.svg)
@@ -10,7 +10,7 @@ This project is part of the
10
10
  [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
11
11
 
12
12
  - [About](#about)
13
- - [Status](#status)
13
+ - [Status](#status)
14
14
  - [Installation](#installation)
15
15
  - [Dependencies](#dependencies)
16
16
  - [API](#api)
@@ -23,7 +23,7 @@ This project is part of the
23
23
 
24
24
  Collection of 70+ type, feature & value checks.
25
25
 
26
- ### Status
26
+ ## Status
27
27
 
28
28
  **STABLE** - used in production
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/checks",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "Collection of 70+ type, feature & value checks",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,13 +37,13 @@
37
37
  "tslib": "^2.4.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@microsoft/api-extractor": "^7.25.0",
41
- "@thi.ng/testament": "^0.2.11",
42
- "@types/node": "^18.6.4",
40
+ "@microsoft/api-extractor": "^7.31.1",
41
+ "@thi.ng/testament": "^0.3.0",
42
+ "@types/node": "^18.7.18",
43
43
  "rimraf": "^3.0.2",
44
44
  "tools": "^0.0.1",
45
45
  "typedoc": "^0.22.17",
46
- "typescript": "^4.7.4"
46
+ "typescript": "^4.8.3"
47
47
  },
48
48
  "keywords": [
49
49
  "detect",
@@ -269,5 +269,5 @@
269
269
  "default": "./is-zero.js"
270
270
  }
271
271
  },
272
- "gitHead": "01b7a47077d88c2aefe77650ce3340040bae00ee\n"
272
+ "gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
273
273
  }