@thi.ng/rdom 1.7.5 → 1.7.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 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-10-03T15:37:53Z
3
+ - **Last updated**: 2024-10-05T12:12:32Z
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
@@ -315,7 +315,7 @@ Browser ESM import:
315
315
 
316
316
  [JSDelivr documentation](https://www.jsdelivr.com/)
317
317
 
318
- Package sizes (brotli'd, pre-treeshake): ESM: 4.27 KB
318
+ Package sizes (brotli'd, pre-treeshake): ESM: 4.30 KB
319
319
 
320
320
  ## Dependencies
321
321
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom",
3
- "version": "1.7.5",
3
+ "version": "1.7.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",
@@ -37,18 +37,18 @@
37
37
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.11.10",
41
- "@thi.ng/checks": "^3.6.12",
42
- "@thi.ng/errors": "^2.5.16",
43
- "@thi.ng/hiccup": "^5.2.13",
44
- "@thi.ng/paths": "^5.1.90",
45
- "@thi.ng/prefixes": "^2.3.27",
46
- "@thi.ng/rstream": "^9.0.4",
47
- "@thi.ng/strings": "^3.8.5"
40
+ "@thi.ng/api": "^8.11.11",
41
+ "@thi.ng/checks": "^3.6.13",
42
+ "@thi.ng/errors": "^2.5.17",
43
+ "@thi.ng/hiccup": "^5.2.14",
44
+ "@thi.ng/paths": "^5.1.91",
45
+ "@thi.ng/prefixes": "^2.3.28",
46
+ "@thi.ng/rstream": "^9.0.5",
47
+ "@thi.ng/strings": "^3.8.6"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.47.9",
51
- "esbuild": "^0.23.1",
51
+ "esbuild": "^0.24.0",
52
52
  "typedoc": "^0.26.7",
53
53
  "typescript": "^5.6.2"
54
54
  },
@@ -146,5 +146,5 @@
146
146
  ],
147
147
  "year": 2020
148
148
  },
149
- "gitHead": "dadc6e71940c091e50fbf9f88ea3ba115d3937df\n"
149
+ "gitHead": "11ae480076e61a2263f5730ffb37dfddbf01c7d1\n"
150
150
  }