@pie-players/pie-section-player 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.
|
@@ -3098,12 +3098,7 @@ var ll = class {
|
|
|
3098
3098
|
},
|
|
3099
3099
|
lazy: !0
|
|
3100
3100
|
},
|
|
3101
|
-
supportedLevels: [
|
|
3102
|
-
"section",
|
|
3103
|
-
"item",
|
|
3104
|
-
"passage",
|
|
3105
|
-
"rubric"
|
|
3106
|
-
],
|
|
3101
|
+
supportedLevels: ["item", "passage"],
|
|
3107
3102
|
pnpSupportIds: [
|
|
3108
3103
|
"textToSpeech",
|
|
3109
3104
|
"readAloud",
|
|
@@ -4391,12 +4391,7 @@ var pd = class {
|
|
|
4391
4391
|
},
|
|
4392
4392
|
lazy: !0
|
|
4393
4393
|
},
|
|
4394
|
-
supportedLevels: [
|
|
4395
|
-
"section",
|
|
4396
|
-
"item",
|
|
4397
|
-
"passage",
|
|
4398
|
-
"rubric"
|
|
4399
|
-
],
|
|
4394
|
+
supportedLevels: ["item", "passage"],
|
|
4400
4395
|
pnpSupportIds: [
|
|
4401
4396
|
"textToSpeech",
|
|
4402
4397
|
"readAloud",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/pie-section-player",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.28",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Web component for rendering QTI 3.0 assessment sections with passages and items",
|
|
6
6
|
"license": "MIT",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"lint": "biome check ."
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
|
-
"@pie-players/pie-tool-annotation-toolbar": "0.3.
|
|
92
|
+
"@pie-players/pie-tool-annotation-toolbar": "0.3.28"
|
|
93
93
|
},
|
|
94
94
|
"peerDependenciesMeta": {
|
|
95
95
|
"@pie-players/pie-tool-annotation-toolbar": {
|
|
@@ -97,14 +97,14 @@
|
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@pie-players/pie-assessment-toolkit": "0.3.
|
|
101
|
-
"@pie-players/pie-item-player": "0.3.
|
|
102
|
-
"@pie-players/pie-context": "0.3.
|
|
103
|
-
"@pie-players/pie-players-shared": "0.3.
|
|
104
|
-
"@pie-players/pie-tool-calculator-desmos": "0.3.
|
|
105
|
-
"@pie-players/pie-tool-text-to-speech": "0.3.
|
|
106
|
-
"@pie-players/pie-tool-tts-inline": "0.3.
|
|
107
|
-
"@pie-players/pie-toolbars": "0.3.
|
|
100
|
+
"@pie-players/pie-assessment-toolkit": "0.3.28",
|
|
101
|
+
"@pie-players/pie-item-player": "0.3.28",
|
|
102
|
+
"@pie-players/pie-context": "0.3.28",
|
|
103
|
+
"@pie-players/pie-players-shared": "0.3.28",
|
|
104
|
+
"@pie-players/pie-tool-calculator-desmos": "0.3.28",
|
|
105
|
+
"@pie-players/pie-tool-text-to-speech": "0.3.28",
|
|
106
|
+
"@pie-players/pie-tool-tts-inline": "0.3.28",
|
|
107
|
+
"@pie-players/pie-toolbars": "0.3.28"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@axe-core/playwright": "^4.11.1",
|