@optique/man 1.0.0-dev.431 → 1.0.0-dev.432

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/cli.cjs CHANGED
@@ -17,7 +17,7 @@ const node_url = require_generator.__toESM(require("node:url"));
17
17
 
18
18
  //#region deno.json
19
19
  var name = "@optique/man";
20
- var version = "1.0.0-dev.431+01c1abaf";
20
+ var version = "1.0.0-dev.432+dddcca3d";
21
21
  var license = "MIT";
22
22
  var exports$1 = {
23
23
  ".": "./src/index.ts",
@@ -278,7 +278,7 @@ async function main() {
278
278
  help: "option",
279
279
  version: {
280
280
  value: deno_default.version,
281
- mode: "option"
281
+ option: true
282
282
  }
283
283
  });
284
284
  const mod = await importModule(args.file);
package/dist/cli.js CHANGED
@@ -17,7 +17,7 @@ import { fileURLToPath, pathToFileURL } from "node:url";
17
17
 
18
18
  //#region deno.json
19
19
  var name = "@optique/man";
20
- var version = "1.0.0-dev.431+01c1abaf";
20
+ var version = "1.0.0-dev.432+dddcca3d";
21
21
  var license = "MIT";
22
22
  var exports = {
23
23
  ".": "./src/index.ts",
@@ -278,7 +278,7 @@ async function main() {
278
278
  help: "option",
279
279
  version: {
280
280
  value: deno_default.version,
281
- mode: "option"
281
+ option: true
282
282
  }
283
283
  });
284
284
  const mod = await importModule(args.file);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/man",
3
- "version": "1.0.0-dev.431+01c1abaf",
3
+ "version": "1.0.0-dev.432+dddcca3d",
4
4
  "description": "Man page generator for Optique CLI parsers",
5
5
  "keywords": [
6
6
  "CLI",
@@ -84,8 +84,8 @@
84
84
  "optique-man": "./dist/cli.js"
85
85
  },
86
86
  "dependencies": {
87
- "@optique/core": "1.0.0-dev.431+01c1abaf",
88
- "@optique/run": "1.0.0-dev.431+01c1abaf"
87
+ "@optique/core": "1.0.0-dev.432+dddcca3d",
88
+ "@optique/run": "1.0.0-dev.432+dddcca3d"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@types/node": "^20.19.9",