@thi.ng/hiccup-svg 4.3.0 → 4.3.3

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**: 2022-06-20T17:33:30Z
3
+ - **Last updated**: 2022-07-19T15:36:12Z
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
@@ -162,7 +162,7 @@ node --experimental-repl-await
162
162
  > const hiccupSvg = await import("@thi.ng/hiccup-svg");
163
163
  ```
164
164
 
165
- Package sizes (gzipped, pre-treeshake): ESM: 2.53 KB
165
+ Package sizes (gzipped, pre-treeshake): ESM: 2.54 KB
166
166
 
167
167
  ## Dependencies
168
168
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-svg",
3
- "version": "4.3.0",
3
+ "version": "4.3.3",
4
4
  "description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,17 +34,17 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/checks": "^3.2.1",
38
- "@thi.ng/color": "^5.1.1",
39
- "@thi.ng/prefixes": "^2.1.7"
37
+ "@thi.ng/checks": "^3.2.2",
38
+ "@thi.ng/color": "^5.1.4",
39
+ "@thi.ng/prefixes": "^2.1.8"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.25.0",
43
- "@thi.ng/testament": "^0.2.8",
43
+ "@thi.ng/testament": "^0.2.9",
44
44
  "rimraf": "^3.0.2",
45
45
  "tools": "^0.0.1",
46
46
  "typedoc": "^0.22.17",
47
- "typescript": "^4.7.3"
47
+ "typescript": "^4.7.4"
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": "f50e292ecc7dc74a6705b07fc739bf827cc5efd7\n"
138
+ "gitHead": "108a6357b77d457912d30681d7cc5603ae995209\n"
139
139
  }