@canopycanopycanopy/b-ber-cli 3.0.8-next.96 → 3.0.8-next.97

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -44,7 +44,7 @@ fs_extra = __toESM(fs_extra);
44
44
  let _canopycanopycanopy_b_ber_lib_Theme = require("@canopycanopycanopy/b-ber-lib/Theme");
45
45
  _canopycanopycanopy_b_ber_lib_Theme = __toESM(_canopycanopycanopy_b_ber_lib_Theme);
46
46
  //#region package.json
47
- var version = "3.0.8-next.96+7446845b";
47
+ var version = "3.0.8-next.97+2e9748e6";
48
48
  //#endregion
49
49
  //#region src/lib/config-options.ts
50
50
  function withConfigOptions(yargs) {
@@ -362,6 +362,7 @@ function bber() {
362
362
  }
363
363
  //#endregion
364
364
  //#region src/index.ts
365
- if (process.argv.indexOf("--version") > -1) console.log(version);
365
+ const { argv } = process;
366
+ if (argv.includes("--version") || argv.includes("-v")) console.log(version);
366
367
  else bber();
367
368
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopycanopycanopy/b-ber-cli",
3
- "version": "3.0.8-next.96+7446845b",
3
+ "version": "3.0.8-next.97+2e9748e6",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,11 +19,11 @@
19
19
  "access": "public"
20
20
  },
21
21
  "dependencies": {
22
- "@canopycanopycanopy/b-ber-lib": "3.0.8-next.96+7446845b",
23
- "@canopycanopycanopy/b-ber-logger": "3.0.8-next.96+7446845b",
24
- "@canopycanopycanopy/b-ber-shapes-sequences": "3.0.8-next.96+7446845b",
25
- "@canopycanopycanopy/b-ber-tasks": "3.0.8-next.96+7446845b",
26
- "@canopycanopycanopy/b-ber-templates": "3.0.8-next.96+7446845b",
22
+ "@canopycanopycanopy/b-ber-lib": "3.0.8-next.97+2e9748e6",
23
+ "@canopycanopycanopy/b-ber-logger": "3.0.8-next.97+2e9748e6",
24
+ "@canopycanopycanopy/b-ber-shapes-sequences": "3.0.8-next.97+2e9748e6",
25
+ "@canopycanopycanopy/b-ber-tasks": "3.0.8-next.97+2e9748e6",
26
+ "@canopycanopycanopy/b-ber-templates": "3.0.8-next.97+2e9748e6",
27
27
  "fs-extra": "^8.1.0",
28
28
  "lodash": "^4.17.21",
29
29
  "lodash.has": "latest",
@@ -56,5 +56,5 @@
56
56
  "url": "https://maxwellsimmer.com"
57
57
  }
58
58
  ],
59
- "gitHead": "7446845bcda4337bfbc9f75b55a1e0ca805023eb"
59
+ "gitHead": "2e9748e6f00446cd35dc8f933e049d8200fc24dd"
60
60
  }