Skip to content

Commit 823d169

Browse files
committed
release: @nhscc/[email protected] [skip ci]
## 🪄 Fixes - Expand multitenancy support ([cc06230][2]) [1]: https://github.com/nhscc/bdpa-cli/compare/@nhscc/[email protected]...@nhscc/[email protected] [2]: cc06230
1 parent cc06230 commit 823d169

File tree

62 files changed

+153
-89
lines changed

Some content is hidden

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

62 files changed

+153
-89
lines changed

CHANGELOG.md

Lines changed: 34 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -41,33 +41,41 @@ this project adheres to [Semantic Versioning][2].
4141

4242
<br />
4343

44-
## @nhscc/bdpa-cli[@1.0.0][26] (2025-05-28)
44+
### 🏗️ Patch @nhscc/bdpa-cli[@1.1.1][26] (2025-07-17)
45+
46+
#### 🪄 Fixes
47+
48+
- Expand multitenancy support ([cc06230][27])
49+
50+
<br />
51+
52+
## @nhscc/bdpa-cli[@1.0.0][28] (2025-05-28)
4553

4654
### ✨ Features
4755

48-
- Bring in cli functionality (base template) ([abf0233][27])
49-
- **commands:** add root, "stats" commands ([a38709d][28])
50-
- **commands:** add root, "stats" commands ([096f029][29])
56+
- Bring in cli functionality (base template) ([abf0233][29])
57+
- **commands:** add root, "stats" commands ([a38709d][30])
58+
- **commands:** add root, "stats" commands ([096f029][31])
5159

5260
### ⚙️ Build System
5361

54-
- **deps:** bump @-xun/cli from 1.3.2 to 2.0.0 ([672b24d][30])
55-
- **deps:** bump @-xun/cli from 2.0.0 to 2.0.2 ([737b4f2][31])
56-
- **package:** add core-js dependency ([7f42b19][32])
57-
- **package:** mark package as non-private ([fb94d84][33])
58-
- **package:** place package under `[@nhscc](https://github.com/nhscc)` namespace ([670d679][34])
62+
- **deps:** bump @-xun/cli from 1.3.2 to 2.0.0 ([672b24d][32])
63+
- **deps:** bump @-xun/cli from 2.0.0 to 2.0.2 ([737b4f2][33])
64+
- **package:** add core-js dependency ([7f42b19][34])
65+
- **package:** mark package as non-private ([fb94d84][35])
66+
- **package:** place package under `[@nhscc](https://github.com/nhscc)` namespace ([670d679][36])
5967

6068
<br />
6169

62-
### 🏗️ Patch @nhscc/bdpa-cli[@1.0.1][35] (2025-05-30)
70+
### 🏗️ Patch @nhscc/bdpa-cli[@1.0.1][37] (2025-05-30)
6371

6472
#### 🪄 Fixes
6573

66-
- **src:** improve error handling and output ([7d2ecaa][36])
74+
- **src:** improve error handling and output ([7d2ecaa][38])
6775

6876
#### ⚙️ Build System
6977

70-
- **package:** add several dependencies ([117c24c][37])
78+
- **package:** add several dependencies ([117c24c][39])
7179

7280
[1]: https://conventionalcommits.org
7381
[2]: https://semver.org
@@ -94,15 +102,17 @@ this project adheres to [Semantic Versioning][2].
94102
[23]: https://github.com/nhscc/bdpa-cli/commit/4ecdd97e0008bfb3281d5a610322193e02103382
95103
[24]: https://github.com/nhscc/bdpa-cli/commit/af3d4784bcd0f7dee24607091d89d8f6076cc15c
96104
[25]: https://github.com/nhscc/bdpa-cli/commit/b443dda9da2c3974bea826255c4901d097423985
97-
[26]: https://github.com/nhscc/bdpa-cli/compare/abf0233e2b7377c224dc40d02e6091f130c94db7...@nhscc/[email protected]
98-
[27]: https://github.com/nhscc/bdpa-cli/commit/abf0233e2b7377c224dc40d02e6091f130c94db7
99-
[28]: https://github.com/nhscc/bdpa-cli/commit/a38709d3e8aeaebaa5c2320def4a3fc254ac04c8
100-
[29]: https://github.com/nhscc/bdpa-cli/commit/096f0290505c411b3fdc7f796df6e6ea029f5bff
101-
[30]: https://github.com/nhscc/bdpa-cli/commit/672b24d9314522a1edf0ba05bc015cc76eda8941
102-
[31]: https://github.com/nhscc/bdpa-cli/commit/737b4f2ca1090929d747a088dd2c130424b5306e
103-
[32]: https://github.com/nhscc/bdpa-cli/commit/7f42b19c00d44ee2ec3c689990c4f9fb3c09232d
104-
[33]: https://github.com/nhscc/bdpa-cli/commit/fb94d84b32201c9d8dab385121a53d5c0ecc3177
105-
[34]: https://github.com/nhscc/bdpa-cli/commit/670d6794a5cff2701b76ae7c78a2f6f20dbd2ecb
106-
[35]: https://github.com/nhscc/bdpa-cli/compare/@nhscc/[email protected]...@nhscc/[email protected]
107-
[36]: https://github.com/nhscc/bdpa-cli/commit/7d2ecaa554069434ddf0e3f05118f816332f92a4
108-
[37]: https://github.com/nhscc/bdpa-cli/commit/117c24c40266cf7a0f902a1bfc12de23f5efda5d
105+
[26]: https://github.com/nhscc/bdpa-cli/compare/@nhscc/[email protected]...@nhscc/[email protected]
106+
[27]: https://github.com/nhscc/bdpa-cli/commit/cc06230b8b3c4bd28c3da1903ce886e7c819a1ce
107+
[28]: https://github.com/nhscc/bdpa-cli/compare/abf0233e2b7377c224dc40d02e6091f130c94db7...@nhscc/[email protected]
108+
[29]: https://github.com/nhscc/bdpa-cli/commit/abf0233e2b7377c224dc40d02e6091f130c94db7
109+
[30]: https://github.com/nhscc/bdpa-cli/commit/a38709d3e8aeaebaa5c2320def4a3fc254ac04c8
110+
[31]: https://github.com/nhscc/bdpa-cli/commit/096f0290505c411b3fdc7f796df6e6ea029f5bff
111+
[32]: https://github.com/nhscc/bdpa-cli/commit/672b24d9314522a1edf0ba05bc015cc76eda8941
112+
[33]: https://github.com/nhscc/bdpa-cli/commit/737b4f2ca1090929d747a088dd2c130424b5306e
113+
[34]: https://github.com/nhscc/bdpa-cli/commit/7f42b19c00d44ee2ec3c689990c4f9fb3c09232d
114+
[35]: https://github.com/nhscc/bdpa-cli/commit/fb94d84b32201c9d8dab385121a53d5c0ecc3177
115+
[36]: https://github.com/nhscc/bdpa-cli/commit/670d6794a5cff2701b76ae7c78a2f6f20dbd2ecb
116+
[37]: https://github.com/nhscc/bdpa-cli/compare/@nhscc/[email protected]...@nhscc/[email protected]
117+
[38]: https://github.com/nhscc/bdpa-cli/commit/7d2ecaa554069434ddf0e3f05118f816332f92a4
118+
[39]: https://github.com/nhscc/bdpa-cli/commit/117c24c40266cf7a0f902a1bfc12de23f5efda5d

docs/src/cli/variables/default.md

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

99
> **default**: `RunProgramReturnType`\<[`GlobalExecutionContext`](../../configure/type-aliases/GlobalExecutionContext.md)\>
1010
11-
Defined in: [src/cli.ts:11](https://github.com/nhscc/bdpa-cli/blob/c94db553ec39d857ac60551d2e8f859ed5e499b8/src/cli.ts#L11)
11+
Defined in: [src/cli.ts:11](https://github.com/nhscc/bdpa-cli/blob/cc06230b8b3c4bd28c3da1903ce886e7c819a1ce/src/cli.ts#L11)
1212

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

docs/src/commands/functions/default.md

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

99
> **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:42](https://github.com/nhscc/bdpa-cli/blob/c94db553ec39d857ac60551d2e8f859ed5e499b8/src/commands/index.ts#L42)
11+
Defined in: [src/commands/index.ts:42](https://github.com/nhscc/bdpa-cli/blob/cc06230b8b3c4bd28c3da1903ce886e7c819a1ce/src/commands/index.ts#L42)
1212

1313
## Parameters
1414

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

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

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

1313
## Parameters
1414

docs/src/commands/keys/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/keys.ts:9](https://github.com/nhscc/bdpa-cli/blob/c94db553ec39d857ac60551d2e8f859ed5e499b8/src/commands/keys.ts#L9)
11+
Defined in: [src/commands/keys.ts:9](https://github.com/nhscc/bdpa-cli/blob/cc06230b8b3c4bd28c3da1903ce886e7c819a1ce/src/commands/keys.ts#L9)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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-cli/blob/c94db553ec39d857ac60551d2e8f859ed5e499b8/src/commands/stats.ts#L11)
11+
Defined in: [src/commands/stats.ts:11](https://github.com/nhscc/bdpa-cli/blob/cc06230b8b3c4bd28c3da1903ce886e7c819a1ce/src/commands/stats.ts#L11)
1212

1313
## Parameters
1414

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-cli/blob/c94db553ec39d857ac60551d2e8f859ed5e499b8/src/commands/stats.ts#L9)
11+
Defined in: [src/commands/stats.ts:9](https://github.com/nhscc/bdpa-cli/blob/cc06230b8b3c4bd28c3da1903ce886e7c819a1ce/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:38](https://github.com/nhscc/bdpa-cli/blob/c94db553ec39d857ac60551d2e8f859ed5e499b8/src/commands/index.ts#L38)
11+
Defined in: [src/commands/index.ts:38](https://github.com/nhscc/bdpa-cli/blob/cc06230b8b3c4bd28c3da1903ce886e7c819a1ce/src/commands/index.ts#L38)
1212

1313
## Type declaration
1414

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

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

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

1313
## Parameters
1414

docs/src/commands/workspaces/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/workspaces.ts:9](https://github.com/nhscc/bdpa-cli/blob/c94db553ec39d857ac60551d2e8f859ed5e499b8/src/commands/workspaces.ts#L9)
11+
Defined in: [src/commands/workspaces.ts:9](https://github.com/nhscc/bdpa-cli/blob/cc06230b8b3c4bd28c3da1903ce886e7c819a1ce/src/commands/workspaces.ts#L9)

0 commit comments

Comments
 (0)