declastruct-github 1.3.1 → 1.3.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.
@@ -50,7 +50,7 @@ exports.setBranch = (0, as_procedure_1.asProcedure)(async (input, context) => {
50
50
  name: desired.name,
51
51
  },
52
52
  },
53
- }, context)) ?? undefined, { timeout: { seconds: 10 } });
53
+ }, context)) ?? undefined, { timeout: { seconds: 30 } });
54
54
  }
55
55
  catch (error) {
56
56
  if (!(error instanceof Error))
@@ -91,7 +91,7 @@ exports.setBranch = (0, as_procedure_1.asProcedure)(async (input, context) => {
91
91
  name: desired.name,
92
92
  },
93
93
  },
94
- }, context)) ?? undefined, { timeout: { seconds: 10 } });
94
+ }, context)) ?? undefined, { timeout: { seconds: 30 } });
95
95
  }
96
96
  catch (error) {
97
97
  if (!(error instanceof Error))
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "declastruct-github",
3
3
  "author": "ehmpathy",
4
4
  "description": "declarative control of GitHub constructs via declastruct - manage repos, branches, and protection rules",
5
- "version": "1.3.1",
5
+ "version": "1.3.4",
6
6
  "repository": "ehmpathy/declastruct-github",
7
7
  "homepage": "https://github.com/ehmpathy/declastruct-github",
8
8
  "keywords": [
@@ -51,7 +51,8 @@
51
51
  "preversion": "npm run prepush",
52
52
  "postversion": "git push origin HEAD --tags --no-verify",
53
53
  "prepare:husky": "npx husky install && chmod ug+x .husky/*",
54
- "prepare": "[ -e .git ] && npm run prepare:husky || exit 0"
54
+ "prepare": "[ -e .git ] && npm run prepare:husky || exit 0 && npm run prepare:rhachet",
55
+ "prepare:rhachet": "rhachet init --hooks --roles mechanic behaver driver reviewer librarian ergonomist architect reflector dreamer"
55
56
  },
56
57
  "dependencies": {
57
58
  "@ehmpathy/uni-time": "1.7.4",
@@ -86,10 +87,12 @@
86
87
  "esbuild-register": "3.6.0",
87
88
  "husky": "8.0.3",
88
89
  "jest": "30.2.0",
89
- "rhachet": "1.25.2",
90
- "rhachet-roles-bhrain": "0.5.11",
91
- "rhachet-roles-bhuild": "0.6.9",
92
- "rhachet-roles-ehmpathy": "1.17.25",
90
+ "rhachet": "1.37.19",
91
+ "rhachet-brains-anthropic": "0.4.0",
92
+ "rhachet-brains-xai": "0.3.2",
93
+ "rhachet-roles-bhrain": "0.23.7",
94
+ "rhachet-roles-bhuild": "0.14.4",
95
+ "rhachet-roles-ehmpathy": "1.34.7",
93
96
  "simple-log-methods": "0.6.2",
94
97
  "test-fns": "1.5.0",
95
98
  "tsc-alias": "1.8.10",