@openframe-org/criteria-set-protocol 2.2.0 → 2.2.2

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.
@@ -28,7 +28,6 @@ exports.themeSchema = common_1.abstractElementSchema
28
28
  .optional()
29
29
  .describe("Visual styling configuration for the theme"),
30
30
  items: zod_1.z.array(criterion_1.criterionSchema).describe("The criteria in this theme"),
31
- options: exports.themeOptionsSchema
32
- .describe("Configuration options for the theme display and behavior"),
31
+ options: exports.themeOptionsSchema.describe("Configuration options for the theme display and behavior"),
33
32
  })
34
33
  .describe("Theme - Represents a theme, which is the top layer of the criteria tree");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openframe-org/criteria-set-protocol",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
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>",