@timeback/caliper 0.3.1-beta.20260424012619 → 0.3.1
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/dist/index.js +2 -2
- package/package.json +2 -2
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.1
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Caliper Analytics client SDK for Timeback",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"test:e2e": "vitest run --config vitest.e2e.config.ts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@timeback/types": "0.3.
|
|
34
|
+
"@timeback/types": "0.3.1",
|
|
35
35
|
"zod": "^4.2.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|