@thi.ng/hiccup-svg 5.2.33 → 5.2.35

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**: 2024-04-11T12:32:44Z
3
+ - **Last updated**: 2024-04-23T07:02:18Z
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.
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
9
9
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
10
10
  and/or version bumps of transitive dependencies.
11
11
 
12
+ ### [5.2.34](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-svg@5.2.34) (2024-04-20)
13
+
14
+ #### ♻️ Refactoring
15
+
16
+ - update type usage ([dc07fdd](https://github.com/thi-ng/umbrella/commit/dc07fdd))
17
+
12
18
  ### [5.2.11](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-svg@5.2.11) (2024-02-16)
13
19
 
14
20
  #### 🩹 Bug fixes
package/README.md CHANGED
@@ -168,10 +168,10 @@ import * as svg from "@thi.ng/hiccup-svg";
168
168
  Browser ESM import:
169
169
 
170
170
  ```html
171
- <script type="module" src="https://cdn.skypack.dev/@thi.ng/hiccup-svg"></script>
171
+ <script type="module" src="https://esm.run/@thi.ng/hiccup-svg"></script>
172
172
  ```
173
173
 
174
- [Skypack documentation](https://docs.skypack.dev/)
174
+ [JSDelivr documentation](https://www.jsdelivr.com/)
175
175
 
176
176
  For Node.js REPL:
177
177
 
@@ -183,6 +183,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 2.46 KB
183
183
 
184
184
  ## Dependencies
185
185
 
186
+ - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
186
187
  - [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
187
188
  - [@thi.ng/color](https://github.com/thi-ng/umbrella/tree/develop/packages/color)
188
189
  - [@thi.ng/prefixes](https://github.com/thi-ng/umbrella/tree/develop/packages/prefixes)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-svg",
3
- "version": "5.2.33",
3
+ "version": "5.2.35",
4
4
  "description": "SVG element functions for @thi.ng/hiccup & related tooling",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -27,7 +27,7 @@
27
27
  "build": "yarn build:esbuild && yarn build:decl",
28
28
  "build:decl": "tsc --declaration --emitDeclarationOnly",
29
29
  "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
30
- "clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc",
30
+ "clean": "bun ../../tools/src/clean-package.ts",
31
31
  "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
32
32
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
33
33
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
@@ -36,14 +36,14 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/checks": "^3.6.1",
40
- "@thi.ng/color": "^5.6.41",
41
- "@thi.ng/prefixes": "^2.3.16"
39
+ "@thi.ng/api": "^8.11.1",
40
+ "@thi.ng/checks": "^3.6.3",
41
+ "@thi.ng/color": "^5.6.43",
42
+ "@thi.ng/prefixes": "^2.3.18"
42
43
  },
43
44
  "devDependencies": {
44
45
  "@microsoft/api-extractor": "^7.43.0",
45
46
  "esbuild": "^0.20.2",
46
- "rimraf": "^5.0.5",
47
47
  "typedoc": "^0.25.12",
48
48
  "typescript": "^5.4.3"
49
49
  },
@@ -137,5 +137,5 @@
137
137
  "parent": "@thi.ng/hiccup",
138
138
  "year": 2016
139
139
  },
140
- "gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
140
+ "gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
141
141
  }