@thi.ng/rdom 1.7.74 → 1.7.76
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/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rdom",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.76",
|
|
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",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@thi.ng/api": "^8.12.
|
|
45
|
-
"@thi.ng/checks": "^3.8.
|
|
46
|
-
"@thi.ng/errors": "^2.6.
|
|
47
|
-
"@thi.ng/hiccup": "^5.3.
|
|
48
|
-
"@thi.ng/paths": "^5.2.
|
|
49
|
-
"@thi.ng/prefixes": "^2.3.
|
|
50
|
-
"@thi.ng/rstream": "^9.3.
|
|
51
|
-
"@thi.ng/strings": "^3.9.
|
|
44
|
+
"@thi.ng/api": "^8.12.15",
|
|
45
|
+
"@thi.ng/checks": "^3.8.5",
|
|
46
|
+
"@thi.ng/errors": "^2.6.4",
|
|
47
|
+
"@thi.ng/hiccup": "^5.3.38",
|
|
48
|
+
"@thi.ng/paths": "^5.2.34",
|
|
49
|
+
"@thi.ng/prefixes": "^2.3.66",
|
|
50
|
+
"@thi.ng/rstream": "^9.3.15",
|
|
51
|
+
"@thi.ng/strings": "^3.9.36"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"esbuild": "^0.27.2",
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
],
|
|
150
150
|
"year": 2020
|
|
151
151
|
},
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "8f50352caab9ec7757d645c0afa605dfb5427abe\n"
|
|
153
153
|
}
|