bellwether 0.0.1 → 0.0.2

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bellwether",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Drive PRs to merge-ready: watch CI, fix failures, resolve review comments. Self-contained watch loop that keeps going until pr.ready=true.",
5
5
  "author": {
6
6
  "name": "Roderik van der Veer",
@@ -8,6 +8,13 @@
8
8
  },
9
9
  "repository": "https://github.com/roderik/bellwether",
10
10
  "license": "MIT",
11
- "keywords": ["ci", "pr", "review", "merge", "github", "watch"],
11
+ "keywords": [
12
+ "ci",
13
+ "pr",
14
+ "review",
15
+ "merge",
16
+ "github",
17
+ "watch"
18
+ ],
12
19
  "skills": "./skills/"
13
20
  }
package/dist/bin.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bellwether",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "description": "Drive GitHub PRs to merge-ready: watch CI, fix failures, resolve review comments.",
6
6
  "private": false,
7
7
  "author": {
@@ -43,9 +43,9 @@
43
43
  "oxfmt": "^0.42.0",
44
44
  "oxlint": "^1.57.0",
45
45
  "oxlint-tsgolint": "^0.18.1",
46
+ "typescript": "^6.0.2",
46
47
  "vitest": "^4.1.2",
47
- "zile": "latest",
48
- "typescript": "^6.0.2"
48
+ "zile": "latest"
49
49
  },
50
50
  "dependencies": {
51
51
  "@clack/prompts": "^1.1.0",