@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-26T14:10:51Z
3
+ - **Last updated**: 2023-12-31T09:44:24Z
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/README.md CHANGED
@@ -7,8 +7,9 @@
7
7
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/hiccup-svg.svg)
8
8
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
9
9
 
10
- This project is part of the
11
- [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and anti-framework.
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.37 KB
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.0",
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.14",
39
- "@thi.ng/color": "^5.6.8",
40
- "@thi.ng/prefixes": "^2.3.0"
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.38.3",
44
- "esbuild": "^0.19.8",
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.2"
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": "f156d361a652cce316c36e0b7df7d2ac5c2dbbf8\n"
138
+ "gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n"
139
139
  }