From dfad78ed214b02c881c1b987dd694913de452bce Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 20 Aug 2024 23:40:28 -0700 Subject: [PATCH] Fix a misnamed property in the options schema. (#4896) --- .../fix-options_2024-08-21-06-39.json | 10 ++++++++++ .../src/schemas/options.schema.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 common/changes/@rushstack/heft-localization-typings-plugin/fix-options_2024-08-21-06-39.json diff --git a/common/changes/@rushstack/heft-localization-typings-plugin/fix-options_2024-08-21-06-39.json b/common/changes/@rushstack/heft-localization-typings-plugin/fix-options_2024-08-21-06-39.json new file mode 100644 index 00000000000..0e1d49d041c --- /dev/null +++ b/common/changes/@rushstack/heft-localization-typings-plugin/fix-options_2024-08-21-06-39.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@rushstack/heft-localization-typings-plugin", + "comment": "Fix a misnamed property in the options schema.", + "type": "patch" + } + ], + "packageName": "@rushstack/heft-localization-typings-plugin" +} \ No newline at end of file diff --git a/heft-plugins/heft-localization-typings-plugin/src/schemas/options.schema.json b/heft-plugins/heft-localization-typings-plugin/src/schemas/options.schema.json index efae58f0e9b..5467ae8afdf 100644 --- a/heft-plugins/heft-localization-typings-plugin/src/schemas/options.schema.json +++ b/heft-plugins/heft-localization-typings-plugin/src/schemas/options.schema.json @@ -4,7 +4,7 @@ "type": "object", "additionalProperties": false, "properties": { - "exportAsDefaultOptions": { + "exportAsDefault": { "oneOf": [ { "type": "boolean"