forgemap 0.7.0-dev.127-f2ec437 → 0.7.0-dev.128-e6bed71

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.
@@ -3243,7 +3243,7 @@ var infoCommand = defineCommand({
3243
3243
  async run({ args }) {
3244
3244
  const binary = resolveBinary(process.argv[1]);
3245
3245
  const info = {
3246
- version: "0.7.0-dev.127-f2ec437",
3246
+ version: "0.7.0-dev.128-e6bed71",
3247
3247
  build: detectBuild(binary.resolved),
3248
3248
  binary,
3249
3249
  node: process.version,
@@ -4443,7 +4443,7 @@ var completionCommand = defineCommand({
4443
4443
  runMain(defineCommand({
4444
4444
  meta: {
4445
4445
  name: "forgemap",
4446
- version: "0.7.0-dev.127-f2ec437",
4446
+ version: "0.7.0-dev.128-e6bed71",
4447
4447
  description: "Manage a local repo layout of the form <root>/<forge.dir>/<owner>/<repo>"
4448
4448
  },
4449
4449
  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.7.0-dev.127-f2ec437",
4
+ "version": "0.7.0-dev.128-e6bed71",
5
5
  "description": "CLI that manages a local repo layout grouped by git server, organization and repository name.",
6
6
  "keywords": [
7
7
  "cli",