@thi.ng/lowdisc 0.3.33 → 0.3.35

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**: 2023-08-22T14:39:27Z
3
+ - **Last updated**: 2023-10-18T18:06:31Z
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
@@ -18,6 +18,7 @@ This project is part of the
18
18
  - [Related packages](#related-packages)
19
19
  - [Installation](#installation)
20
20
  - [Dependencies](#dependencies)
21
+ - [Usage examples](#usage-examples)
21
22
  - [API](#api)
22
23
  - [Authors](#authors)
23
24
  - [License](#license)
@@ -94,6 +95,18 @@ Package sizes (brotli'd, pre-treeshake): ESM: 449 bytes
94
95
 
95
96
  - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
96
97
 
98
+ ## Usage examples
99
+
100
+ Several demos in this repo's
101
+ [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
102
+ directory are using this package.
103
+
104
+ A selection:
105
+
106
+ | Screenshot | Description | Live demo | Source |
107
+ |:---------------------------------------------------------------------------------------------------------------------|:-------------------------------|:----------------------------------------------------|:---------------------------------------------------------------------------------|
108
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/quasi-lattice.png" width="240"/> | Quasi-random lattice generator | [Demo](https://demo.thi.ng/umbrella/quasi-lattice/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/quasi-lattice) |
109
+
97
110
  ## API
98
111
 
99
112
  [Generated API docs](https://docs.thi.ng/umbrella/lowdisc/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/lowdisc",
3
- "version": "0.3.33",
3
+ "version": "0.3.35",
4
4
  "description": "n-dimensional low-discrepancy sequence generators/iterators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,15 +34,15 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/errors": "^2.3.4"
37
+ "@thi.ng/errors": "^2.3.5"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "^7.36.4",
41
- "@thi.ng/testament": "^0.3.22",
41
+ "@thi.ng/testament": "^0.3.23",
42
42
  "rimraf": "^5.0.1",
43
43
  "tools": "^0.0.1",
44
- "typedoc": "^0.24.8",
45
- "typescript": "^5.1.6"
44
+ "typedoc": "^0.25.0",
45
+ "typescript": "^5.2.2"
46
46
  },
47
47
  "keywords": [
48
48
  "discrepancy",
@@ -93,5 +93,5 @@
93
93
  "status": "beta",
94
94
  "year": 2020
95
95
  },
96
- "gitHead": "74cfe3fb8de5bfcbfc1109e67604541cbd7b77aa\n"
96
+ "gitHead": "46e445c09f2909d1aeaa9fdc8d8b3aa61c114db2\n"
97
97
  }