@timeback/caliper 0.3.0 → 0.3.1-beta.20260424232842

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2123,8 +2123,8 @@ var QtiAssessmentItemUpdateInput = z11.object({
2123
2123
  feedbackBlock: z11.array(QtiFeedbackBlock).optional(),
2124
2124
  rubrics: z11.array(QtiRubric).optional(),
2125
2125
  stimulus: QtiStimulusReference.optional(),
2126
- rawXml: z11.string(),
2127
- content: z11.record(z11.string(), z11.unknown())
2126
+ rawXml: z11.string().optional(),
2127
+ content: z11.record(z11.string(), z11.unknown()).optional()
2128
2128
  }).strict();
2129
2129
  var QtiAssessmentItemProcessResponseInput = z11.object({
2130
2130
  identifier: NonEmptyString,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timeback/caliper",
3
- "version": "0.3.0",
3
+ "version": "0.3.1-beta.20260424232842",
4
4
  "description": "Caliper Analytics client SDK for Timeback",
5
5
  "type": "module",
6
6
  "exports": {