Skip to content

Commit

Permalink
Package and distribution files updated. Fix #373
Browse files Browse the repository at this point in the history
  • Loading branch information
ferserc1 committed Oct 4, 2024
1 parent d1f4d34 commit 0f78d74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/paella-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -47209,7 +47209,7 @@ Hls.defaultConfig = void 0;
/***/ ((module) => {

"use strict";
module.exports = /*#__PURE__*/JSON.parse('{"name":"paella-core","version":"1.49.6","description":"Multistream HTML video player","main":"src/index.js","module":"dist/paella-core.js","scripts":{"build":"webpack --mode production","dev":"webpack serve --mode development --config webpack.debug.js --host 0.0.0.0","captions":"webpack serve --mode development --config webpack.captions.js","eslint":"eslint .","nomanifest":"webpack serve --mode development --config webpack.nomanifest.js","testenv":"webpack serve --mode development --config webpack.test.js --host 0.0.0.0"},"repository":{"type":"git","url":"git+https://github.com/polimediaupv/paella-core.git"},"keywords":["html","player","video","hls"],"author":"Fernando Serrano Carpena <[email protected]>","license":"ECL-2.0","bugs":{"url":"https://github.com/polimediaupv/paella-core/issues"},"homepage":"https://github.com/polimediaupv/paella-core#readme","devDependencies":{"@babel/core":"^7.12.10","@babel/plugin-transform-modules-commonjs":"^7.19.6","@babel/preset-env":"^7.12.11","@playwright/test":"^1.29.2","babel-loader":"^9.0.0","babel-plugin-transform-require-context":"^0.1.1","copy-webpack-plugin":"^11.0.0","css-loader":"^6.6.0","eslint":"^8.29.0","file-loader":"^6.2.0","html-webpack-plugin":"^5.5.0","source-map-loader":"^4.0.0","style-loader":"^3.3.1","svg-inline-loader":"^0.8.2","webpack":"^5.66.0","webpack-cli":"^5.0.0","webpack-dev-server":"^4.7.3"},"dependencies":{"core-js":"^3.8.2","hls.js":"^1.0.4"}}');
module.exports = /*#__PURE__*/JSON.parse('{"name":"paella-core","version":"1.49.7","description":"Multistream HTML video player","main":"src/index.js","module":"dist/paella-core.js","scripts":{"build":"webpack --mode production","dev":"webpack serve --mode development --config webpack.debug.js --host 0.0.0.0","captions":"webpack serve --mode development --config webpack.captions.js","eslint":"eslint .","nomanifest":"webpack serve --mode development --config webpack.nomanifest.js","testenv":"webpack serve --mode development --config webpack.test.js --host 0.0.0.0"},"repository":{"type":"git","url":"git+https://github.com/polimediaupv/paella-core.git"},"keywords":["html","player","video","hls"],"author":"Fernando Serrano Carpena <[email protected]>","license":"ECL-2.0","bugs":{"url":"https://github.com/polimediaupv/paella-core/issues"},"homepage":"https://github.com/polimediaupv/paella-core#readme","devDependencies":{"@babel/core":"^7.12.10","@babel/plugin-transform-modules-commonjs":"^7.19.6","@babel/preset-env":"^7.12.11","@playwright/test":"^1.29.2","babel-loader":"^9.0.0","babel-plugin-transform-require-context":"^0.1.1","copy-webpack-plugin":"^11.0.0","css-loader":"^6.6.0","eslint":"^8.29.0","file-loader":"^6.2.0","html-webpack-plugin":"^5.5.0","source-map-loader":"^4.0.0","style-loader":"^3.3.1","svg-inline-loader":"^0.8.2","webpack":"^5.66.0","webpack-cli":"^5.0.0","webpack-dev-server":"^4.7.3"},"dependencies":{"core-js":"^3.8.2","hls.js":"^1.0.4"}}');

/***/ }),

Expand Down Expand Up @@ -53528,7 +53528,6 @@ var Paella = /*#__PURE__*/function () {
this._manifestUrl = (0,utils.removeFileName)(url[0]);
this._manifestFileUrl = url[0];
this.log.debug("Loading video with identifier '".concat(this.videoId, "' from URL '").concat(this.manifestFileUrl, "'"));
this._manifestParser = new ManifestParser(this.videoManifest, this);
validContents = (0,VideoLayout/* getAvailableContentIds */.DU)(this, url.length)[0];
this._videoManifest = {
metadata: {
Expand All @@ -53546,6 +53545,7 @@ var Paella = /*#__PURE__*/function () {
};
})
};
this._manifestParser = new ManifestParser(this.videoManifest, this);
_context2.next = 29;
return postLoadPlayer.apply(this);
case 29:
Expand Down
2 changes: 1 addition & 1 deletion dist/paella-core.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paella-core",
"version": "1.49.6",
"version": "1.49.7",
"description": "Multistream HTML video player",
"main": "src/index.js",
"module": "dist/paella-core.js",
Expand Down

0 comments on commit 0f78d74

Please sign in to comment.