@thi.ng/transducers 9.6.20 → 9.6.22

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/README.md +4 -3
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 212 standalone projects, maintained as part
10
+ > This is one of 213 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
@@ -168,7 +168,7 @@ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
168
168
 
169
169
  ## Usage examples
170
170
 
171
- 74 projects in this repo's
171
+ 75 projects in this repo's
172
172
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
173
173
  directory are using this package:
174
174
 
@@ -178,6 +178,7 @@ directory are using this package:
178
178
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/ascii-raymarch.jpg" width="240"/> | ASCII art raymarching with thi.ng/shader-ast & thi.ng/text-canvas | [Demo](https://demo.thi.ng/umbrella/ascii-raymarch/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/ascii-raymarch) |
179
179
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/big-font.png" width="240"/> | Large ASCII font text generator using @thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/big-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/big-font) |
180
180
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/bitmap-font.gif" width="240"/> | Figlet-style bitmap font creation with transducers | [Demo](https://demo.thi.ng/umbrella/bitmap-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/bitmap-font) |
181
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/calibration-sheet.avif" width="240"/> | Parametrically design calibration sheet for B&W photography | [Demo](https://demo.thi.ng/umbrella/calibration-sheet/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/calibration-sheet) |
181
182
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/canvas-recorder.png" width="240"/> | Self-modifying, animated typographic grid with emergent complex patterns | [Demo](https://demo.thi.ng/umbrella/canvas-recorder/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/canvas-recorder) |
182
183
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/cellular-automata.png" width="240"/> | 2D transducer based cellular automata | [Demo](https://demo.thi.ng/umbrella/cellular-automata/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/cellular-automata) |
183
184
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/color-contrast.avif" width="240"/> | Tool to interactively compute & visualize color contrasts against WCAG threshold | [Demo](https://demo.thi.ng/umbrella/color-contrast/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/color-contrast) |
@@ -1103,4 +1104,4 @@ If this project contributes to an academic publication, please cite it as:
1103
1104
 
1104
1105
  ## License
1105
1106
 
1106
- &copy; 2016 - 2025 Karsten Schmidt // Apache License 2.0
1107
+ &copy; 2016 - 2026 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers",
3
- "version": "9.6.20",
3
+ "version": "9.6.22",
4
4
  "description": "Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -43,19 +43,19 @@
43
43
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@thi.ng/api": "^8.12.11",
47
- "@thi.ng/arrays": "^2.14.4",
48
- "@thi.ng/checks": "^3.8.1",
49
- "@thi.ng/compare": "^2.4.37",
50
- "@thi.ng/compose": "^3.0.48",
51
- "@thi.ng/errors": "^2.6.0",
52
- "@thi.ng/math": "^5.15.0",
53
- "@thi.ng/random": "^4.1.36",
54
- "@thi.ng/timestamp": "^1.1.30"
46
+ "@thi.ng/api": "^8.12.13",
47
+ "@thi.ng/arrays": "^2.14.6",
48
+ "@thi.ng/checks": "^3.8.3",
49
+ "@thi.ng/compare": "^2.4.39",
50
+ "@thi.ng/compose": "^3.0.50",
51
+ "@thi.ng/errors": "^2.6.2",
52
+ "@thi.ng/math": "^5.15.2",
53
+ "@thi.ng/random": "^4.1.38",
54
+ "@thi.ng/timestamp": "^1.1.32"
55
55
  },
56
56
  "devDependencies": {
57
- "esbuild": "^0.27.0",
58
- "typedoc": "^0.28.14",
57
+ "esbuild": "^0.27.2",
58
+ "typedoc": "^0.28.16",
59
59
  "typescript": "^5.9.3"
60
60
  },
61
61
  "keywords": [
@@ -609,5 +609,5 @@
609
609
  ],
610
610
  "year": 2016
611
611
  },
612
- "gitHead": "e7a21b9d2a188fa04d4c893d8531c40fbc0f4c06\n"
612
+ "gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
613
613
  }