@alextheman/utility 5.6.2 → 5.6.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 +2 -5
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -5,10 +5,7 @@
5
5
  ![npm license](https://img.shields.io/npm/l/@alextheman/utility)
6
6
 
7
7
  [![CI](https://github.com/alextheman231/utility/actions/workflows/ci.yml/badge.svg)](https://github.com/alextheman231/utility/actions/workflows/ci.yml)
8
- [![Publish to NPM Registry and GitHub Releases](https://github.com/alextheman231/utility/actions/workflows/publish.yml/badge.svg)](https://github.com/alextheman231/utility/actions/workflows/publish.yml)
9
- [![Publish to Netlify](https://github.com/alextheman231/utility/actions/workflows/netlify-docs-publish.yml/badge.svg)](https://github.com/alextheman231/utility/actions/workflows/netlify-docs-publish.yml)
10
-
11
- [![Netlify Status](https://api.netlify.com/api/v1/badges/74fd3eaf-3002-472b-ae5e-2bd0ab984b9e/deploy-status)](https://app.netlify.com/projects/alextheman-utility-docs/deploys)
8
+ [![Publish to NPM Registry and GitHub Releases/Pages](https://github.com/alextheman231/utility/actions/workflows/publish.yml/badge.svg)](https://github.com/alextheman231/utility/actions/workflows/publish.yml)
12
9
 
13
10
 
14
11
  This is my personal utility package. It provides custom utility functions that can be used in more or less any TypeScript or JavaScript project, using either the browser or Node environment.
@@ -38,6 +35,6 @@ const myVariable: NonUndefined<string> = formatDateAndTime(new Date());
38
35
 
39
36
  ## Documentation
40
37
 
41
- You can find the relevant documentation of all features of the package in the [docs/features/markdown](https://github.com/alextheman231/utility/tree/main/docs/features/markdown) directory of the repository. The hosted documentation site can be found [here](https://alextheman-utility-docs.netlify.app/).
38
+ You can find the relevant documentation of all features of the package in the [docs/features/markdown](https://github.com/alextheman231/utility/tree/main/docs/features/markdown) directory of the repository. The hosted documentation site can be found [here](https://alextheman231.github.io/utility/).
42
39
 
43
40
  See the GitHub repository [here](https://github.com/alextheman231/utility).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/utility",
3
- "version": "5.6.2",
3
+ "version": "5.6.4",
4
4
  "description": "Helpful utility functions.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,23 +36,23 @@
36
36
  "zod": "^4.3.6"
37
37
  },
38
38
  "devDependencies": {
39
- "@alextheman/eslint-plugin": "^5.10.1",
40
- "@types/node": "^25.3.5",
41
- "alex-c-line": "^2.0.2",
39
+ "@alextheman/eslint-plugin": "^5.10.2",
40
+ "@types/node": "^25.5.0",
41
+ "alex-c-line": "^2.2.5",
42
42
  "cross-env": "^10.1.0",
43
43
  "dotenv-cli": "^11.0.0",
44
- "eslint": "^10.0.3",
44
+ "eslint": "^10.1.0",
45
45
  "globals": "^17.4.0",
46
46
  "husky": "^9.1.7",
47
- "jsdom": "^28.1.0",
47
+ "jsdom": "^29.0.1",
48
48
  "prettier": "^3.8.1",
49
49
  "tempy": "^3.2.0",
50
- "tsdown": "^0.21.0",
50
+ "tsdown": "^0.21.4",
51
51
  "tsx": "^4.21.0",
52
52
  "typedoc": "^0.28.17",
53
53
  "typescript": "^5.9.3",
54
54
  "vite-tsconfig-paths": "^6.1.1",
55
- "vitest": "^4.0.18"
55
+ "vitest": "^4.1.0"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=22.3.0"