@bretwardjames/ghp-mcp 0.3.0 → 0.3.1

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.
@@ -8,7 +8,7 @@ CLI tsup v8.5.1
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
10
  ESM dist/index.js 97.25 KB
11
- ESM ⚡️ Build success in 33ms
11
+ ESM ⚡️ Build success in 29ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 1074ms
13
+ DTS ⚡️ Build success in 993ms
14
14
  DTS dist/index.d.ts 20.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @bretwardjames/ghp-mcp
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @bretwardjames/ghp-core@0.7.1
9
+
3
10
  ## 0.3.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bretwardjames/ghp-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "MCP server for ghp (GitHub Projects)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@modelcontextprotocol/sdk": "^1.0.0",
31
31
  "zod": "^3.22.0",
32
- "@bretwardjames/ghp-core": "0.7.0"
32
+ "@bretwardjames/ghp-core": "0.7.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^20.10.0",