@citolab/qti-components 6.9.1-beta.6 → 6.9.1-beta.8

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.
@@ -1,2 +1,2 @@
1
- import{d as a,e as b,f as c}from"../chunk-H4VLZ2F7.js";export{a as qtiTransformItem,b as qtiTransformManifest,c as qtiTransformTest};
1
+ import{a,b,c}from"../chunk-62FWJYVB.js";import"../chunk-E7TLXHQH.js";export{a as qtiTransformItem,b as qtiTransformManifest,c as qtiTransformTest};
2
2
  //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFtdLAogICJzb3VyY2VzQ29udGVudCI6IFtdLAogICJtYXBwaW5ncyI6ICIiLAogICJuYW1lcyI6IFtdCn0K
package/package.json CHANGED
@@ -21,11 +21,13 @@
21
21
  "engines": {
22
22
  "node": ">=20.0.0"
23
23
  },
24
- "version": "6.9.1-beta.6",
24
+ "version": "6.9.1-beta.8",
25
25
  "type": "module",
26
26
  "exports": {
27
27
  "./qti-components": "./dist/qti-components/index.js",
28
28
  "./qti-transformers": "./dist/qti-transformers/index.js",
29
+ "./qti-item": "./dist/qti-item/index.js",
30
+ "./qti-loader": "./dist/qti-loader/index.js",
29
31
  "./item.css": "./dist/item.css"
30
32
  },
31
33
  "types": "./dist/qti-components/index.d.ts",
@@ -36,6 +38,12 @@
36
38
  ],
37
39
  "qti-transformers": [
38
40
  "./dist/qti-transformers/index.d.ts"
41
+ ],
42
+ "qti-item": [
43
+ "./dist/qti-item/index.d.ts"
44
+ ],
45
+ "qti-loader": [
46
+ "./dist/qti-loader/index.d.ts"
39
47
  ]
40
48
  }
41
49
  },