@thi.ng/rdom 0.11.8 → 0.11.10

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 +0 -1
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-08-10T12:25:09Z
3
+ - **Last updated**: 2023-08-12T16:14: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/README.md CHANGED
@@ -306,7 +306,6 @@ A selection:
306
306
  | <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) |
307
307
  | <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) |
308
308
  | <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) |
309
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fiber-zoom.png" width="240"/> | Fiber-based cooperative multitasking basics | [Demo](https://demo.thi.ng/umbrella/fiber-zoom/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fiber-zoom) |
310
309
  | <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) |
311
310
  | <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) |
312
311
  | | 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.8",
3
+ "version": "0.11.10",
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,18 +35,18 @@
35
35
  "test": "testament test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.2",
39
- "@thi.ng/checks": "^3.4.2",
40
- "@thi.ng/errors": "^2.3.2",
41
- "@thi.ng/hiccup": "^4.2.45",
42
- "@thi.ng/paths": "^5.1.41",
43
- "@thi.ng/prefixes": "^2.1.27",
44
- "@thi.ng/rstream": "^8.0.8",
45
- "@thi.ng/strings": "^3.4.10"
38
+ "@thi.ng/api": "^8.9.3",
39
+ "@thi.ng/checks": "^3.4.3",
40
+ "@thi.ng/errors": "^2.3.3",
41
+ "@thi.ng/hiccup": "^4.2.46",
42
+ "@thi.ng/paths": "^5.1.42",
43
+ "@thi.ng/prefixes": "^2.1.28",
44
+ "@thi.ng/rstream": "^8.0.10",
45
+ "@thi.ng/strings": "^3.4.11"
46
46
  },
47
47
  "devDependencies": {
48
- "@microsoft/api-extractor": "^7.36.3",
49
- "@thi.ng/testament": "^0.3.20",
48
+ "@microsoft/api-extractor": "^7.36.4",
49
+ "@thi.ng/testament": "^0.3.21",
50
50
  "rimraf": "^5.0.1",
51
51
  "tools": "^0.0.1",
52
52
  "typedoc": "^0.24.8",
@@ -142,5 +142,5 @@
142
142
  ],
143
143
  "year": 2020
144
144
  },
145
- "gitHead": "ad9ac3232c6fc5fc8a0df75ac82fc1e0e9fb0258\n"
145
+ "gitHead": "4154283d772824d4b57d4b7ab97be22a6e1ffdd7\n"
146
146
  }