forgemap 0.9.1-dev.152-9668e21 → 0.9.1-dev.154-0f478b7

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.
@@ -3250,7 +3250,7 @@ var infoCommand = defineCommand({
3250
3250
  async run({ args }) {
3251
3251
  const binary = resolveBinary(process.argv[1]);
3252
3252
  const info = {
3253
- version: "0.9.1-dev.152-9668e21",
3253
+ version: "0.9.1-dev.154-0f478b7",
3254
3254
  build: detectBuild(binary.resolved),
3255
3255
  binary,
3256
3256
  node: process.version,
@@ -4471,7 +4471,7 @@ var completionCommand = defineCommand({
4471
4471
  var rootCommand = defineCommand({
4472
4472
  meta: {
4473
4473
  name: "forgemap",
4474
- version: "0.9.1-dev.152-9668e21",
4474
+ version: "0.9.1-dev.154-0f478b7",
4475
4475
  description: "Manage a local repo layout of the form <root>/<forge.dir>/<owner>/<repo>"
4476
4476
  },
4477
4477
  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.9.1-dev.152-9668e21",
4
+ "version": "0.9.1-dev.154-0f478b7",
5
5
  "description": "CLI that manages a local repo layout grouped by git server, organization and repository name.",
6
6
  "keywords": [
7
7
  "cli",