@gitton-dev/cli 0.0.5 → 0.0.7

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 (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -144,28 +144,28 @@ var availablePlugins = [
144
144
  {
145
145
  "name": "@gitton-dev/plugin-dependency-graph",
146
146
  "shortName": "dependency-graph",
147
- "version": "0.0.5",
147
+ "version": "0.0.7",
148
148
  "description": "Visualize import/require dependencies between files",
149
149
  "displayName": "Dependency Graph"
150
150
  },
151
151
  {
152
152
  "name": "@gitton-dev/plugin-git-hooks",
153
153
  "shortName": "git-hooks",
154
- "version": "0.0.5",
154
+ "version": "0.0.7",
155
155
  "description": "Manage Git hooks with a visual interface",
156
156
  "displayName": "Git Hooks"
157
157
  },
158
158
  {
159
159
  "name": "@gitton-dev/plugin-github-actions",
160
160
  "shortName": "github-actions",
161
- "version": "0.0.5",
161
+ "version": "0.0.7",
162
162
  "description": "View and trigger GitHub Actions workflows",
163
163
  "displayName": "GitHub Actions"
164
164
  },
165
165
  {
166
166
  "name": "@gitton-dev/plugin-zenn-markdown",
167
167
  "shortName": "zenn-markdown",
168
- "version": "0.0.2",
168
+ "version": "0.0.4",
169
169
  "description": "Render markdown with Zenn-style syntax (:::message, :::details, @[youtube], etc.)",
170
170
  "displayName": "Zenn Markdown"
171
171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitton-dev/cli",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "CLI tool for managing Gitton plugins",
5
5
  "type": "module",
6
6
  "bin": {