Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(FEC-10290): upgrade NPM packages #446

Merged
merged 13 commits into from
Jul 20, 2020
Merged

feat(FEC-10290): upgrade NPM packages #446

merged 13 commits into from
Jul 20, 2020

Commits on Mar 8, 2020

  1. feat: update flow and flow definitions

    Notable changes:
    1. update flow-bin to latest
    2. seperate class statics from instance and fix all occurances
    3. removed base-drm-protocol - in general static classes or classes that have no implementation or just have error throwing to alert the fact a class must adhere to an interface - we should just use an interface for that
    3. added Dom.js which adds missing or browser vendor specific Dom apis to types
    4. added base plugin interface methods for middleware, uicomponents
    
    Need to:
    Add engine decorator typings to pugin
    OrenMe committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    f2a4aa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. fix tracks API typings

    OrenMe committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b35ef78 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    894c2e7 View commit details
    Browse the repository at this point in the history
  2. merge master

    OrenMe committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    ec01c74 View commit details
    Browse the repository at this point in the history
  3. fix prettier

    OrenMe committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    9ec9320 View commit details
    Browse the repository at this point in the history
  4. flow fix

    OrenMe committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d8f2793 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. chore: update dist

    Dan Ziv committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    9e39d03 View commit details
    Browse the repository at this point in the history
  2. fix tests and upgrade all packages

    Dan Ziv committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    6d0bf70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9608012 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into flowTypes

    Dan Ziv authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    75caeeb View commit details
    Browse the repository at this point in the history
  5. fix gaters

    Dan Ziv committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    e69754d View commit details
    Browse the repository at this point in the history
  6. revert to old fake event

    Dan Ziv committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    a41e7a1 View commit details
    Browse the repository at this point in the history
  7. Update html5-autoplay.js

    Dan Ziv authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    133efa7 View commit details
    Browse the repository at this point in the history