@thi.ng/random 2.4.7 → 2.4.8

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
@@ -3,23 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [2.4.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.4.6...@thi.ng/random@2.4.7) (2021-08-17)
7
-
8
- **Note:** Version bump only for package @thi.ng/random
9
-
10
-
11
-
12
-
13
-
14
- ## [2.4.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.4.5...@thi.ng/random@2.4.6) (2021-08-08)
15
-
16
- **Note:** Version bump only for package @thi.ng/random
17
-
18
-
19
-
20
-
21
-
22
- ## [2.4.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.4.4...@thi.ng/random@2.4.5) (2021-08-08)
6
+ ## [2.4.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.4.7...@thi.ng/random@2.4.8) (2021-09-03)
23
7
 
24
8
  **Note:** Version bump only for package @thi.ng/random
25
9
 
@@ -38,30 +22,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
38
22
 
39
23
 
40
24
 
41
- ## [2.4.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.4.2...@thi.ng/random@2.4.3) (2021-08-04)
42
-
43
- **Note:** Version bump only for package @thi.ng/random
44
-
45
-
46
-
47
-
48
-
49
- ## [2.4.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.4.1...@thi.ng/random@2.4.2) (2021-07-01)
50
-
51
- **Note:** Version bump only for package @thi.ng/random
52
-
53
-
54
-
55
-
56
-
57
- ## [2.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.4.0...@thi.ng/random@2.4.1) (2021-06-08)
58
-
59
- **Note:** Version bump only for package @thi.ng/random
60
-
61
-
62
-
63
-
64
-
65
25
  # [2.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.3.7...@thi.ng/random@2.4.0) (2021-04-19)
66
26
 
67
27
 
package/README.md CHANGED
@@ -97,7 +97,7 @@ directory are using this package.
97
97
  A selection:
98
98
 
99
99
  | Screenshot | Description | Live demo | Source |
100
- | --------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------- | --------------------------------------------------------------------------------- |
100
+ |:----------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------|:-----------------------------------------------------|:----------------------------------------------------------------------------------|
101
101
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/color-themes.png" width="240"/> | Probabilistic color theme generator | [Demo](https://demo.thi.ng/umbrella/color-themes/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/color-themes) |
102
102
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fft-synth.png" width="240"/> | Interactive inverse FFT toy synth | [Demo](https://demo.thi.ng/umbrella/fft-synth/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fft-synth) |
103
103
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/pixel-sorting.png" width="240"/> | Interactive pixel sorting tool using thi.ng/color & thi.ng/pixel | [Demo](https://demo.thi.ng/umbrella/pixel-sorting/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/pixel-sorting) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/random",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation",
5
5
  "module": "./index.js",
6
6
  "main": "./lib/index.js",
@@ -38,8 +38,8 @@
38
38
  "pub": "yarn build:release && yarn publish --access public"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^7.1.9",
42
- "@thi.ng/checks": "^2.9.10",
41
+ "@thi.ng/api": "^7.2.0",
42
+ "@thi.ng/checks": "^2.9.11",
43
43
  "@thi.ng/hex": "^1.0.4"
44
44
  },
45
45
  "files": [
@@ -76,5 +76,5 @@
76
76
  "ksuid"
77
77
  ]
78
78
  },
79
- "gitHead": "3365151f112c39f224541f5ac4cedf3370eb9ba4"
79
+ "gitHead": "d971cb3f9b215a95483f78f1a8614015e331146f"
80
80
  }