declapract-typescript-ehmpathy 0.47.15 → 0.47.16

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.
@@ -19,6 +19,9 @@ jobs:
19
19
  - name: node-modules deps hash
20
20
  id: deps-hash
21
21
  run: |
22
+ NODE_VERSION=$(cat .nvmrc | tr -d '[:space:]');
23
+ echo "NODE_VERSION=$NODE_VERSION"
24
+ echo "node-version=$NODE_VERSION" >> "$GITHUB_OUTPUT"
22
25
  PACKAGE_DEPS_HASH=$(md5sum pnpm-lock.yaml | awk '{print $1}');
23
26
  echo "PACKAGE_DEPS_HASH=$PACKAGE_DEPS_HASH"
24
27
  echo "package-deps-hash=$PACKAGE_DEPS_HASH" >> "$GITHUB_OUTPUT"
@@ -28,7 +31,7 @@ jobs:
28
31
  id: cache
29
32
  with:
30
33
  path: ./node_modules
31
- key: ${{ runner.os }}-pnpm-${{ steps.deps-hash.outputs.package-deps-hash }}
34
+ key: ${{ runner.os }}-node-${{ steps.deps-hash.outputs.node-version }}-pnpm-${{ steps.deps-hash.outputs.package-deps-hash }}
32
35
  lookup-only: true
33
36
 
34
37
  - name: node-modules cache miss setup node
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.15",
5
+ "version": "0.47.16",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",
@@ -75,10 +75,10 @@
75
75
  "esbuild-register": "3.6.0",
76
76
  "husky": "8.0.3",
77
77
  "jest": "30.2.0",
78
- "rhachet": "1.19.12",
78
+ "rhachet": "1.20.5",
79
79
  "rhachet-roles-bhrain": "0.5.8",
80
- "rhachet-roles-bhuild": "0.5.1",
81
- "rhachet-roles-ehmpathy": "1.17.10",
80
+ "rhachet-roles-bhuild": "0.5.6",
81
+ "rhachet-roles-ehmpathy": "1.17.11",
82
82
  "tsc-alias": "1.8.10",
83
83
  "tsx": "4.20.6",
84
84
  "type-fns": "0.8.1",