@thi.ng/rdom 0.11.4 → 0.11.6

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -0
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-06-14T07:58:51Z
3
+ - **Last updated**: 2023-08-04T10:58:19Z
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
@@ -304,6 +304,7 @@ A selection:
304
304
  | <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) |
305
305
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/dominant-colors.png" width="240"/> | Color palette generation via dominant color extraction from uploaded images | [Demo](https://demo.thi.ng/umbrella/dominant-colors/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/dominant-colors) |
306
306
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/ellipse-proximity.png" width="240"/> | Interactive visualization of closest points on ellipses | [Demo](https://demo.thi.ng/umbrella/ellipse-proximity/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/ellipse-proximity) |
307
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fiber-basics.png" width="240"/> | Fiber-based cooperative multitasking basics | [Demo](https://demo.thi.ng/umbrella/fiber-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fiber-basics) |
307
308
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/parse-playground.png" width="240"/> | Parser grammar livecoding editor/playground & codegen | [Demo](https://demo.thi.ng/umbrella/parse-playground/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/parse-playground) |
308
309
  | <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) |
309
310
  | | Demonstates various rdom usage patterns | [Demo](https://demo.thi.ng/umbrella/rdom-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-basics) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom",
3
- "version": "0.11.4",
3
+ "version": "0.11.6",
4
4
  "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,22 +35,22 @@
35
35
  "test": "testament test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.8.2",
39
- "@thi.ng/checks": "^3.3.14",
40
- "@thi.ng/errors": "^2.2.17",
41
- "@thi.ng/hiccup": "^4.2.42",
42
- "@thi.ng/paths": "^5.1.38",
43
- "@thi.ng/prefixes": "^2.1.24",
44
- "@thi.ng/rstream": "^8.0.4",
45
- "@thi.ng/strings": "^3.4.7"
38
+ "@thi.ng/api": "^8.9.0",
39
+ "@thi.ng/checks": "^3.4.0",
40
+ "@thi.ng/errors": "^2.3.0",
41
+ "@thi.ng/hiccup": "^4.2.43",
42
+ "@thi.ng/paths": "^5.1.39",
43
+ "@thi.ng/prefixes": "^2.1.25",
44
+ "@thi.ng/rstream": "^8.0.6",
45
+ "@thi.ng/strings": "^3.4.8"
46
46
  },
47
47
  "devDependencies": {
48
- "@microsoft/api-extractor": "^7.35.3",
49
- "@thi.ng/testament": "^0.3.17",
48
+ "@microsoft/api-extractor": "^7.36.3",
49
+ "@thi.ng/testament": "^0.3.18",
50
50
  "rimraf": "^5.0.1",
51
51
  "tools": "^0.0.1",
52
52
  "typedoc": "^0.24.8",
53
- "typescript": "^5.1.3"
53
+ "typescript": "^5.1.6"
54
54
  },
55
55
  "keywords": [
56
56
  "async",
@@ -142,5 +142,5 @@
142
142
  ],
143
143
  "year": 2020
144
144
  },
145
- "gitHead": "54e825a976c72067a244cff8725ca98f5416d26d\n"
145
+ "gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n"
146
146
  }