@codedrifters/configulator 0.0.249 → 0.0.251
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/README.md +4 -1327
- package/docs/label-taxonomy.md +1 -1
- package/lib/index.d.mts +5 -5
- package/lib/index.d.ts +5 -5
- package/lib/index.js +113 -100
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +113 -100
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -3
package/docs/label-taxonomy.md
CHANGED
|
@@ -133,7 +133,7 @@ belongs to.
|
|
|
133
133
|
|
|
134
134
|
## See also
|
|
135
135
|
|
|
136
|
-
- `docs/audits/label-audit-308.md` — initial audit of configulator
|
|
136
|
+
- `docs/src/content/docs/audits/label-audit-308.md` — initial audit of configulator
|
|
137
137
|
labels against a reference taxonomy from a downstream project
|
|
138
138
|
- `src/workflows/sync-labels.ts` — source of truth for the Tier 1
|
|
139
139
|
default labels
|
package/lib/index.d.mts
CHANGED
|
@@ -2018,13 +2018,13 @@ declare const VERSION: {
|
|
|
2018
2018
|
/**
|
|
2019
2019
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
2020
2020
|
*/
|
|
2021
|
-
readonly ASTRO_VERSION: "6.1.
|
|
2021
|
+
readonly ASTRO_VERSION: "6.1.7";
|
|
2022
2022
|
/**
|
|
2023
2023
|
* CDK CLI for workflows and command line operations.
|
|
2024
2024
|
*
|
|
2025
2025
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
2026
2026
|
*/
|
|
2027
|
-
readonly AWS_CDK_CLI_VERSION: "2.1118.
|
|
2027
|
+
readonly AWS_CDK_CLI_VERSION: "2.1118.2";
|
|
2028
2028
|
/**
|
|
2029
2029
|
* CDK Version to use for construct projects.
|
|
2030
2030
|
*
|
|
@@ -2051,7 +2051,7 @@ declare const VERSION: {
|
|
|
2051
2051
|
/**
|
|
2052
2052
|
* Version of Projen to use.
|
|
2053
2053
|
*/
|
|
2054
|
-
readonly PROJEN_VERSION: "0.99.
|
|
2054
|
+
readonly PROJEN_VERSION: "0.99.50";
|
|
2055
2055
|
/**
|
|
2056
2056
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
2057
2057
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -2736,7 +2736,7 @@ declare class AwsDeployWorkflow extends Component {
|
|
|
2736
2736
|
* singleton (the single Starlight site at `/docs`); `APPS`, `PACKAGES`,
|
|
2737
2737
|
* and `SITES` are parents for `@scope/<name>` sub-projects.
|
|
2738
2738
|
*
|
|
2739
|
-
* @see docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md
|
|
2739
|
+
* @see docs/src/content/docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md
|
|
2740
2740
|
*/
|
|
2741
2741
|
declare const MONOREPO_LAYOUT: {
|
|
2742
2742
|
readonly DOCS: "docs";
|
|
@@ -3431,7 +3431,7 @@ interface MonorepoProjectOptions extends Omit<TypeScriptProjectOptions$1, "defau
|
|
|
3431
3431
|
* release will flip the default to `"error"`.
|
|
3432
3432
|
*
|
|
3433
3433
|
* @default "warn"
|
|
3434
|
-
* @see docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md
|
|
3434
|
+
* @see docs/src/content/docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md
|
|
3435
3435
|
*/
|
|
3436
3436
|
readonly layoutEnforcement?: LayoutEnforcement;
|
|
3437
3437
|
}
|
package/lib/index.d.ts
CHANGED
|
@@ -2067,13 +2067,13 @@ declare const VERSION: {
|
|
|
2067
2067
|
/**
|
|
2068
2068
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
2069
2069
|
*/
|
|
2070
|
-
readonly ASTRO_VERSION: "6.1.
|
|
2070
|
+
readonly ASTRO_VERSION: "6.1.7";
|
|
2071
2071
|
/**
|
|
2072
2072
|
* CDK CLI for workflows and command line operations.
|
|
2073
2073
|
*
|
|
2074
2074
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
2075
2075
|
*/
|
|
2076
|
-
readonly AWS_CDK_CLI_VERSION: "2.1118.
|
|
2076
|
+
readonly AWS_CDK_CLI_VERSION: "2.1118.2";
|
|
2077
2077
|
/**
|
|
2078
2078
|
* CDK Version to use for construct projects.
|
|
2079
2079
|
*
|
|
@@ -2100,7 +2100,7 @@ declare const VERSION: {
|
|
|
2100
2100
|
/**
|
|
2101
2101
|
* Version of Projen to use.
|
|
2102
2102
|
*/
|
|
2103
|
-
readonly PROJEN_VERSION: "0.99.
|
|
2103
|
+
readonly PROJEN_VERSION: "0.99.50";
|
|
2104
2104
|
/**
|
|
2105
2105
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
2106
2106
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -2785,7 +2785,7 @@ declare class AwsDeployWorkflow extends Component {
|
|
|
2785
2785
|
* singleton (the single Starlight site at `/docs`); `APPS`, `PACKAGES`,
|
|
2786
2786
|
* and `SITES` are parents for `@scope/<name>` sub-projects.
|
|
2787
2787
|
*
|
|
2788
|
-
* @see docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md
|
|
2788
|
+
* @see docs/src/content/docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md
|
|
2789
2789
|
*/
|
|
2790
2790
|
declare const MONOREPO_LAYOUT: {
|
|
2791
2791
|
readonly DOCS: "docs";
|
|
@@ -3480,7 +3480,7 @@ interface MonorepoProjectOptions extends Omit<TypeScriptProjectOptions$1, "defau
|
|
|
3480
3480
|
* release will flip the default to `"error"`.
|
|
3481
3481
|
*
|
|
3482
3482
|
* @default "warn"
|
|
3483
|
-
* @see docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md
|
|
3483
|
+
* @see docs/src/content/docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md
|
|
3484
3484
|
*/
|
|
3485
3485
|
readonly layoutEnforcement?: LayoutEnforcement;
|
|
3486
3486
|
}
|