gh-manager-cli 1.34.0 → 1.35.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/CHANGELOG.md +26 -0
- package/README.md +11 -5
- package/dist/{chunk-4A3TGHG7.js → chunk-EZP4YBHA.js} +153 -0
- package/dist/{github-64JCWV7P.js → github-HIF7MTPO.js} +7 -1
- package/dist/index.js +851 -431
- package/package.json +1 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gh-manager-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "TUI terminal app to manage GitHub repos. Clean up your account in 5 minutes. Archive, delete, rename repos with keyboard shortcuts. Alternative to clicking through github.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -109,28 +109,6 @@
|
|
|
109
109
|
],
|
|
110
110
|
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
|
|
111
111
|
}
|
|
112
|
-
],
|
|
113
|
-
[
|
|
114
|
-
"@semantic-release/github",
|
|
115
|
-
{
|
|
116
|
-
"assets": [
|
|
117
|
-
{
|
|
118
|
-
"path": "binaries/gh-manager-cli-linux-x64/gh-manager-cli-linux-x64",
|
|
119
|
-
"name": "gh-manager-cli-linux-x64",
|
|
120
|
-
"label": "Linux x64 Binary"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"path": "binaries/gh-manager-cli-macos-x64/gh-manager-cli-macos-x64",
|
|
124
|
-
"name": "gh-manager-cli-macos-x64",
|
|
125
|
-
"label": "macOS x64 Binary"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"path": "binaries/gh-manager-cli-windows-x64/gh-manager-cli-windows-x64.exe",
|
|
129
|
-
"name": "gh-manager-cli-windows-x64.exe",
|
|
130
|
-
"label": "Windows x64 Binary"
|
|
131
|
-
}
|
|
132
|
-
]
|
|
133
|
-
}
|
|
134
112
|
]
|
|
135
113
|
]
|
|
136
114
|
}
|