@thi.ng/checks 3.6.13 → 3.6.15

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-10-05T12:12:32Z
3
+ - **Last updated**: 2024-11-24T18:15:48Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/checks",
3
- "version": "3.6.13",
3
+ "version": "3.6.15",
4
4
  "description": "Collection of 70+ type, feature & value checks",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -32,7 +32,7 @@
32
32
  "build:decl": "tsc --declaration --emitDeclarationOnly",
33
33
  "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
34
  "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
36
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
37
37
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
38
38
  "pub": "yarn npm publish --access public",
@@ -40,14 +40,14 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "tslib": "^2.7.0"
43
+ "tslib": "^2.8.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@microsoft/api-extractor": "^7.47.9",
47
- "@types/node": "^22.7.4",
46
+ "@microsoft/api-extractor": "^7.48.0",
47
+ "@types/node": "^22.9.3",
48
48
  "esbuild": "^0.24.0",
49
- "typedoc": "^0.26.7",
50
- "typescript": "^5.6.2"
49
+ "typedoc": "^0.26.11",
50
+ "typescript": "^5.7.2"
51
51
  },
52
52
  "keywords": [
53
53
  "detect",
@@ -288,5 +288,5 @@
288
288
  "thi.ng": {
289
289
  "alias": "ch"
290
290
  },
291
- "gitHead": "11ae480076e61a2263f5730ffb37dfddbf01c7d1\n"
291
+ "gitHead": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n"
292
292
  }