@thi.ng/hiccup-svg 5.3.0 → 5.3.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 +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 188 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hiccup-svg",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
4
4
|
"description": "SVG element functions for @thi.ng/hiccup & related tooling",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.11.
|
|
40
|
-
"@thi.ng/checks": "^3.6.
|
|
41
|
-
"@thi.ng/color": "^5.6.
|
|
42
|
-
"@thi.ng/prefixes": "^2.3.
|
|
39
|
+
"@thi.ng/api": "^8.11.5",
|
|
40
|
+
"@thi.ng/checks": "^3.6.7",
|
|
41
|
+
"@thi.ng/color": "^5.6.48",
|
|
42
|
+
"@thi.ng/prefixes": "^2.3.22"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@microsoft/api-extractor": "^7.47.0",
|
|
46
|
-
"esbuild": "^0.
|
|
47
|
-
"typedoc": "^0.
|
|
48
|
-
"typescript": "^5.5.
|
|
46
|
+
"esbuild": "^0.23.0",
|
|
47
|
+
"typedoc": "^0.26.3",
|
|
48
|
+
"typescript": "^5.5.3"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
51
51
|
"arc",
|
|
@@ -137,5 +137,5 @@
|
|
|
137
137
|
"parent": "@thi.ng/hiccup",
|
|
138
138
|
"year": 2016
|
|
139
139
|
},
|
|
140
|
-
"gitHead": "
|
|
140
|
+
"gitHead": "70f493d9ccc97c5df5dda7e808e96cd1691097fc\n"
|
|
141
141
|
}
|