@alextheman/utility 4.3.5 → 4.3.6

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 +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alextheman/utility",
3
- "version": "4.3.5",
4
- "description": "Helpful utility functions",
3
+ "version": "4.3.6",
4
+ "description": "Helpful utility functions.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/AlexMan123456/utility.git"
@@ -19,16 +19,16 @@
19
19
  "zod": "^4.2.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@alextheman/eslint-plugin": "^5.2.1",
22
+ "@alextheman/eslint-plugin": "^5.4.0",
23
23
  "@types/node": "^25.0.3",
24
- "alex-c-line": "^1.10.0",
24
+ "alex-c-line": "^1.10.2",
25
25
  "dotenv-cli": "^11.0.0",
26
26
  "eslint": "^9.39.2",
27
27
  "globals": "^16.5.0",
28
28
  "husky": "^9.1.7",
29
- "jsdom": "^27.3.0",
29
+ "jsdom": "^27.4.0",
30
30
  "prettier": "^3.7.4",
31
- "tsdown": "^0.18.1",
31
+ "tsdown": "^0.18.3",
32
32
  "typedoc": "^0.28.15",
33
33
  "typescript": "^5.9.3",
34
34
  "vite-tsconfig-paths": "^6.0.3",
@@ -47,12 +47,12 @@
47
47
  "format": "pnpm run format-prettier && pnpm run format-eslint",
48
48
  "format-eslint": "eslint --fix --suppress-all \"package.json\" \"src/**/*.ts\" \"tests/**/*.ts\" && rm -f eslint-suppressions.json",
49
49
  "format-prettier": "pnpm run format-prettier-typescript && pnpm run format-prettier-javascript",
50
- "format-prettier-javascript": "prettier --write \"./**/*.js\" \"!docs\"",
50
+ "format-prettier-javascript": "prettier --write \"./**/*.js\"",
51
51
  "format-prettier-typescript": "prettier --write --parser typescript \"./**/*.ts\"",
52
52
  "lint": "pnpm run lint-tsc && pnpm run lint-eslint && pnpm run lint-prettier",
53
53
  "lint-eslint": "eslint \"package.json\" \"src/**/*.ts\" \"tests/**/*.ts\"",
54
54
  "lint-prettier": "pnpm run lint-prettier-typescript && pnpm run lint-prettier-javascript",
55
- "lint-prettier-javascript": "prettier --check \"./**/*.js\" \"!docs\"",
55
+ "lint-prettier-javascript": "prettier --check \"./**/*.js\"",
56
56
  "lint-prettier-typescript": "prettier --check --parser typescript \"./**/*.ts\"",
57
57
  "lint-tsc": "tsc --noEmit",
58
58
  "prepare-live-eslint-plugin": "pnpm uninstall @alextheman/eslint-plugin && pnpm install --save-dev @alextheman/eslint-plugin",