rhachet-roles-bhuild 0.21.3 → 0.21.4
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 +5 -6
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "rhachet-roles-bhuild",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "roles for building resilient systems, via rhachet",
|
|
5
|
-
"version": "0.21.
|
|
5
|
+
"version": "0.21.4",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-bhuild",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-bhuild",
|
|
8
8
|
"keywords": [
|
|
@@ -69,8 +69,11 @@
|
|
|
69
69
|
"test-fns": "1.15.0",
|
|
70
70
|
"zod": "4.3.4"
|
|
71
71
|
},
|
|
72
|
+
"peerDependencies": {
|
|
73
|
+
"rhachet-brains-xai": ">=0.3.3",
|
|
74
|
+
"rhachet-roles-bhrain": ">=0.12.1"
|
|
75
|
+
},
|
|
72
76
|
"devDependencies": {
|
|
73
|
-
"@anthropic-ai/claude-code": "2.0.76",
|
|
74
77
|
"@biomejs/biome": "2.3.8",
|
|
75
78
|
"@commitlint/cli": "19.5.0",
|
|
76
79
|
"@commitlint/config-conventional": "19.5.0",
|
|
@@ -100,10 +103,6 @@
|
|
|
100
103
|
"typescript": "5.4.5",
|
|
101
104
|
"yalc": "1.0.0-pre.53"
|
|
102
105
|
},
|
|
103
|
-
"peerDependencies": {
|
|
104
|
-
"rhachet-brains-xai": ">=0.3.3",
|
|
105
|
-
"rhachet-roles-bhrain": ">=0.12.1"
|
|
106
|
-
},
|
|
107
106
|
"config": {
|
|
108
107
|
"commitizen": {
|
|
109
108
|
"path": "./node_modules/cz-conventional-changelog"
|