@happyvertical/repos 0.77.0 → 0.78.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.
package/AGENT.md CHANGED
@@ -7,7 +7,7 @@ Standardized repository interface for GitHub, GitLab, Bitbucket, and Azure DevOp
7
7
  ## Package Map
8
8
  - Package: `@happyvertical/repos`
9
9
  - Hierarchy path: `@happyvertical/sdk > packages > repos`
10
- - Workspace position: `22 of 30` local packages
10
+ - Workspace position: `22 of 31` local packages
11
11
  - Internal dependencies: `@happyvertical/graphql`
12
12
  - Internal dependents: `@happyvertical/github-actions`, `@happyvertical/projects`
13
13
  - Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
package/metadata.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "path": "packages/repos",
4
4
  "position": {
5
5
  "index": 22,
6
- "count": 30
6
+ "count": 31
7
7
  },
8
8
  "description": "Standardized repository interface for GitHub, GitLab, Bitbucket, and Azure DevOps",
9
9
  "provides": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/repos",
3
- "version": "0.77.0",
3
+ "version": "0.78.1",
4
4
  "description": "Standardized repository interface for GitHub, GitLab, Bitbucket, and Azure DevOps",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "js-yaml": "^4.1.1",
19
- "@happyvertical/graphql": "0.77.0"
19
+ "@happyvertical/graphql": "0.78.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/js-yaml": "^4.0.9",
@@ -48,8 +48,8 @@
48
48
  "homepage": "https://github.com/happyvertical/sdk/tree/main/packages/repos#readme",
49
49
  "license": "MIT",
50
50
  "scripts": {
51
- "test": "npx vitest run --passWithNoTests",
52
- "test:watch": "npx vitest",
51
+ "test": "vitest --config ../../vitest.package.config.ts run --passWithNoTests",
52
+ "test:watch": "vitest --config ../../vitest.package.config.ts",
53
53
  "build": "vite build",
54
54
  "build:watch": "vite build --watch",
55
55
  "clean": "rm -rf dist",