@thi.ng/random 4.1.26 → 4.1.27

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-08-04T09:13:01Z
3
+ - **Last updated**: 2025-09-01T16:38:35Z
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/random",
3
- "version": "4.1.26",
3
+ "version": "4.1.27",
4
4
  "description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,12 +39,12 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.1",
43
- "@thi.ng/errors": "^2.5.41"
42
+ "@thi.ng/api": "^8.12.2",
43
+ "@thi.ng/errors": "^2.5.42"
44
44
  },
45
45
  "devDependencies": {
46
- "esbuild": "^0.25.8",
47
- "typedoc": "^0.28.9",
46
+ "esbuild": "^0.25.9",
47
+ "typedoc": "^0.28.12",
48
48
  "typescript": "^5.9.2"
49
49
  },
50
50
  "keywords": [
@@ -159,5 +159,5 @@
159
159
  "ksuid"
160
160
  ]
161
161
  },
162
- "gitHead": "0bcedf8d1dd4f30cd06bb2c668599628f2f0141e\n"
162
+ "gitHead": "e215a3e8de3809736ba0042c93bd8703a5a1a337\n"
163
163
  }