Skip to content

Commit

Permalink
chore(icecast-metadata-stats): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaz committed Nov 14, 2024
1 parent dbfd0d9 commit 189c7eb
Show file tree
Hide file tree
Showing 11 changed files with 230 additions and 325 deletions.
139 changes: 27 additions & 112 deletions src/demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@minify-html/node": "^0.15.0",
"gh-pages": "^6.1.1",
"prettier": "^3.2.5"
"gh-pages": "^6.2.0",
"prettier": "^3.3.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
6 changes: 3 additions & 3 deletions src/demo/public/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="theme-color" content="#000000" />
<meta name="title" content="Icecast Metadata Player Demo" />
<script src="/icecast-metadata-js/icecast-metadata-player-1.17.4.main.min.js"></script>
<script src="/icecast-metadata-js/icecast-metadata-stats-0.1.11.min.js"></script>
<script src="/icecast-metadata-js/icecast-metadata-stats-0.1.12.min.js"></script>
<script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Montserrat&display=swap"
Expand Down Expand Up @@ -1233,7 +1233,7 @@ <h1 style="margin-bottom: 0px">
<li>
Download the
<a
href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-stats/build/icecast-metadata-stats-0.1.11.min.js"
href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-stats/build/icecast-metadata-stats-0.1.12.min.js"
>latest build</a
>, or install via
<a href="https://www.npmjs.com/package/icecast-metadata-stats"
Expand All @@ -1256,7 +1256,7 @@ <h1 style="margin-bottom: 0px">
</ol>
<b>Example</b>
<pre>
&lt;script src="icecast-metadata-stats-0.1.11.min.js"&gt;&lt;/script&gt;
&lt;script src="icecast-metadata-stats-0.1.12.min.js"&gt;&lt;/script&gt;
&lt;script&gt;
const onStats = (stats) =&gt; {
document.getElementById("stats").innerHTML = stats.icy.StreamTitle;
Expand Down
Loading

0 comments on commit 189c7eb

Please sign in to comment.