@mux/mux-player-react
Advanced tools
Comparing version 0.1.0-canary.21-29ed915 to 0.1.0-canary.22-cf5ae56
@@ -42,3 +42,3 @@ { | ||
"outputs": { | ||
"dist/index.js.map": { | ||
"dist/index.cjs.js.map": { | ||
"imports": [], | ||
@@ -49,3 +49,3 @@ "exports": [], | ||
}, | ||
"dist/index.js": { | ||
"dist/index.cjs.js": { | ||
"imports": [], | ||
@@ -71,5 +71,5 @@ "exports": [], | ||
}, | ||
"bytes": 3760 | ||
"bytes": 3764 | ||
} | ||
} | ||
} |
{ | ||
"name": "@mux/mux-player-react", | ||
"version": "0.1.0-canary.21-29ed915", | ||
"version": "0.1.0-canary.22-cf5ae56", | ||
"description": "An open source Mux player for React that Just Works™", | ||
"main": "dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs.js", | ||
"default": "./dist/index.cjs.js" | ||
}, | ||
"types": "dist/types-ts3.4/index.d.ts", | ||
@@ -24,7 +30,10 @@ "typesVersions": { | ||
"dev:cjs": "open-process | yarn build:cjs --watch", | ||
"dev:esm": "open-process | yarn build:esm --watch", | ||
"dev:types": "yarn build:types -w", | ||
"dev": "npm-run-all --parallel dev:types dev:cjs", | ||
"build:cjs": "esbuild src/index.tsx --target=es2019 --bundle --sourcemap --metafile=./dist/cjs.json --format=cjs --loader:.css=text --outdir=dist --external:react --external:@mux/* --external:prop-types --define:PLAYER_VERSION=\"'$npm_package_version'\"", | ||
"build:types": "tsc --declaration --emitDeclarationOnly --outDir './dist/types' && downlevel-dts ./dist/types ./dist/types-ts3.4", | ||
"build": "npm-run-all --parallel build:types 'build:cjs -- --minify'", | ||
"dev": "npm-run-all --parallel dev:types dev:cjs dev:esm", | ||
"build:cjs": "esbuild src/index.tsx --target=es2019 --bundle --sourcemap --metafile=./dist/cjs.json --format=cjs --loader:.css=text --outdir=dist --out-extension:.js=.cjs.js --external:react --external:@mux/* --external:prop-types --define:PLAYER_VERSION=\"'$npm_package_version'\"", | ||
"build:esm": "esbuild src/index.tsx --target=es2019 --bundle --sourcemap --metafile=./dist/esm.json --format=esm --loader:.css=text --outdir=dist --out-extension:.js=.mjs --external:react --external:@mux/* --external:prop-types --define:PLAYER_VERSION=\"'$npm_package_version'\"", | ||
"build:types": "tsc --declaration --emitDeclarationOnly --outDir './dist/types'", | ||
"postbuild:types": "downlevel-dts ./dist/types ./dist/types-ts3.4", | ||
"build": "npm-run-all --parallel build:types 'build:cjs -- --minify' 'build:esm -- --minify'", | ||
"prebuild": "yarn clean", | ||
@@ -48,6 +57,10 @@ "create-release-notes": "create-release-notes ./CHANGELOG.md", | ||
"dependencies": { | ||
"@mux/mux-elements-codemod": "1.1.2-canary.22-29ed915", | ||
"@mux/mux-player": "0.1.0-canary.21-29ed915", | ||
"@mux/mux-video-react": "0.5.2-canary.22-29ed915", | ||
"@mux/playback-core": "0.9.1-canary.21-29ed915", | ||
"@mux/mux-audio": "0.6.3-canary.22-cf5ae56", | ||
"@mux/mux-audio-react": "0.4.2-canary.23-cf5ae56", | ||
"@mux/mux-elements-codemod": "1.1.2-canary.23-cf5ae56", | ||
"@mux/mux-player": "0.1.0-canary.22-cf5ae56", | ||
"@mux/mux-uploader-react": "0.1.0-canary.22-cf5ae56", | ||
"@mux/mux-video": "0.8.5-canary.19-cf5ae56", | ||
"@mux/mux-video-react": "0.5.2-canary.23-cf5ae56", | ||
"@mux/playback-core": "0.9.1-canary.22-cf5ae56", | ||
"prop-types": "^15.7.2" | ||
@@ -54,0 +67,0 @@ }, |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
98054
20
396
12
+ Added@mux/mux-audio@0.6.3-canary.22-cf5ae56(transitive)
+ Added@mux/mux-audio-react@0.4.2-canary.23-cf5ae56(transitive)
+ Added@mux/mux-elements-codemod@1.1.2-canary.23-cf5ae56(transitive)
+ Added@mux/mux-player@0.1.0-canary.22-cf5ae56(transitive)
+ Added@mux/mux-uploader@0.1.0-canary.22-cf5ae56(transitive)
+ Added@mux/mux-uploader-react@0.1.0-canary.22-cf5ae56(transitive)
+ Added@mux/mux-video@0.8.5-canary.19-cf5ae56(transitive)
+ Added@mux/mux-video-react@0.5.2-canary.23-cf5ae56(transitive)
+ Added@mux/playback-core@0.9.1-canary.22-cf5ae56(transitive)
+ Added@mux/upchunk@2.6.0(transitive)
+ Addeddom-walk@0.1.2(transitive)
+ Addedevent-target-shim@6.0.2(transitive)
+ Addedglobal@4.4.0(transitive)
+ Addedis-function@1.0.2(transitive)
+ Addedmin-document@2.19.0(transitive)
+ Addedparse-headers@2.0.5(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedxhr@2.6.0(transitive)
+ Addedxtend@4.0.2(transitive)
- Removed@mux/mux-elements-codemod@1.1.2-canary.22-29ed915(transitive)
- Removed@mux/mux-player@0.1.0-canary.21-29ed915(transitive)
- Removed@mux/mux-video@0.8.5-canary.18-29ed915(transitive)
- Removed@mux/mux-video-react@0.5.2-canary.22-29ed915(transitive)
- Removed@mux/playback-core@0.9.1-canary.21-29ed915(transitive)