@thi.ng/rdom 0.10.0 → 0.10.1

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**: 2022-11-30T22:27:37Z
3
+ - **Last updated**: 2022-12-10T14:04:38Z
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
@@ -173,7 +173,7 @@ node --experimental-repl-await
173
173
  > const rdom = await import("@thi.ng/rdom");
174
174
  ```
175
175
 
176
- Package sizes (brotli'd, pre-treeshake): ESM: 3.72 KB
176
+ Package sizes (brotli'd, pre-treeshake): ESM: 3.81 KB
177
177
 
178
178
  ## Dependencies
179
179
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
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",
@@ -140,5 +140,5 @@
140
140
  "status": "beta",
141
141
  "year": 2020
142
142
  },
143
- "gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n"
143
+ "gitHead": "5178ea1d7f4b2de86cf5101bdd73f6567518c0bd\n"
144
144
  }