declapract-typescript-ehmpathy 0.47.52 → 0.47.53

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.
@@ -9,6 +9,7 @@ const ignoresSortable = [
9
9
  '*.log',
10
10
  '*.tsbuildinfo',
11
11
  '.artifact', // deployment artifacts from `simple-artifact-builder` are produced here
12
+ '.cache/', // cache directories from various tools
12
13
  '.env',
13
14
  '.serverless',
14
15
  '.log/slowtest/',
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.52",
5
+ "version": "0.47.53",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",
@@ -75,12 +75,12 @@
75
75
  "esbuild-register": "3.6.0",
76
76
  "husky": "8.0.3",
77
77
  "jest": "30.2.0",
78
- "rhachet": "1.37.18",
78
+ "rhachet": "1.37.19",
79
79
  "rhachet-brains-anthropic": "0.4.0",
80
- "rhachet-brains-xai": "0.3.1",
81
- "rhachet-roles-bhrain": "0.23.1",
80
+ "rhachet-brains-xai": "0.3.2",
81
+ "rhachet-roles-bhrain": "0.23.6",
82
82
  "rhachet-roles-bhuild": "0.14.4",
83
- "rhachet-roles-ehmpathy": "1.32.1",
83
+ "rhachet-roles-ehmpathy": "1.34.3",
84
84
  "tsc-alias": "1.8.10",
85
85
  "tsx": "4.20.6",
86
86
  "type-fns": "0.8.1",