@gkucmierz/utils 2.0.2 β†’ 2.0.4

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 -1
package/README.md CHANGED
@@ -63,7 +63,7 @@ This library provides a wide range of mathematical functions and data structures
63
63
  ## πŸ“š Documentation
64
64
 
65
65
  Full API documentation with examples is available at:
66
- πŸ‘‰ **[https://gitea.7u.pl/gkucmierz/utils/pages](https://gitea.7u.pl/gkucmierz/utils/pages)** *(or GitHub parity)*
66
+ πŸ‘‰ **[https://gkucmierz.github.io/utils](https://gkucmierz.github.io/utils)**
67
67
 
68
68
  ## πŸ”— Repository
69
69
  - **Internal Gitea**: [https://gitea.7u.pl/gkucmierz/utils](https://gitea.7u.pl/gkucmierz/utils)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gkucmierz/utils",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "type": "module",
5
5
  "description": "Usefull functions for solving programming tasks",
6
6
  "keywords": [
@@ -54,6 +54,7 @@
54
54
  "type": "git",
55
55
  "url": "git+https://gitea.7u.pl/gkucmierz/utils.git"
56
56
  },
57
+ "homepage": "https://gitea.7u.pl/gkucmierz/utils",
57
58
  "author": "Grzegorz KuΔ‡mierz",
58
59
  "license": "MIT",
59
60
  "devDependencies": {