@polka-codes/github 0.9.45 → 0.9.47

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -63,8 +63,7 @@ console.log(prText);
63
63
  ### Building
64
64
 
65
65
  ```bash
66
- cd packages/github
67
- bun run build
66
+ bun --filter @polka-codes/github build
68
67
  ```
69
68
 
70
69
  ### Testing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/github",
3
- "version": "0.9.45",
3
+ "version": "0.9.47",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",
@@ -24,5 +24,8 @@
24
24
  "remark-stringify": "^11.0.0",
25
25
  "unified": "^11.0.5",
26
26
  "unist-util-visit": "^5.0.0"
27
+ },
28
+ "devDependencies": {
29
+ "@types/mdast": "^4.0.4"
27
30
  }
28
31
  }