@willbooster/shared-lib-node 8.5.0 → 8.5.1

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.
@@ -1,36 +1,36 @@
1
1
  import type { ArgumentsCamelCase, InferredOptionTypes } from 'yargs';
2
2
  export declare const yargsOptionsBuilderForEnv: {
3
3
  readonly env: {
4
- readonly description: ".env files to be loaded.";
5
- readonly type: "array";
4
+ readonly description: '.env files to be loaded.';
5
+ readonly type: 'array';
6
6
  };
7
7
  readonly 'cascade-env': {
8
- readonly description: "Environment to load cascading .env files (e.g., `.env`, `.env.<environment>`, `.env.local` and `.env.<environment>.local`). Preferred over `cascade-node-env` and `auto-cascade-env`.";
9
- readonly type: "string";
8
+ readonly description: 'Environment to load cascading .env files (e.g., `.env`, `.env.<environment>`, `.env.local` and `.env.<environment>.local`). Preferred over `cascade-node-env` and `auto-cascade-env`.';
9
+ readonly type: 'string';
10
10
  };
11
11
  readonly 'cascade-node-env': {
12
- readonly description: "Same with --cascade-env=<NODE_ENV || \"development\">. Preferred over `auto-cascade-env`.";
13
- readonly type: "boolean";
12
+ readonly description: 'Same with --cascade-env=<NODE_ENV || "development">. Preferred over `auto-cascade-env`.';
13
+ readonly type: 'boolean';
14
14
  };
15
15
  readonly 'auto-cascade-env': {
16
- readonly description: "Same with --cascade-env=<WB_ENV || NODE_ENV || \"development\">.";
17
- readonly type: "boolean";
16
+ readonly description: 'Same with --cascade-env=<WB_ENV || NODE_ENV || "development">.';
17
+ readonly type: 'boolean';
18
18
  readonly default: true;
19
19
  };
20
20
  readonly 'include-root-env': {
21
- readonly description: "Include .env files in root directory if the project is in a monorepo and --env option is not used.";
22
- readonly type: "boolean";
21
+ readonly description: 'Include .env files in root directory if the project is in a monorepo and --env option is not used.';
22
+ readonly type: 'boolean';
23
23
  readonly default: true;
24
24
  };
25
25
  readonly 'check-env': {
26
- readonly description: "Check whether the keys of the loaded .env files are same with the given .env file.";
27
- readonly type: "string";
28
- readonly default: ".env.example";
26
+ readonly description: 'Check whether the keys of the loaded .env files are same with the given .env file.';
27
+ readonly type: 'string';
28
+ readonly default: '.env.example';
29
29
  };
30
30
  readonly verbose: {
31
- readonly description: "Whether to show verbose information";
32
- readonly type: "boolean";
33
- readonly alias: "v";
31
+ readonly description: 'Whether to show verbose information';
32
+ readonly type: 'boolean';
33
+ readonly alias: 'v';
34
34
  };
35
35
  };
36
36
  export type EnvReaderOptions = Partial<ArgumentsCamelCase<InferredOptionTypes<typeof yargsOptionsBuilderForEnv>>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willbooster/shared-lib-node",
3
- "version": "8.5.0",
3
+ "version": "8.5.1",
4
4
  "description": "Shared library for WillBooster Node.js projects",
5
5
  "license": "Apache-2.0",
6
6
  "author": "WillBooster Inc.",
@@ -61,7 +61,7 @@
61
61
  "@willbooster/oxfmt-config": "1.2.0",
62
62
  "@willbooster/oxlint-config": "1.4.0",
63
63
  "@willbooster/prettier-config": "10.4.0",
64
- "build-ts": "17.0.26",
64
+ "build-ts": "17.1.0",
65
65
  "oxfmt": "0.45.0",
66
66
  "oxlint": "1.60.0",
67
67
  "oxlint-tsgolint": "0.21.0",