githits 0.6.2 → 0.6.3

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.
@@ -1 +1 @@
1
- import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-k9n5z10a.js";import"./chunk-572afq8h.js";export{recordAuthFingerprint,loadAutoLoginAuthSessionMetadata,createContainer,createAuthStatusDependencies,createAuthCommandDependencies,clearAutoLoginAuthSessionMetadata};
1
+ import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-d5rp3ryj.js";import"./chunk-nftysk9t.js";export{recordAuthFingerprint,loadAutoLoginAuthSessionMetadata,createContainer,createAuthStatusDependencies,createAuthCommandDependencies,clearAutoLoginAuthSessionMetadata};
@@ -0,0 +1,2 @@
1
+ import{createRequire}from"node:module";var __require=createRequire(import.meta.url);var description="The code context layer for AI coding agents";var version="0.6.3";
2
+ export{__require,description,version};
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "githits",
3
- "version": "0.6.2",
4
- "description": "Code examples from global open source for developers and AI assistants.",
3
+ "version": "0.6.3",
4
+ "description": "The code context layer for AI coding agents",
5
5
  "mcpServers": {
6
6
  "githits": {
7
7
  "command": "npx",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "githits",
3
- "description": "Version-aware open-source context for agentic software development",
4
- "version": "0.6.2",
3
+ "description": "The code context layer for AI coding agents",
4
+ "version": "0.6.3",
5
5
  "mcpName": "com.githits/githits",
6
6
  "type": "module",
7
7
  "workspaces": [
@@ -40,6 +40,7 @@
40
40
  "inspector": "npx @modelcontextprotocol/inspector bun run dev mcp",
41
41
  "smoke:cli": "bun run scripts/cli-smoke.ts",
42
42
  "smoke:mcp": "bun run scripts/mcp-smoke.ts",
43
+ "smoke:proxy-node": "bun run scripts/run-proxy-node-smoke.ts",
43
44
  "validate:packages": "bun run scripts/validate-public-packages.ts",
44
45
  "validate:packages:mcp-publish": "bun run scripts/validate-public-packages.ts --mcp-publish-dry-run",
45
46
  "sync:claude-skills": "bun run scripts/sync-claude-skill-assets.ts",
@@ -79,7 +80,7 @@
79
80
  "url": "https://github.com/githits-com/githits-cli/issues"
80
81
  },
81
82
  "engines": {
82
- "node": "^20.12.0 || >=22.13.0"
83
+ "node": "^20.18.1 || >=22.13.0"
83
84
  },
84
85
  "publishConfig": {
85
86
  "access": "public"
@@ -96,6 +97,7 @@
96
97
  "open": "^11.0.0",
97
98
  "semver": "7.8.5",
98
99
  "smol-toml": "^1.6.1",
100
+ "undici": "7.28.0",
99
101
  "yaml": "^2.9.0",
100
102
  "zod": "^4.4.3"
101
103
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "githits",
3
- "version": "0.6.2",
4
- "description": "Code examples from global open source for developers and AI assistants",
3
+ "version": "0.6.3",
4
+ "description": "The code context layer for AI coding agents",
5
5
  "author": {
6
6
  "name": "GitHits"
7
7
  },
package/server.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "source": "github",
17
17
  "id": "1165453165"
18
18
  },
19
- "version": "0.6.2",
19
+ "version": "0.6.3",
20
20
  "remotes": [
21
21
  {
22
22
  "type": "streamable-http",
@@ -28,7 +28,7 @@
28
28
  "registryType": "npm",
29
29
  "registryBaseUrl": "https://registry.npmjs.org",
30
30
  "identifier": "githits",
31
- "version": "0.6.2",
31
+ "version": "0.6.3",
32
32
  "runtimeHint": "npx",
33
33
  "transport": {
34
34
  "type": "stdio"
@@ -1,2 +0,0 @@
1
- import{createRequire}from"node:module";var __require=createRequire(import.meta.url);var version="0.6.2";
2
- export{__require,version};