bloom-player 2.4.2 → 2.4.3

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.
@@ -8,7 +8,7 @@
8
8
  </head>
9
9
  <body style="background-color: #2e2e2e;">
10
10
  <div id="root"><span style="color: #d65649">Loading Bloom Player...</span></div>
11
- <script type="text/javascript" src="bloomPlayer-78bb335e773c156c9c25.min.js"></script></body>
11
+ <script type="text/javascript" src="bloomPlayer-ea369ba2a23fe7538f25.min.js"></script></body>
12
12
  <!-- At build time, we insert a script tag pointing at bloomPlayer.min.js but with a hash created at build time,
13
13
  to avoid getting a stale version from a cache (while allowing us to cache it for a long time).
14
14
  It has a style sheet which sets the same color on the body, but it takes a while to fetch and load,
package/package.json CHANGED
@@ -22,5 +22,5 @@
22
22
  "node": "16.14.0",
23
23
  "yarn": "1.22.19"
24
24
  },
25
- "version": "2.4.2"
25
+ "version": "2.4.3"
26
26
  }