@citolab/qti-components 6.6.1-12 → 6.6.1-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.
@@ -96,65 +96,6 @@
96
96
  }
97
97
  ]
98
98
  },
99
- {
100
- "kind": "javascript-module",
101
- "path": "src/lib/qti-transformers/index.ts",
102
- "declarations": [],
103
- "exports": [
104
- {
105
- "kind": "js",
106
- "name": "*",
107
- "declaration": {
108
- "name": "*",
109
- "package": "./qti-transformers"
110
- }
111
- }
112
- ]
113
- },
114
- {
115
- "kind": "javascript-module",
116
- "path": "src/lib/qti-transformers/qti-transformers.ts",
117
- "declarations": [
118
- {
119
- "kind": "function",
120
- "name": "qtiTransformItem",
121
- "description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
122
- "return": {
123
- "type": {
124
- "text": ""
125
- }
126
- }
127
- },
128
- {
129
- "kind": "function",
130
- "name": "qtiTransformTest",
131
- "description": "Returns an object with methods to load, parse and transform QTI tests.",
132
- "return": {
133
- "type": {
134
- "text": ""
135
- }
136
- }
137
- }
138
- ],
139
- "exports": [
140
- {
141
- "kind": "js",
142
- "name": "qtiTransformItem",
143
- "declaration": {
144
- "name": "qtiTransformItem",
145
- "module": "src/lib/qti-transformers/qti-transformers.ts"
146
- }
147
- },
148
- {
149
- "kind": "js",
150
- "name": "qtiTransformTest",
151
- "declaration": {
152
- "name": "qtiTransformTest",
153
- "module": "src/lib/qti-transformers/qti-transformers.ts"
154
- }
155
- }
156
- ]
157
- },
158
99
  {
159
100
  "kind": "javascript-module",
160
101
  "path": "src/lib/qti-components/index.ts",
@@ -562,6 +503,65 @@
562
503
  }
563
504
  ]
564
505
  },
506
+ {
507
+ "kind": "javascript-module",
508
+ "path": "src/lib/qti-transformers/index.ts",
509
+ "declarations": [],
510
+ "exports": [
511
+ {
512
+ "kind": "js",
513
+ "name": "*",
514
+ "declaration": {
515
+ "name": "*",
516
+ "package": "./qti-transformers"
517
+ }
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "kind": "javascript-module",
523
+ "path": "src/lib/qti-transformers/qti-transformers.ts",
524
+ "declarations": [
525
+ {
526
+ "kind": "function",
527
+ "name": "qtiTransformItem",
528
+ "description": "This module exports a function that returns an object with methods to load, parse, transform and serialize QTI XML items.",
529
+ "return": {
530
+ "type": {
531
+ "text": ""
532
+ }
533
+ }
534
+ },
535
+ {
536
+ "kind": "function",
537
+ "name": "qtiTransformTest",
538
+ "description": "Returns an object with methods to load, parse and transform QTI tests.",
539
+ "return": {
540
+ "type": {
541
+ "text": ""
542
+ }
543
+ }
544
+ }
545
+ ],
546
+ "exports": [
547
+ {
548
+ "kind": "js",
549
+ "name": "qtiTransformItem",
550
+ "declaration": {
551
+ "name": "qtiTransformItem",
552
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
553
+ }
554
+ },
555
+ {
556
+ "kind": "js",
557
+ "name": "qtiTransformTest",
558
+ "declaration": {
559
+ "name": "qtiTransformTest",
560
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
561
+ }
562
+ }
563
+ ]
564
+ },
565
565
  {
566
566
  "kind": "javascript-module",
567
567
  "path": "src/lib/qti-components/internal/event-types.ts",