@100mslive/hls-stats 0.4.25-alpha.1 → 0.4.25-alpha.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @100mslive/hms-stats
2
2
 
3
+ [![Lint, Test and Build](https://github.com/100mslive/web-sdks/actions/workflows/lint-test-build.yml/badge.svg)](https://github.com/100mslive/web-sdks/actions/workflows/lint-test-build.yml)
4
+ [![Bundle Size](https://badgen.net/bundlephobia/minzip/@100mslive/hls-stats)](https://bundlephobia.com/result?p=@100mslive/hls-stats)
5
+ [![License](https://img.shields.io/npm/l/@100mslive/hls-stats)](https://www.100ms.live/)
6
+ ![Tree shaking](https://badgen.net/bundlephobia/tree-shaking/@100mslive/hls-stats)
7
+
8
+
3
9
  A simple library for HLS stats for Hls.js.
4
10
 
5
11
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@100mslive/hls-stats",
3
- "version": "0.4.25-alpha.1",
3
+ "version": "0.4.25-alpha.3",
4
4
  "description": "A simple library that provides stats for your hls stream",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -41,5 +41,5 @@
41
41
  "peerDependencies": {
42
42
  "hls.js": "1.4.12"
43
43
  },
44
- "gitHead": "40bd24d7d8405df6618586e51ec17448e1c4a16f"
44
+ "gitHead": "bd799986aa44ef7b924ee299beb69593a98d1dc4"
45
45
  }