Browse Source

Update + clean up old js module files

pull/1469/head
Gabe Kangas 4 years ago
parent
commit
3d1706496e
  1. 2994
      build/javascript/package-lock.json
  2. 2
      build/javascript/package.json
  3. 2
      webroot/js/web_modules/@videojs/http-streaming/dist/videojs-http-streaming.min.js
  4. 30613
      webroot/js/web_modules/common/core-1966f6d4.js
  5. 30608
      webroot/js/web_modules/common/core-2e4eb0d6.js
  6. 30774
      webroot/js/web_modules/common/core-70b06e3b.js
  7. 29827
      webroot/js/web_modules/common/core-a6c34bea.js
  8. 29618
      webroot/js/web_modules/common/core-d14f1e1c.js
  9. 30501
      webroot/js/web_modules/common/core-d20ff47c.js
  10. 29899
      webroot/js/web_modules/common/core-f87370e0.js
  11. 29827
      webroot/js/web_modules/common/core-fed3ccd8.js
  12. 2
      webroot/js/web_modules/htm.js
  13. 4
      webroot/js/web_modules/markjs/dist/mark.es6.min.js
  14. 2
      webroot/js/web_modules/micromodal/dist/micromodal.min.js
  15. 2
      webroot/js/web_modules/videojs/core.js

2994
build/javascript/package-lock.json generated

File diff suppressed because it is too large Load Diff

2
build/javascript/package.json

@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install && npx snowpack@2.18.4 install && cp node_modules/video.js/dist/video-js.min.css web_modules/videojs && cp -R web_modules ../../webroot/js"
"build": "npm install && npx snowpack@2.18.4 install && cp node_modules/video.js/dist/video-js.min.css web_modules/videojs && rm -rf ../../webroot/js/web_modules && cp -R web_modules ../../webroot/js"
},
"author": "Owncast",
"license": "ISC"

2
webroot/js/web_modules/@videojs/http-streaming/dist/videojs-http-streaming.min.js vendored

@ -2835,4 +2835,4 @@ var e; @@ -2835,4 +2835,4 @@ var e;
var videojsHttpStreaming_min$1 = /*@__PURE__*/getDefaultExportFromCjs(videojsHttpStreaming_min);
export { videojsHttpStreaming_min$1 as default };
export default videojsHttpStreaming_min$1;

30613
webroot/js/web_modules/common/core-1966f6d4.js vendored

File diff suppressed because it is too large Load Diff

30608
webroot/js/web_modules/common/core-2e4eb0d6.js vendored

File diff suppressed because it is too large Load Diff

30774
webroot/js/web_modules/common/core-70b06e3b.js vendored

File diff suppressed because it is too large Load Diff

29827
webroot/js/web_modules/common/core-a6c34bea.js vendored

File diff suppressed because it is too large Load Diff

29618
webroot/js/web_modules/common/core-d14f1e1c.js vendored

File diff suppressed because it is too large Load Diff

30501
webroot/js/web_modules/common/core-d20ff47c.js vendored

File diff suppressed because it is too large Load Diff

29899
webroot/js/web_modules/common/core-f87370e0.js vendored

File diff suppressed because it is too large Load Diff

29827
webroot/js/web_modules/common/core-fed3ccd8.js vendored

File diff suppressed because it is too large Load Diff

2
webroot/js/web_modules/htm.js vendored

@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
var n=function(t,s,r,e){var u;s[0]=0;for(var h=1;h<s.length;h++){var p=s[h++],a=s[h]?(s[0]|=p?1:2,r[s[h++]]):s[++h];3===p?e[0]=a:4===p?e[1]=Object.assign(e[1]||{},a):5===p?(e[1]=e[1]||{})[s[++h]]=a:6===p?e[1][s[++h]]+=a+"":p?(u=t.apply(a,n(t,a,r,["",null])),e.push(u),a[0]?s[0]|=2:(s[h-2]=0,s[h]=u)):e.push(a);}return e},t=new Map;function htm_module(s){var r=t.get(this);return r||(r=new Map,t.set(this,r)),(r=n(this,r.get(s)||(r.set(s,r=function(n){for(var t,s,r=1,e="",u="",h=[0],p=function(n){1===r&&(n||(e=e.replace(/^\s*\n\s*|\s*\n\s*$/g,"")))?h.push(0,n,e):3===r&&(n||e)?(h.push(3,n,e),r=2):2===r&&"..."===e&&n?h.push(4,n,0):2===r&&e&&!n?h.push(5,0,!0,e):r>=5&&((e||!n&&5===r)&&(h.push(r,0,e,s),r=6),n&&(h.push(r,n,0,s),r=6)),e="";},a=0;a<n.length;a++){a&&(1===r&&p(),p(a));for(var l=0;l<n[a].length;l++)t=n[a][l],1===r?"<"===t?(p(),h=[h],r=3):e+=t:4===r?"--"===e&&">"===t?(r=1,e=""):e=t+e[0]:u?t===u?u="":e+=t:'"'===t||"'"===t?u=t:">"===t?(p(),r=1):r&&("="===t?(r=5,s=e,e=""):"/"===t&&(r<5||">"===n[a][l+1])?(p(),3===r&&(h=h[0]),r=h,(h=h[0]).push(2,0,r),r=0):" "===t||"\t"===t||"\n"===t||"\r"===t?(p(),r=2):e+=t),3===r&&"!--"===e&&(r=4,h=h[0]);}return p(),h}(s)),r),arguments,[])).length>1?r:r[0]}
export { htm_module as default };
export default htm_module;

4
webroot/js/web_modules/markjs/dist/mark.es6.min.js vendored

File diff suppressed because one or more lines are too long

2
webroot/js/web_modules/micromodal/dist/micromodal.min.js vendored

File diff suppressed because one or more lines are too long

2
webroot/js/web_modules/videojs/core.js vendored

@ -30771,4 +30771,4 @@ videojs.addLanguage('en', { @@ -30771,4 +30771,4 @@ videojs.addLanguage('en', {
var core = videojs;
export { core as default };
export default core;

Loading…
Cancel
Save