@agilecustoms/envctl 0.23.5 → 0.23.7

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 +4 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agilecustoms/envctl",
3
3
  "description": "node.js CLI client for manage environments",
4
- "version": "0.23.5",
4
+ "version": "0.23.7",
5
5
  "author": "Alex Chekulaev",
6
6
  "type": "module",
7
7
  "bin": {
@@ -20,6 +20,7 @@
20
20
  "_comment0": "to run via `npx` you must use `name` (with scope) and have at least one entry in `bin`. Key does not matter when run via `npx`",
21
21
  "_comment1": "keys become CLI apps (symlinks) when install globally. ex: npm install -g @agilecustoms/envctl; ls $(which alexc-blah) >> lrwxr-xr-x 1 alexc admin 62 Dec 30 14:29 /opt/homebrew/bin/alexc-blah -> ../lib/node_modules/@agilecustoms/envctl-client/dist/index.js",
22
22
  "scripts": {
23
+ "prepare": "if [ \"$CI\" != \"true\" ]; then husky; fi",
23
24
  "lint": "eslint src/*.ts src/**/*.ts test/**/*.ts",
24
25
  "lint:fix": "npm run lint -- --fix",
25
26
  "test": "vitest run --coverage",
@@ -51,13 +52,14 @@
51
52
  "update-notifier": "^7.3.1"
52
53
  },
53
54
  "devDependencies": {
54
- "@stylistic/eslint-plugin": "^4.2.0",
55
+ "@stylistic/eslint-plugin": "^5.0.0",
55
56
  "@types/aws4": "^1.11.6",
56
57
  "@types/node": "^22.10.2",
57
58
  "@types/update-notifier": "^6.0.8",
58
59
  "@vitest/coverage-v8": "^3.0.2",
59
60
  "eslint": "^9.22.0",
60
61
  "eslint-plugin-import": "^2.31.0",
62
+ "husky": "^9.1.7",
61
63
  "typescript": "^5.7.2",
62
64
  "typescript-eslint": "^8.8.1",
63
65
  "vitest": "^3.0.2"