declapract-typescript-ehmpathy 0.47.45 → 0.47.46

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.
@@ -35,10 +35,10 @@ runs:
35
35
  shell: bash
36
36
  env:
37
37
  GITHUB_TOKEN: ${{ inputs.github-token }}
38
+ COMMIT_MSG: ${{ inputs.commit-message }}
39
+ REPO_URL: https://github.com/${{ inputs.repository }}
38
40
  run: |
39
41
  set -euo pipefail
40
- COMMIT_MSG="${{ inputs.commit-message }}"
41
- REPO_URL="https://github.com/${{ inputs.repository }}"
42
42
 
43
43
  # check if this is a release commit
44
44
  if [[ "$COMMIT_MSG" != chore\(release\):* ]]; then
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "declapract-typescript-ehmpathy",
3
3
  "author": "ehmpathy",
4
4
  "description": "declapract best practices declarations for typescript",
5
- "version": "0.47.45",
5
+ "version": "0.47.46",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",
@@ -75,11 +75,11 @@
75
75
  "esbuild-register": "3.6.0",
76
76
  "husky": "8.0.3",
77
77
  "jest": "30.2.0",
78
- "rhachet": "1.35.1",
78
+ "rhachet": "1.35.3",
79
79
  "rhachet-brains-anthropic": "0.3.3",
80
- "rhachet-roles-bhrain": "0.12.1",
81
- "rhachet-roles-bhuild": "0.9.0",
82
- "rhachet-roles-ehmpathy": "1.26.2",
80
+ "rhachet-roles-bhrain": "0.12.5",
81
+ "rhachet-roles-bhuild": "0.10.0",
82
+ "rhachet-roles-ehmpathy": "1.26.5",
83
83
  "tsc-alias": "1.8.10",
84
84
  "tsx": "4.20.6",
85
85
  "type-fns": "0.8.1",