@apitree.cz/ts-utils 0.1.6 → 0.2.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <div align="center">
2
2
 
3
3
  <a href="https://github.com/ApiTreeCZ">
4
- <img alt="ApiTree s.r.o." src="../../public/apitree.png" width="201" />
4
+ <img alt="ApiTree s.r.o." src="../../public/apitree-logo.png" width="308" />
5
5
  </a>
6
6
 
7
7
  # TS Utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apitree.cz/ts-utils",
3
- "version": "0.1.6",
3
+ "version": "0.2.0",
4
4
  "description": "TypeScript utility functions for ApiTree projects.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "typedoc": "^0.27.6",
25
25
  "typescript": "^5.7.3",
26
- "@apitree.cz/typedoc-config": "0.1.8"
26
+ "@apitree.cz/typedoc-config": "0.2.0"
27
27
  },
28
28
  "scripts": {
29
29
  "prebuild": "del dist tsconfig.build.tsbuildinfo",