@thi.ng/rdom 1.1.11 → 1.1.13

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/CHANGELOG.md +1 -1
  2. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-06T08:50:42Z
3
+ - **Last updated**: 2024-03-07T20:40:47Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
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",
@@ -33,17 +33,18 @@
33
33
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
34
34
  "pub": "yarn npm publish --access public",
35
35
  "pub:wip": "yarn npm publish --access public --no-git-tag-version",
36
- "test": "bun test"
36
+ "test": "bun test",
37
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
38
  },
38
39
  "dependencies": {
39
- "@thi.ng/api": "^8.9.27",
40
- "@thi.ng/checks": "^3.5.1",
41
- "@thi.ng/errors": "^2.4.19",
42
- "@thi.ng/hiccup": "^5.1.18",
43
- "@thi.ng/paths": "^5.1.70",
44
- "@thi.ng/prefixes": "^2.3.11",
45
- "@thi.ng/rstream": "^8.3.10",
46
- "@thi.ng/strings": "^3.7.20"
40
+ "@thi.ng/api": "^8.9.29",
41
+ "@thi.ng/checks": "^3.5.2",
42
+ "@thi.ng/errors": "^2.4.20",
43
+ "@thi.ng/hiccup": "^5.1.20",
44
+ "@thi.ng/paths": "^5.1.72",
45
+ "@thi.ng/prefixes": "^2.3.12",
46
+ "@thi.ng/rstream": "^8.3.12",
47
+ "@thi.ng/strings": "^3.7.22"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@microsoft/api-extractor": "^7.40.1",
@@ -142,5 +143,5 @@
142
143
  ],
143
144
  "year": 2020
144
145
  },
145
- "gitHead": "f6bb0e172c5dcb574b961f5155a50040d5569685\n"
146
+ "gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n"
146
147
  }