forgemap 0.5.0-dev.92-00d7b3d → 0.5.0-dev.95-3a3ea5e
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 +3 -3
package/dist/bin/forgemap.mjs
CHANGED
|
@@ -2279,7 +2279,7 @@ var infoCommand = defineCommand({
|
|
|
2279
2279
|
async run({ args }) {
|
|
2280
2280
|
const binary = resolveBinary(process.argv[1]);
|
|
2281
2281
|
const info = {
|
|
2282
|
-
version: "0.5.0-dev.
|
|
2282
|
+
version: "0.5.0-dev.95-3a3ea5e",
|
|
2283
2283
|
build: detectBuild(binary.resolved),
|
|
2284
2284
|
binary,
|
|
2285
2285
|
node: process.version,
|
|
@@ -3476,7 +3476,7 @@ var completionCommand = defineCommand({
|
|
|
3476
3476
|
runMain(defineCommand({
|
|
3477
3477
|
meta: {
|
|
3478
3478
|
name: "forgemap",
|
|
3479
|
-
version: "0.5.0-dev.
|
|
3479
|
+
version: "0.5.0-dev.95-3a3ea5e",
|
|
3480
3480
|
description: "Manage a local repo layout of the form <root>/<forge.dir>/<owner>/<repo>"
|
|
3481
3481
|
},
|
|
3482
3482
|
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.5.0-dev.
|
|
4
|
+
"version": "0.5.0-dev.95-3a3ea5e",
|
|
5
5
|
"description": "CLI that manages a local repo layout grouped by git server, organization and repository name.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cli",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@vitest/coverage-v8": "^4.1.10",
|
|
61
61
|
"husky": "^9.1.7",
|
|
62
62
|
"lint-staged": "^17.0.5",
|
|
63
|
-
"oxfmt": "0.
|
|
64
|
-
"oxlint": "1.
|
|
63
|
+
"oxfmt": "0.59.0",
|
|
64
|
+
"oxlint": "1.74.0",
|
|
65
65
|
"taze": "^19.13.0",
|
|
66
66
|
"typescript": "^7.0.2",
|
|
67
67
|
"vite": "^8.1.4",
|