@pie-players/pie-tool-text-to-speech 0.3.27 → 0.3.28

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.
@@ -3152,12 +3152,7 @@ var qa = class {
3152
3152
  },
3153
3153
  lazy: !0
3154
3154
  },
3155
- supportedLevels: [
3156
- "section",
3157
- "item",
3158
- "passage",
3159
- "rubric"
3160
- ],
3155
+ supportedLevels: ["item", "passage"],
3161
3156
  pnpSupportIds: [
3162
3157
  "textToSpeech",
3163
3158
  "readAloud",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-players/pie-tool-text-to-speech",
3
- "version": "0.3.27",
3
+ "version": "0.3.28",
4
4
  "type": "module",
5
5
  "description": "Text-to-Speech tool for PIE assessment player with word-level highlighting",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "unpkg": "./dist/tool-text-to-speech.js",
36
36
  "jsdelivr": "./dist/tool-text-to-speech.js",
37
37
  "dependencies": {
38
- "@pie-players/pie-assessment-toolkit": "0.3.27",
39
- "@pie-players/pie-players-shared": "0.3.27"
38
+ "@pie-players/pie-assessment-toolkit": "0.3.28",
39
+ "@pie-players/pie-players-shared": "0.3.28"
40
40
  },
41
41
  "types": "./dist/index.d.ts",
42
42
  "scripts": {