web-utils-kit 1.0.11 → 1.0.12

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-utils-kit",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "The web-utils-kit package provides a collection of well-tested and thoroughly documented utility functions for various web development needs. Each function adheres to a strict coding style and best practices to ensure consistency and maintainability.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -17,8 +17,8 @@
17
17
  "watch-test:unit": "vitest --config vitest.test-unit.config.ts"
18
18
  },
19
19
  "repository": {
20
- "type": "repo",
21
- "url": "https://github.com/jesusgraterol/web-utils-kit"
20
+ "type": "git",
21
+ "url": "git@github.com:jesusgraterol/web-utils-kit.git"
22
22
  },
23
23
  "keywords": [
24
24
  "web",
@@ -31,9 +31,9 @@
31
31
  "author": "Jesus Graterol",
32
32
  "license": "MIT",
33
33
  "bugs": {
34
- "url": "https://github.com/jesusgraterol/webdev-utils/issues"
34
+ "url": "https://github.com/jesusgraterol/web-utils-kit/issues"
35
35
  },
36
- "homepage": "https://github.com/jesusgraterol/webdev-utils#readme",
36
+ "homepage": "https://github.com/jesusgraterol/web-utils-kit#readme",
37
37
  "devDependencies": {
38
38
  "@types/node": "22.10.1",
39
39
  "@typescript-eslint/eslint-plugin": "7.18.0",