rhachet-roles-ehmpathy 1.15.5 → 1.15.6
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 +15 -12
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "rhachet-roles-ehmpathy",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "empathetic software construction roles and skills, via rhachet",
|
|
5
|
-
"version": "1.15.
|
|
5
|
+
"version": "1.15.6",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-ehmpathy",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-ehmpathy",
|
|
8
8
|
"keywords": [
|
|
@@ -37,18 +37,19 @@
|
|
|
37
37
|
"test:lint:biome": "biome check --diagnostic-level=error",
|
|
38
38
|
"test:lint:biome:all": "biome check",
|
|
39
39
|
"test:lint": "npm run test:lint:biome && npm run test:lint:deps",
|
|
40
|
-
"test:unit": "jest -c ./jest.unit.config.ts --forceExit --verbose --passWithNoTests $([ -z $THOROUGH ] && echo '--changedSince=main')",
|
|
40
|
+
"test:unit": "jest -c ./jest.unit.config.ts --forceExit --verbose --passWithNoTests $([ -z $THOROUGH ] && echo '--changedSince=main') $([ -n $RESNAP ] && echo '--updateSnapshot')",
|
|
41
41
|
"test:integration": "echo 'todo: release'",
|
|
42
|
-
"test:acceptance:locally": "npm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests",
|
|
42
|
+
"test:acceptance:locally": "npm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ -n $RESNAP ] && echo '--updateSnapshot')",
|
|
43
43
|
"test": "npm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locally",
|
|
44
|
-
"test:acceptance": "npm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests",
|
|
44
|
+
"test:acceptance": "npm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ -n $RESNAP ] && echo '--updateSnapshot')",
|
|
45
45
|
"prepush": "npm run test && npm run build",
|
|
46
46
|
"prepublish": "npm run build",
|
|
47
47
|
"preversion": "npm run prepush",
|
|
48
48
|
"postversion": "git push origin HEAD --tags --no-verify",
|
|
49
|
-
"prepare:husky": "
|
|
50
|
-
"prepare": "[ -e .git ] && npm run prepare:husky
|
|
51
|
-
"test:format:biome": "biome format"
|
|
49
|
+
"prepare:husky": "husky install && chmod ug+x .husky/*",
|
|
50
|
+
"prepare": "if [ -e .git ] && [ -z $CI ]; then npm run prepare:husky && npm run prepare:rhachet; fi",
|
|
51
|
+
"test:format:biome": "biome format",
|
|
52
|
+
"prepare:rhachet": "rhachet init --force && rhachet roles link --role mechanic && .agent/repo=ehmpathy/role=mechanic/skills/.skills/init.claude.sh"
|
|
52
53
|
},
|
|
53
54
|
"dependencies": {
|
|
54
55
|
"@ehmpathy/as-command": "1.0.3",
|
|
@@ -79,20 +80,22 @@
|
|
|
79
80
|
"@types/jest": "30.0.0",
|
|
80
81
|
"@types/node": "22.15.21",
|
|
81
82
|
"cz-conventional-changelog": "3.3.0",
|
|
82
|
-
"declapract": "0.13.
|
|
83
|
-
"declapract-typescript-ehmpathy": "0.
|
|
84
|
-
"declastruct": "1.7.
|
|
85
|
-
"declastruct-github": "1.0
|
|
83
|
+
"declapract": "0.13.4",
|
|
84
|
+
"declapract-typescript-ehmpathy": "0.46.7",
|
|
85
|
+
"declastruct": "1.7.3",
|
|
86
|
+
"declastruct-github": "1.3.0",
|
|
86
87
|
"depcheck": "1.4.3",
|
|
87
88
|
"esbuild-register": "3.6.0",
|
|
88
89
|
"husky": "8.0.3",
|
|
89
90
|
"jest": "30.2.0",
|
|
91
|
+
"rhachet": "1.13.1",
|
|
90
92
|
"rhachet-roles-ehmpathy": "1.15.4",
|
|
91
93
|
"test-fns": "1.6.0",
|
|
92
94
|
"tsc-alias": "1.8.10",
|
|
93
95
|
"tsx": "4.20.6",
|
|
94
96
|
"typescript": "5.4.5",
|
|
95
|
-
"uuid-fns": "1.0.2"
|
|
97
|
+
"uuid-fns": "1.0.2",
|
|
98
|
+
"yalc": "1.0.0-pre.53"
|
|
96
99
|
},
|
|
97
100
|
"config": {
|
|
98
101
|
"commitizen": {
|