@matimo/github 0.1.0-alpha.8 → 0.1.0-alpha.9

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matimo/github",
3
- "version": "0.1.0-alpha.8",
3
+ "version": "0.1.0-alpha.9",
4
4
  "description": "GitHub API tools for Matimo - Full-featured GitHub integration with OAuth2 and PAT support",
5
5
  "type": "module",
6
6
  "files": [
@@ -8,10 +8,10 @@
8
8
  "README.md",
9
9
  "definition.yaml"
10
10
  ],
11
- "dependencies": {
12
- "@matimo/core": "0.1.0-alpha.8"
11
+ "peerDependencies": {
12
+ "matimo": "0.1.0-alpha.9"
13
13
  },
14
14
  "devDependencies": {
15
- "typescript": "^5.9.3"
15
+ "@matimo/core": "0.1.0-alpha.9"
16
16
  }
17
17
  }