mux-embed
Advanced tools
Comparing version 4.12.1 to 4.13.0
# mux-embed | ||
## 4.13.0 | ||
### Minor Changes | ||
- 4b78021: Collect the `x-request-id` header from segment responses to make it easier to correlate client requests to other logs | ||
- 388e558: Upgraded internal webpack version | ||
### Patch Changes | ||
- a534321: Flush events on window `visibilitychange` event | ||
## 4.12.1 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "mux-embed", | ||
"version": "4.12.1", | ||
"version": "4.13.0", | ||
"author": "Mux, Inc", | ||
@@ -12,62 +12,24 @@ "description": "Mux Javascript SDK and HTML5 Video element monitor", | ||
"npm:audit": "npm audit --audit-level high", | ||
"clean": "rm -rf build dist", | ||
"mkdirs": "mkdir -p build dist", | ||
"lint": "eslint 'lib/**/*.js' 'test/**/*.js' 'scripts/*.js' --ignore-pattern 'lib/vendor/**/*.js' --quiet", | ||
"test": "karma start test/karma.conf.js", | ||
"package": "npm-run-all clean mkdirs package:build package:remove-requirejs-support package:bannerize", | ||
"package:build": "webpack --config webpack.prod.js", | ||
"package:remove-requirejs-support": "echo '(function(){var define=false;' > dist/mux.js && cat build/mux.js >> dist/mux.js && echo '})();' >> dist/mux.js", | ||
"package:bannerize": "bannerize dist/mux.js --banner=scripts/banner.ejs", | ||
"start": "npm run start:server & npm run start:test", | ||
"start:test": "WATCH=1 npm run test", | ||
"prepublishOnly": "npm run package", | ||
"start:server": "webpack-dev-server --open --config webpack.dev.js", | ||
"deploy": "npm run package && babel-node scripts/deploy.js" | ||
"test": "echo 'skip tests for now... :('", | ||
"start": "builder run .", | ||
"package": "builder build .", | ||
"prepublishOnly": "yarn package", | ||
"deploy": "yarn package && cdn-deployer core" | ||
}, | ||
"builder": { | ||
"entry": "./lib/entry.ts", | ||
"library": "mux" | ||
}, | ||
"devDependencies": { | ||
"aws-sdk": "^2.2.37", | ||
"babel-cli": "^6.5.1", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-es2015": "^6.5.0", | ||
"bannerize": "^1.0.2", | ||
"@mux/cmd-cdn-deployer": "^0.1.0", | ||
"@mux/mux-data-builder": "^0.1.0", | ||
"base-64": "^0.1.0", | ||
"chai": "^3.4.1", | ||
"eslint": "^2.13.1", | ||
"eslint-config-standard": "^5.3.1", | ||
"eslint-plugin-promise": "^1.3.2", | ||
"eslint-plugin-standard": "^1.3.2", | ||
"global": "^4.3.0", | ||
"istanbul": "^0.4.4", | ||
"istanbul-instrumenter-loader": "^3.0.0", | ||
"js-cookie": "^2.1.3", | ||
"json": "^9.0.3", | ||
"karma": "^1.1.0", | ||
"karma-chrome-launcher": "^1.0.1", | ||
"karma-coverage": "^1.0.0", | ||
"karma-detect-browsers": "^2.1.0", | ||
"karma-firefox-launcher": "^1.0.0", | ||
"karma-ie-launcher": "^1.0.0", | ||
"karma-mocha": "^1.1.1", | ||
"karma-mocha-reporter": "^2.0.4", | ||
"karma-opera-launcher": "^1.0.0", | ||
"karma-safari-applescript-launcher": "^0.1.0", | ||
"karma-sauce-launcher": "^1.0.0", | ||
"karma-source-map-support": "^1.2.0", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^2.0.4", | ||
"lodash.assign": "^4.0.1", | ||
"loglevel": "^1.7.0", | ||
"mocha": "^2.5.3", | ||
"npm-run-all": "^2.2.0", | ||
"path": "^0.12.7", | ||
"querystringify": "^2.2.0", | ||
"sinon": "^3.0.0", | ||
"uglify-js": "^2.5.0", | ||
"uglifyjs-webpack-plugin": "^0.4.6", | ||
"webpack": "^3.6.0", | ||
"webpack-auto-inject-version": "^1.0.0", | ||
"webpack-dev-server": "^2.8.2", | ||
"webpack-merge": "^4.1.0" | ||
"querystringify": "^2.2.0" | ||
} | ||
} |
@@ -20,4 +20,5 @@ <p align="center"> | ||
# Documentation | ||
* [Monitor HTML5 Video Element](https://docs.mux.com/guides/data/monitor-html5-video-element) | ||
* [Monitor HLS.js](https://docs.mux.com/guides/data/monitor-hls-js) | ||
* [Monitor Dash.js](https://docs.mux.com/guides/data/monitor-dash-js) | ||
- [Monitor HTML5 Video Element](https://docs.mux.com/guides/data/monitor-html5-video-element) | ||
- [Monitor HLS.js](https://docs.mux.com/guides/data/monitor-hls-js) | ||
- [Monitor Dash.js](https://docs.mux.com/guides/data/monitor-dash-js) |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
24
85223
273