Skip to content

Commit a766bf2

Browse files
committed
release: @nhscc/[email protected] [skip ci]
## 🪄 Fixes - **src:** improve error handling and output ([7d2ecaa][2]) ## ⚙️ Build System - **package:** add several dependencies ([117c24c][3]) [1]: https://github.com/nhscc/bdpa-cron/compare/@nhscc/[email protected]...@nhscc/[email protected] [2]: 7d2ecaa [3]: 117c24c
1 parent 8ad58c8 commit a766bf2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+528
-78
lines changed

CHANGELOG.md

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,45 @@ this project adheres to [Semantic Versioning][2].
66

77
<br />
88

9-
## @nhscc/bdpa-cron\@1.0.0 (2025-05-28)
9+
## @nhscc/bdpa-cron[@1.0.0][3] (2025-05-28)
1010

1111
### ✨ Features
1212

13-
- Bring in cli functionality (base template) ([abf0233][3])
14-
- **commands:** add root, "stats" commands ([a38709d][4])
15-
- **commands:** add root, "stats" commands ([096f029][5])
13+
- Bring in cli functionality (base template) ([abf0233][4])
14+
- **commands:** add root, "stats" commands ([a38709d][5])
15+
- **commands:** add root, "stats" commands ([096f029][6])
1616

1717
### ⚙️ Build System
1818

19-
- **deps:** bump @-xun/cli from 1.3.2 to 2.0.0 ([672b24d][6])
20-
- **deps:** bump @-xun/cli from 2.0.0 to 2.0.2 ([737b4f2][7])
21-
- **package:** add core-js dependency ([7f42b19][8])
22-
- **package:** mark package as non-private ([fb94d84][9])
23-
- **package:** place package under `[@nhscc](https://github.com/nhscc)` namespace ([670d679][10])
19+
- **deps:** bump @-xun/cli from 1.3.2 to 2.0.0 ([672b24d][7])
20+
- **deps:** bump @-xun/cli from 2.0.0 to 2.0.2 ([737b4f2][8])
21+
- **package:** add core-js dependency ([7f42b19][9])
22+
- **package:** mark package as non-private ([fb94d84][10])
23+
- **package:** place package under `[@nhscc](https://github.com/nhscc)` namespace ([670d679][11])
24+
25+
<br />
26+
27+
### 🏗️ Patch @nhscc/bdpa-cron[@1.0.1][12] (2025-05-30)
28+
29+
#### 🪄 Fixes
30+
31+
- **src:** improve error handling and output ([7d2ecaa][13])
32+
33+
#### ⚙️ Build System
34+
35+
- **package:** add several dependencies ([117c24c][14])
2436

2537
[1]: https://conventionalcommits.org
2638
[2]: https://semver.org
27-
[3]: https://github.com/nhscc/bdpa-cron/commit/abf0233e2b7377c224dc40d02e6091f130c94db7
28-
[4]: https://github.com/nhscc/bdpa-cron/commit/a38709d3e8aeaebaa5c2320def4a3fc254ac04c8
29-
[5]: https://github.com/nhscc/bdpa-cron/commit/096f0290505c411b3fdc7f796df6e6ea029f5bff
30-
[6]: https://github.com/nhscc/bdpa-cron/commit/672b24d9314522a1edf0ba05bc015cc76eda8941
31-
[7]: https://github.com/nhscc/bdpa-cron/commit/737b4f2ca1090929d747a088dd2c130424b5306e
32-
[8]: https://github.com/nhscc/bdpa-cron/commit/7f42b19c00d44ee2ec3c689990c4f9fb3c09232d
33-
[9]: https://github.com/nhscc/bdpa-cron/commit/fb94d84b32201c9d8dab385121a53d5c0ecc3177
34-
[10]: https://github.com/nhscc/bdpa-cron/commit/670d6794a5cff2701b76ae7c78a2f6f20dbd2ecb
39+
[3]: https://github.com/nhscc/bdpa-cron/compare/abf0233e2b7377c224dc40d02e6091f130c94db7...@nhscc/[email protected]
40+
[4]: https://github.com/nhscc/bdpa-cron/commit/abf0233e2b7377c224dc40d02e6091f130c94db7
41+
[5]: https://github.com/nhscc/bdpa-cron/commit/a38709d3e8aeaebaa5c2320def4a3fc254ac04c8
42+
[6]: https://github.com/nhscc/bdpa-cron/commit/096f0290505c411b3fdc7f796df6e6ea029f5bff
43+
[7]: https://github.com/nhscc/bdpa-cron/commit/672b24d9314522a1edf0ba05bc015cc76eda8941
44+
[8]: https://github.com/nhscc/bdpa-cron/commit/737b4f2ca1090929d747a088dd2c130424b5306e
45+
[9]: https://github.com/nhscc/bdpa-cron/commit/7f42b19c00d44ee2ec3c689990c4f9fb3c09232d
46+
[10]: https://github.com/nhscc/bdpa-cron/commit/fb94d84b32201c9d8dab385121a53d5c0ecc3177
47+
[11]: https://github.com/nhscc/bdpa-cron/commit/670d6794a5cff2701b76ae7c78a2f6f20dbd2ecb
48+
[12]: https://github.com/nhscc/bdpa-cron/compare/@nhscc/[email protected]...@nhscc/[email protected]
49+
[13]: https://github.com/nhscc/bdpa-cron/commit/7d2ecaa554069434ddf0e3f05118f816332f92a4
50+
[14]: https://github.com/nhscc/bdpa-cron/commit/117c24c40266cf7a0f902a1bfc12de23f5efda5d

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
- [src/configure](src/configure/README.md)
1313
- [src/constant](src/constant/README.md)
1414
- [src/error](src/error/README.md)
15+
- [src/tasks/ban-hammer](src/tasks/ban-hammer/README.md)
16+
- [src/tasks/initialize-data](src/tasks/initialize-data/README.md)
17+
- [src/tasks/prune-data](src/tasks/prune-data/README.md)
18+
- [src/tasks/simulate-activity](src/tasks/simulate-activity/README.md)
1519
- [src/util](src/util/README.md)
1620
- [test/setup](test/setup/README.md)
1721
- [test/util](test/util/README.md)

docs/src/cli/variables/default.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
# Variable: default
88

9-
> **default**: `RunProgramReturnType`\<`StandardExecutionContext`\>
9+
> **default**: `RunProgramReturnType`\<[`GlobalExecutionContext`](../../configure/type-aliases/GlobalExecutionContext.md)\>
1010
11-
Defined in: [src/cli.ts:8](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/cli.ts#L8)
11+
Defined in: [src/cli.ts:8](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/cli.ts#L8)
1212

1313
This is the simple CLI entry point executed directly by node.

docs/src/commands/enumerations/Task.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,44 +6,44 @@
66

77
# Enumeration: Task
88

9-
Defined in: [src/commands/index.ts:10](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L10)
9+
Defined in: [src/commands/index.ts:31](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/commands/index.ts#L31)
1010

1111
## Enumeration Members
1212

1313
### All
1414

1515
> **All**: `"all"`
1616
17-
Defined in: [src/commands/index.ts:15](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L15)
17+
Defined in: [src/commands/index.ts:36](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/commands/index.ts#L36)
1818

1919
***
2020

2121
### BanHammer
2222

2323
> **BanHammer**: `"ban"`
2424
25-
Defined in: [src/commands/index.ts:12](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L12)
25+
Defined in: [src/commands/index.ts:33](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/commands/index.ts#L33)
2626

2727
***
2828

2929
### InitializeData
3030

3131
> **InitializeData**: `"initialize"`
3232
33-
Defined in: [src/commands/index.ts:11](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L11)
33+
Defined in: [src/commands/index.ts:32](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/commands/index.ts#L32)
3434

3535
***
3636

3737
### PruneData
3838

3939
> **PruneData**: `"prune"`
4040
41-
Defined in: [src/commands/index.ts:13](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L13)
41+
Defined in: [src/commands/index.ts:34](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/commands/index.ts#L34)
4242

4343
***
4444

4545
### SimulateActivity
4646

4747
> **SimulateActivity**: `"simulate"`
4848
49-
Defined in: [src/commands/index.ts:14](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L14)
49+
Defined in: [src/commands/index.ts:35](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/commands/index.ts#L35)

docs/src/commands/functions/default.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
# Function: default()
88

9-
> **default**(`__namedParameters`): `RootConfiguration`\<[`CustomCliArguments`](../type-aliases/CustomCliArguments.md), [`GlobalExecutionContext`](../../configure/type-aliases/GlobalExecutionContext.md)\>
9+
> **default**(`__namedParameters`): `Promise`\<`Partial`\<`Partial`\<`Configuration`\<[`CustomCliArguments`](../type-aliases/CustomCliArguments.md), [`GlobalExecutionContext`](../../configure/type-aliases/GlobalExecutionContext.md)\>\>\>\>
1010
11-
Defined in: [src/commands/index.ts:27](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L27)
11+
Defined in: [src/commands/index.ts:48](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/commands/index.ts#L48)
1212

1313
## Parameters
1414

1515
### \_\_namedParameters
1616

17-
`AsStrictExecutionContext`\<`StandardExecutionContext`\>
17+
`AsStrictExecutionContext`\<[`GlobalExecutionContext`](../../configure/type-aliases/GlobalExecutionContext.md)\>
1818

1919
## Returns
2020

21-
`RootConfiguration`\<[`CustomCliArguments`](../type-aliases/CustomCliArguments.md), [`GlobalExecutionContext`](../../configure/type-aliases/GlobalExecutionContext.md)\>
21+
`Promise`\<`Partial`\<`Partial`\<`Configuration`\<[`CustomCliArguments`](../type-aliases/CustomCliArguments.md), [`GlobalExecutionContext`](../../configure/type-aliases/GlobalExecutionContext.md)\>\>\>\>

docs/src/commands/stats/functions/default.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
> **default**(`__namedParameters`): `ChildConfiguration`\<[`CustomCliArguments`](../type-aliases/CustomCliArguments.md), [`GlobalExecutionContext`](../../../configure/type-aliases/GlobalExecutionContext.md)\>
1010
11-
Defined in: [src/commands/stats.ts:11](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/stats.ts#L11)
11+
Defined in: [src/commands/stats.ts:11](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/commands/stats.ts#L11)
1212

1313
## Parameters
1414

1515
### \_\_namedParameters
1616

17-
`AsStrictExecutionContext`\<`StandardExecutionContext`\>
17+
`AsStrictExecutionContext`\<[`GlobalExecutionContext`](../../../configure/type-aliases/GlobalExecutionContext.md)\>
1818

1919
## Returns
2020

docs/src/commands/stats/type-aliases/CustomCliArguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
> **CustomCliArguments** = [`GlobalCliArguments`](../../../configure/type-aliases/GlobalCliArguments.md)
1010
11-
Defined in: [src/commands/stats.ts:9](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/stats.ts#L9)
11+
Defined in: [src/commands/stats.ts:9](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/commands/stats.ts#L9)

docs/src/commands/type-aliases/CustomCliArguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **CustomCliArguments** = [`GlobalCliArguments`](../../configure/type-aliases/GlobalCliArguments.md) & `object`
1010
11-
Defined in: [src/commands/index.ts:23](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L23)
11+
Defined in: [src/commands/index.ts:44](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/commands/index.ts#L44)
1212

1313
## Type declaration
1414

docs/src/commands/variables/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> `const` **tasks**: [`Task`](../enumerations/Task.md)[]
1010
11-
Defined in: [src/commands/index.ts:21](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L21)
11+
Defined in: [src/commands/index.ts:42](https://github.com/nhscc/bdpa-cron/blob/8ad58c8c8508bf539936ccdd28c6f77ce4493fea/src/commands/index.ts#L42)
1212

1313
## See
1414

docs/src/configure/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
## Type Aliases
1010

11+
- [Configuration](type-aliases/Configuration.md)
1112
- [GlobalCliArguments](type-aliases/GlobalCliArguments.md)
1213
- [GlobalExecutionContext](type-aliases/GlobalExecutionContext.md)
1314

@@ -20,3 +21,4 @@
2021
## Functions
2122

2223
- [configureExecutionContext](functions/configureExecutionContext.md)
24+
- [getWellKnownConfigPath](functions/getWellKnownConfigPath.md)

0 commit comments

Comments
 (0)