forgemap 0.6.0-dev.109-f5abb21 → 0.6.0-dev.110-e414e4e

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.
@@ -2943,7 +2943,7 @@ var infoCommand = defineCommand({
2943
2943
  async run({ args }) {
2944
2944
  const binary = resolveBinary(process.argv[1]);
2945
2945
  const info = {
2946
- version: "0.6.0-dev.109-f5abb21",
2946
+ version: "0.6.0-dev.110-e414e4e",
2947
2947
  build: detectBuild(binary.resolved),
2948
2948
  binary,
2949
2949
  node: process.version,
@@ -4081,7 +4081,7 @@ var completionCommand = defineCommand({
4081
4081
  runMain(defineCommand({
4082
4082
  meta: {
4083
4083
  name: "forgemap",
4084
- version: "0.6.0-dev.109-f5abb21",
4084
+ version: "0.6.0-dev.110-e414e4e",
4085
4085
  description: "Manage a local repo layout of the form <root>/<forge.dir>/<owner>/<repo>"
4086
4086
  },
4087
4087
  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.6.0-dev.109-f5abb21",
4
+ "version": "0.6.0-dev.110-e414e4e",
5
5
  "description": "CLI that manages a local repo layout grouped by git server, organization and repository name.",
6
6
  "keywords": [
7
7
  "cli",