@thi.ng/math 5.11.10 → 5.11.12

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-09-19T21:09:34Z
3
+ - **Last updated**: 2024-11-10T17:11:51Z
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/math",
3
- "version": "5.11.10",
3
+ "version": "5.11.12",
4
4
  "description": "Assorted common math functions & utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -31,7 +31,7 @@
31
31
  "build:decl": "tsc --declaration --emitDeclarationOnly",
32
32
  "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
33
33
  "clean": "bun ../../tools/src/clean-package.ts",
34
- "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
34
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
35
35
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
36
36
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
37
  "pub": "yarn npm publish --access public",
@@ -39,11 +39,11 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.10"
42
+ "@thi.ng/api": "^8.11.12"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.47.9",
46
- "esbuild": "^0.23.1",
46
+ "esbuild": "^0.24.0",
47
47
  "typedoc": "^0.26.7",
48
48
  "typescript": "^5.6.2"
49
49
  },
@@ -142,5 +142,5 @@
142
142
  "thi.ng": {
143
143
  "year": 2013
144
144
  },
145
- "gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n"
145
+ "gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n"
146
146
  }