@thi.ng/hiccup-svg 5.2.0 → 5.2.2
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 +4 -3
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,8 +7,9 @@
|
|
|
7
7
|

|
|
8
8
|
[](https://mastodon.thi.ng/@toxi)
|
|
9
9
|
|
|
10
|
-
This project
|
|
11
|
-
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and
|
|
10
|
+
This is a standalone project, maintained as part of the
|
|
11
|
+
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and
|
|
12
|
+
anti-framework.
|
|
12
13
|
|
|
13
14
|
- [About](#about)
|
|
14
15
|
- [Important](#important)
|
|
@@ -165,7 +166,7 @@ For Node.js REPL:
|
|
|
165
166
|
const hiccupSvg = await import("@thi.ng/hiccup-svg");
|
|
166
167
|
```
|
|
167
168
|
|
|
168
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 2.
|
|
169
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 2.45 KB
|
|
169
170
|
|
|
170
171
|
## Dependencies
|
|
171
172
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hiccup-svg",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.2",
|
|
4
4
|
"description": "SVG element functions for @thi.ng/hiccup & related tooling",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"test": "bun test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/checks": "^3.4.
|
|
39
|
-
"@thi.ng/color": "^5.6.
|
|
40
|
-
"@thi.ng/prefixes": "^2.3.
|
|
38
|
+
"@thi.ng/checks": "^3.4.16",
|
|
39
|
+
"@thi.ng/color": "^5.6.10",
|
|
40
|
+
"@thi.ng/prefixes": "^2.3.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@microsoft/api-extractor": "^7.
|
|
44
|
-
"esbuild": "^0.19.
|
|
43
|
+
"@microsoft/api-extractor": "^7.39.0",
|
|
44
|
+
"esbuild": "^0.19.10",
|
|
45
45
|
"rimraf": "^5.0.5",
|
|
46
46
|
"typedoc": "^0.25.4",
|
|
47
|
-
"typescript": "^5.3.
|
|
47
|
+
"typescript": "^5.3.3"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"arc",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"parent": "@thi.ng/hiccup",
|
|
136
136
|
"year": 2016
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n"
|
|
139
139
|
}
|