@thi.ng/hiccup-svg 5.2.0 → 5.2.1

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-28T23:24:39Z
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
@@ -165,7 +165,7 @@ For Node.js REPL:
165
165
  const hiccupSvg = await import("@thi.ng/hiccup-svg");
166
166
  ```
167
167
 
168
- Package sizes (brotli'd, pre-treeshake): ESM: 2.37 KB
168
+ Package sizes (brotli'd, pre-treeshake): ESM: 2.45 KB
169
169
 
170
170
  ## Dependencies
171
171
 
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.1",
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.15",
39
+ "@thi.ng/color": "^5.6.9",
40
+ "@thi.ng/prefixes": "^2.3.1"
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": "775c664723cd87d6ac5909cedf91195317add287\n"
139
139
  }