@openframe-org/criteria-set-protocol 2.2.11 → 2.2.13

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.
@@ -20,6 +20,7 @@ exports.themeOptionsSchema = zod_1.z
20
20
  })
21
21
  .and(common_1.breadcrumbOptionsSchema)
22
22
  .and(common_1.documentTreeOptionsSchema)
23
+ .and(common_1.reportOptionsSchema)
23
24
  .describe("ThemeOptions - Configuration options for theme display and behavior");
24
25
  exports.themeSchema = common_1.abstractElementSchema
25
26
  .extend({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openframe-org/criteria-set-protocol",
3
- "version": "2.2.11",
3
+ "version": "2.2.13",
4
4
  "description": "A protocol and tools for defining and working with criteria sets",
5
5
  "private": false,
6
6
  "author": "Andrés Angulo <aa@openframe.org>",