@pie-framework/pie-fixed-player-static 1.0.0-7275d61.1 → 1.0.0-d5819f3.1

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
@@ -1,6 +1,6 @@
1
1
  # @pie-framework/pie-fixed-player-static
2
2
 
3
- Version: 1.0.0-7275d61.1
3
+ Version: 1.0.0-d5819f3.1
4
4
 
5
5
  Pre-bundled PIE fixed player with static element versions for production use.
6
6
 
@@ -14,11 +14,12 @@ in Pieoneer, use `pie-inline-player` instead.
14
14
  - @pie-element/hotspot@9.3.2
15
15
  - @pie-element/image-cloze-association@8.3.2
16
16
  - @pie-element/multiple-choice@11.4.3
17
+ - @pie-element/passage@5.3.3
17
18
 
18
19
  ## Installation
19
20
 
20
21
  ```bash
21
- npm install @pie-framework/pie-fixed-player-static@1.0.0-7275d61.1
22
+ npm install @pie-framework/pie-fixed-player-static@1.0.0-d5819f3.1
22
23
  ```
23
24
 
24
25
  ## Usage
package/dist/index.js CHANGED
@@ -232,7 +232,7 @@
232
232
 
233
233
  // 3. NOW load PIE element bundles (IIFE) - these execute immediately
234
234
  // The IIFE must find math-rendering globals already set (which they now are)
235
- await importWithRetry('./pie-elements-bundle-7275d61.js', 4, 200);
235
+ await importWithRetry('./pie-elements-bundle-d5819f3.js', 4, 200);
236
236
 
237
237
  // 4. Load pie-fixed-player custom element
238
238
  await importWithRetry('./pie-fixed-player.js', 4, 200);