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

Javascript NPM packaging #239

Merged
merged 29 commits into from
May 3, 2022
Merged

Javascript NPM packaging #239

merged 29 commits into from
May 3, 2022

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    347a95e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    4acc848 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Move iframe integration logic out of Authenticator object.

    This has now been implemented in TN.
    micwallace committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    30fa388 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    micwallace committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    27d5cc3 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    micwallace committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    bc2f2dd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/TokenScript/attestation int…

    …o feature/js-packaging
    micwallace committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    d051f50 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/js-packaging' of github.com:TokenScript/attesta…

    …tion into feature/js-packaging
    Nick Taras authored and Nick Taras committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    77d001b View commit details
    Browse the repository at this point in the history
  6. added .npmignore and updated package.json

    Nick Taras authored and Nick Taras committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5254f38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4bb358 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b838876 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de8a8e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. updated pkg no

    Nick Taras authored and Nick Taras committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    5911d4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c78e78b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cf47cb View commit details
    Browse the repository at this point in the history
  4. Added getUseTicket compatibility option to use old SignedDevconTicket…

    … schema
    
    for use with current TN examples.
    micwallace committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ec91886 View commit details
    Browse the repository at this point in the history
  5. Various package maintenance changes

    - Add .npmignore.
    - Add src/module in package.json.
    - Add prepublishOnly command in package.json.
    micwallace committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ff0a539 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    b829bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1365cc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Merge branch 'js_pr212' of https://github.com/TokenScript/attestation

    …into feature/js-packaging
    micwallace committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    2f0dd2e View commit details
    Browse the repository at this point in the history
  2. Bump version.

    micwallace committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ddb43f9 View commit details
    Browse the repository at this point in the history
  3. Bump version.

    micwallace committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e5c40a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b328fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb440ee View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. NPM hybrid es6/commonjs module compilation to support

    jest tests in attestation.id
    micwallace committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    39e704c View commit details
    Browse the repository at this point in the history
  2. NPM package version 1.0.8-alpha

    - Hybrid ES6 & commonjs build.
    - Add various functions to remove dependencies from
      projects using the library.
    micwallace committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    61dabfb View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    697308b View commit details
    Browse the repository at this point in the history
  2. Version 1.0.11-alpha

    - Added proof validation function for TN.
    - Change getUseTicket function to static for consistency.
    - Fix type signature for logging functions.
    micwallace committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    e6a629e View commit details
    Browse the repository at this point in the history
  3. Version 0.3.1

    Update version to be in sync with jar major and minor version.
    micwallace committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    e828eca View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. log level variable moved to process.env.DISPLAY_DEBUG_LEVEL and globa…

    …l window.DISPLAY_DEBUG_LEVEL variables
    oleggrib committed May 2, 2022
    Configuration menu
    Copy the full SHA
    f59d65f View commit details
    Browse the repository at this point in the history