@codedrifters/configulator 0.0.248 → 0.0.250
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/docs/label-taxonomy.md +1 -1
- package/lib/index.d.mts +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js +140 -98
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +140 -98
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
@@ -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
|
@@ -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
|
}
|