@thi.ng/rdom-components 0.6.76 → 0.6.77
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 +1 -1
- package/README.md +2 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -61,10 +61,10 @@ import * as rc from "@thi.ng/rdom-components";
|
|
|
61
61
|
Browser ESM import:
|
|
62
62
|
|
|
63
63
|
```html
|
|
64
|
-
<script type="module" src="https://
|
|
64
|
+
<script type="module" src="https://esm.run/@thi.ng/rdom-components"></script>
|
|
65
65
|
```
|
|
66
66
|
|
|
67
|
-
[
|
|
67
|
+
[JSDelivr documentation](https://www.jsdelivr.com/)
|
|
68
68
|
|
|
69
69
|
Package sizes (brotli'd, pre-treeshake): ESM: 1.29 KB
|
|
70
70
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rdom-components",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.77",
|
|
4
4
|
"description": "Collection of unstyled, customizable components for @thi.ng/rdom",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.
|
|
40
|
-
"@thi.ng/associative": "^6.3.
|
|
41
|
-
"@thi.ng/hiccup-html": "^2.
|
|
42
|
-
"@thi.ng/rdom": "^1.
|
|
43
|
-
"@thi.ng/rstream": "^8.4.
|
|
44
|
-
"@thi.ng/strings": "^3.7.
|
|
45
|
-
"@thi.ng/transducers": "^9.0.
|
|
39
|
+
"@thi.ng/api": "^8.11.0",
|
|
40
|
+
"@thi.ng/associative": "^6.3.57",
|
|
41
|
+
"@thi.ng/hiccup-html": "^2.6.0",
|
|
42
|
+
"@thi.ng/rdom": "^1.3.0",
|
|
43
|
+
"@thi.ng/rstream": "^8.4.1",
|
|
44
|
+
"@thi.ng/strings": "^3.7.31",
|
|
45
|
+
"@thi.ng/transducers": "^9.0.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@microsoft/api-extractor": "^7.43.0",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"status": "alpha",
|
|
108
108
|
"year": 2020
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
|
|
111
111
|
}
|