@mux/mux-active-viewer-count
Advanced tools
Comparing version 0.1.1-canary.37-eff90d7 to 0.1.1-canary.38-8a9e9ab
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.2.0-alpha.1](https://github.com/muxinc/elements/compare/@mux/mux-active-viewer-count@0.2.0-alpha.0...@mux/mux-active-viewer-count@0.2.0-alpha.1) (2023-08-14) | ||
**Note:** Version bump only for package @mux/mux-active-viewer-count | ||
# 0.2.0-alpha.0 (2023-03-31) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@mux/mux-active-viewer-count", | ||
"version": "0.1.1-canary.37-eff90d7", | ||
"version": "0.1.1-canary.38-8a9e9ab", | ||
"description": "A custom Mux element to show the current viewer count for the browser that Just Works™", | ||
"type": "module", | ||
"main": "./dist/index.cjs.js", | ||
@@ -10,15 +11,22 @@ "module": "./dist/index.mjs", | ||
"jsdelivr": "./dist/mux-active-viewer-counts.js", | ||
"typesVersions": { | ||
"<4.3.5": { | ||
".": [ | ||
"./dist/types-ts3.4/index.d.ts" | ||
] | ||
}, | ||
"*": { | ||
".": [ | ||
"./dist/types/index.d.ts" | ||
] | ||
} | ||
}, | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs.js", | ||
"default": "./dist/index.cjs.js" | ||
"default": "./dist/index.cjs.js", | ||
"types@<4.3.5": "./dist/types-ts3.4/index.d.ts", | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
"types": "dist/types-ts3.4/index.d.ts", | ||
"typesVersions": { | ||
">=4.3.5": { | ||
"*": [ | ||
"dist/types/index.d.ts" | ||
] | ||
} | ||
}, | ||
"types": "./dist/types/index.d.ts", | ||
"repository": { | ||
@@ -64,2 +72,4 @@ "type": "git", | ||
"eslint": "^8.24.0", | ||
"hls.js": "^1.4.8", | ||
"mux-embed": "^4.24.0", | ||
"npm-run-all": "^4.1.5", | ||
@@ -66,0 +76,0 @@ "replace": "^1.2.1", |
Sorry, the diff of this file is not supported yet
92466
Yes
16