@alextheman/utility 5.6.0 → 5.6.1
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alextheman/utility",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.1",
|
|
4
4
|
"description": "Helpful utility functions.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@alextheman/eslint-plugin": "^5.9.1",
|
|
40
40
|
"@types/node": "^25.3.3",
|
|
41
|
-
"alex-c-line": "^
|
|
41
|
+
"alex-c-line": "^2.0.0",
|
|
42
42
|
"cross-env": "^10.1.0",
|
|
43
43
|
"dotenv-cli": "^11.0.0",
|
|
44
44
|
"eslint": "^10.0.2",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"build": "tsdown",
|
|
62
62
|
"create-feature-docs": "typedoc",
|
|
63
63
|
"create-local-package": "pnpm run build && rm -f alextheman-utility-*.tgz && pnpm pack",
|
|
64
|
-
"create-release-note": "bash -c 'git pull origin main && alex-c-line
|
|
64
|
+
"create-release-note": "bash -c 'git pull origin main && alex-c-line template release-note create $@' --",
|
|
65
65
|
"format": "pnpm run format-prettier && pnpm run format-eslint",
|
|
66
66
|
"format-eslint": "eslint --fix --suppress-all \"package.json\" \"src/**/*.ts\" \"tests/**/*.ts\" && rm -f eslint-suppressions.json",
|
|
67
67
|
"format-prettier": "pnpm run format-prettier-typescript && pnpm run format-prettier-javascript && pnpm run format-prettier-yml",
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
"format-prettier-yml": "prettier --write \"./**/*.{yml,yaml}\"",
|
|
71
71
|
"lint": "pnpm run lint-tsc && pnpm run lint-eslint && pnpm run lint-prettier && pnpm run lint-pre-release",
|
|
72
72
|
"lint-eslint": "eslint \"package.json\" \"src/**/*.ts\" \"tests/**/*.ts\"",
|
|
73
|
-
"lint-pre-release": "alex-c-line package-json no-pre-release-dependencies",
|
|
73
|
+
"lint-pre-release": "alex-c-line package-json check --rules no-pre-release-dependencies",
|
|
74
74
|
"lint-prettier": "pnpm run lint-prettier-typescript && pnpm run lint-prettier-javascript && pnpm run lint-prettier-yml",
|
|
75
75
|
"lint-prettier-javascript": "prettier --check \"./**/*.js\"",
|
|
76
76
|
"lint-prettier-typescript": "prettier --check --parser typescript \"./**/*.ts\"",
|
|
77
77
|
"lint-prettier-yml": "prettier --check \"./**/*.{yml,yaml}\"",
|
|
78
78
|
"lint-tsc": "tsc --noEmit",
|
|
79
|
-
"pre-commit": "alex-c-line pre-commit
|
|
79
|
+
"pre-commit": "alex-c-line pre-commit",
|
|
80
80
|
"prepare-live-eslint-plugin": "pnpm uninstall @alextheman/eslint-plugin && pnpm install --save-dev @alextheman/eslint-plugin",
|
|
81
81
|
"prepare-local-eslint-plugin": "dotenv -e .env -- sh -c 'ESLINT_PLUGIN_PATH=${LOCAL_ESLINT_PLUGIN_PATH:-../eslint-plugin}; pnpm --prefix \"$ESLINT_PLUGIN_PATH\" run build && pnpm uninstall @alextheman/eslint-plugin && pnpm install --save-dev file:\"$ESLINT_PLUGIN_PATH\"'",
|
|
82
82
|
"test": "vitest run",
|