githits 0.12.0 → 0.13.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/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.cursor-plugin/plugin.json +1 -1
- package/.plugin/plugin.json +1 -1
- package/AGENTS.md +1 -1
- package/README.md +1 -1
- package/dist/cli.js +132 -115
- package/dist/index.js +1 -1
- package/dist/shared/chunk-a4ta089j.js +1 -0
- package/dist/shared/chunk-pxb26at5.js +2 -0
- package/dist/shared/chunk-wzqb1a28.js +1852 -0
- package/gemini-extension.json +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
- package/server.json +2 -2
- package/skills/githits-code/SKILL.md +2 -1
- package/skills/githits-code/references/code-and-docs.md +2 -2
- package/skills/githits-mcp/SKILL.md +7 -5
- package/skills/githits-package/SKILL.md +2 -2
- package/skills/githits-package/references/package.md +1 -1
- package/dist/shared/chunk-2d25b2jc.js +0 -1
- package/dist/shared/chunk-th921mfc.js +0 -1749
- package/dist/shared/chunk-wwyf1snx.js +0 -2
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{version2}from"./shared/chunk-pxb26at5.js";export{version2 as version};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{loadAutoLoginAuthSessionMetadata2,clearAutoLoginAuthSessionMetadata2,createAuthCommandDependencies2,createLogoutCommandDependencies2,createAuthStatusDependencies2,createContainer2}from"./chunk-wzqb1a28.js";export{clearAutoLoginAuthSessionMetadata2 as clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies2 as createAuthCommandDependencies,createAuthStatusDependencies2 as createAuthStatusDependencies,createContainer2 as createContainer,createLogoutCommandDependencies2 as createLogoutCommandDependencies,loadAutoLoginAuthSessionMetadata2 as loadAutoLoginAuthSessionMetadata};
|