forgemap 0.4.1-dev.85-6b8b5c0 → 0.5.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.
@@ -2419,7 +2419,7 @@ var infoCommand = defineCommand({
2419
2419
  async run({ args }) {
2420
2420
  const binary = resolveBinary(process.argv[1]);
2421
2421
  const info = {
2422
- version: "0.4.1-dev.85-6b8b5c0",
2422
+ version: "0.5.0",
2423
2423
  build: detectBuild(binary.resolved),
2424
2424
  binary,
2425
2425
  node: process.version,
@@ -3331,7 +3331,7 @@ function severitySymbol(severity) {
3331
3331
  runMain(defineCommand({
3332
3332
  meta: {
3333
3333
  name: "forgemap",
3334
- version: "0.4.1-dev.85-6b8b5c0",
3334
+ version: "0.5.0",
3335
3335
  description: "Manage a local repo layout of the form <root>/<forge.dir>/<owner>/<repo>"
3336
3336
  },
3337
3337
  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.1-dev.85-6b8b5c0",
4
+ "version": "0.5.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",