@pie-players/pie-assessment-toolkit 0.3.69 → 0.3.71

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/README.md CHANGED
@@ -911,6 +911,9 @@ const services = coordinator.getServiceBundle();
911
911
  coordinator.isToolEnabled('textToSpeech'); // Check if tool is enabled
912
912
  coordinator.getToolConfig('textToSpeech'); // Get tool-specific config
913
913
  coordinator.updateToolConfig('textToSpeech', { rate: 1.5 }); // Update tool config
914
+
915
+ // Final teardown by the owner that constructed the coordinator
916
+ await coordinator.dispose();
914
917
  ```
915
918
 
916
919
  ### Direct Service Access
@@ -1 +1 @@
1
- import{a}from"./chunks/ItemToolBar-pe5szfyx.js";import"./chunks/ItemToolBar-rd7te9r0.js";export{a as default};
1
+ import{a}from"./chunks/ItemToolBar-byq80z42.js";import"./chunks/ItemToolBar-d36g3aw4.js";export{a as default};