Skip to content

Commit

Permalink
Merge branch 'videojsUpdatedTest' of https://github.com/ant-media/Web…
Browse files Browse the repository at this point in the history
…-Player into videojsUpdatedTest
  • Loading branch information
mustafaboleken committed May 15, 2024
2 parents 57adc0d + 9442c1d commit 6c0ce0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,22 @@
"dependencies": {
"@antmedia/videojs-webrtc-plugin": "^1.2.1",
"@antmedia/webrtc_adaptor": "2.9.0",
"@types/video.js": "^7.3.58",
"@types/videojs-contrib-quality-levels": "^2.0.4",
"aframe": "1.5.0",
"dashjs": "^4.7.4",
"rimraf": "^5.0.5",
"video.js": "^8.12.0",
"videojs-contrib-quality-levels": "^4.1.0",
"videojs-hls-quality-selector": "^2.0.0"
"videojs-hls-quality-selector": "2.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"@microsoft/api-extractor": "^7.36.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"chai": "^4.3.7",
Expand All @@ -63,6 +66,6 @@
"rollup-plugin-import-css": "^3.4.0",
"rollup-plugin-replace": "^2.2.0",
"sinon": "^15.0.4",
"typescript": "^5.1.3"
"typescript": "^5.3.3"
}
}
2 changes: 2 additions & 0 deletions rollup.config.module.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const commonjs = require('@rollup/plugin-commonjs').default;
const css = require("rollup-plugin-import-css");
const replace = require('rollup-plugin-replace');
const terser = require('@rollup/plugin-terser');
const json = require('@rollup/plugin-json')

const builds = {
input: [
Expand All @@ -25,6 +26,7 @@ const builds = {
nodeResolve(),
commonjs(),
css(),
json(),
replace({
ENV: JSON.stringify(process.env.NODE_ENV || 'development'),
}),
Expand Down

0 comments on commit 6c0ce0b

Please sign in to comment.