forgemap 0.5.0-dev.99-159a6d3 → 0.6.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/dist/bin/forgemap.mjs +2 -2
- package/package.json +1 -1
package/dist/bin/forgemap.mjs
CHANGED
|
@@ -2935,7 +2935,7 @@ var infoCommand = defineCommand({
|
|
|
2935
2935
|
async run({ args }) {
|
|
2936
2936
|
const binary = resolveBinary(process.argv[1]);
|
|
2937
2937
|
const info = {
|
|
2938
|
-
version: "0.
|
|
2938
|
+
version: "0.6.0",
|
|
2939
2939
|
build: detectBuild(binary.resolved),
|
|
2940
2940
|
binary,
|
|
2941
2941
|
node: process.version,
|
|
@@ -4073,7 +4073,7 @@ var completionCommand = defineCommand({
|
|
|
4073
4073
|
runMain(defineCommand({
|
|
4074
4074
|
meta: {
|
|
4075
4075
|
name: "forgemap",
|
|
4076
|
-
version: "0.
|
|
4076
|
+
version: "0.6.0",
|
|
4077
4077
|
description: "Manage a local repo layout of the form <root>/<forge.dir>/<owner>/<repo>"
|
|
4078
4078
|
},
|
|
4079
4079
|
subCommands: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "forgemap",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.6.0",
|
|
5
5
|
"description": "CLI that manages a local repo layout grouped by git server, organization and repository name.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cli",
|