@happyvertical/projects 0.78.3 → 0.80.0

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.
package/AGENT.md CHANGED
@@ -7,7 +7,7 @@ Standardized project management interface for GitHub Projects, Jira, ZenHub, and
7
7
  ## Package Map
8
8
  - Package: `@happyvertical/projects`
9
9
  - Hierarchy path: `@happyvertical/sdk > packages > projects`
10
- - Workspace position: `21 of 31` local packages
10
+ - Workspace position: `21 of 32` local packages
11
11
  - Internal dependencies: `@happyvertical/graphql`, `@happyvertical/repos`
12
12
  - Internal dependents: `@happyvertical/github-actions`
13
13
  - Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
package/metadata.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "path": "packages/projects",
4
4
  "position": {
5
5
  "index": 21,
6
- "count": 31
6
+ "count": 32
7
7
  },
8
8
  "description": "Standardized project management interface for GitHub Projects, Jira, ZenHub, and Linear",
9
9
  "provides": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/projects",
3
- "version": "0.78.3",
3
+ "version": "0.80.0",
4
4
  "description": "Standardized project management interface for GitHub Projects, Jira, ZenHub, and Linear",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -15,8 +15,8 @@
15
15
  "have-projects-context": "./dist/cli/claude-context.js"
16
16
  },
17
17
  "dependencies": {
18
- "@happyvertical/graphql": "0.78.3",
19
- "@happyvertical/repos": "0.78.3"
18
+ "@happyvertical/graphql": "0.80.0",
19
+ "@happyvertical/repos": "0.80.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "25.0.10",