@alextheman/utility 4.10.1 → 4.10.2
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 +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alextheman/utility",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.2",
|
|
4
4
|
"description": "Helpful utility functions.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@types/libsodium-wrappers": "^0.7.14",
|
|
26
26
|
"@types/node": "^25.0.9",
|
|
27
27
|
"@typescript-eslint/types": "^8.53.0",
|
|
28
|
-
"alex-c-line": "^1.
|
|
28
|
+
"alex-c-line": "^1.20.0",
|
|
29
29
|
"dotenv-cli": "^11.0.0",
|
|
30
30
|
"eslint": "^9.39.2",
|
|
31
31
|
"globals": "^17.0.0",
|
|
@@ -45,9 +45,7 @@
|
|
|
45
45
|
"build": "tsdown",
|
|
46
46
|
"create-feature-docs": "typedoc",
|
|
47
47
|
"create-local-package": "pnpm run build && rm -f alextheman-utility-*.tgz && pnpm pack",
|
|
48
|
-
"create-release-note
|
|
49
|
-
"create-release-note-minor": "git pull origin main && alex-c-line create-release-note minor",
|
|
50
|
-
"create-release-note-patch": "git pull origin main && alex-c-line create-release-note patch",
|
|
48
|
+
"create-release-note": "bash -c 'git pull origin main && alex-c-line create-release-note-2 $@' --",
|
|
51
49
|
"format": "pnpm run format-prettier && pnpm run format-eslint",
|
|
52
50
|
"format-eslint": "eslint --fix --suppress-all \"package.json\" \"src/**/*.ts\" \"tests/**/*.ts\" && rm -f eslint-suppressions.json",
|
|
53
51
|
"format-prettier": "pnpm run format-prettier-typescript && pnpm run format-prettier-javascript && pnpm run format-prettier-yml",
|