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/server-esm-take-2-dnt #425

Merged
merged 171 commits into from
Aug 22, 2023
Merged

feat/server-esm-take-2-dnt #425

merged 171 commits into from
Aug 22, 2023

Commits on Aug 16, 2023

  1. Update cbor-x

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    48c7af5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc29a40 View commit details
    Browse the repository at this point in the history
  3. Set up Deno

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2b0032e View commit details
    Browse the repository at this point in the history
  4. Add dnt build script

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b208aa0 View commit details
    Browse the repository at this point in the history
  5. Add COSECRV.SECP256K1

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    01d9074 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    765c8c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bd585a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1637987 View commit details
    Browse the repository at this point in the history
  9. Migrate typesVersions over

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    cb8afd5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    42ffbb4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    acbe93d View commit details
    Browse the repository at this point in the history
  12. Map cbor-x to deno.land

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ce1ae8e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    44d009e View commit details
    Browse the repository at this point in the history
  14. Address deno lint issues

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c7610cf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e2044cb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2b4f978 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    150b5a0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6869562 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    688b046 View commit details
    Browse the repository at this point in the history
  20. Rearrange deps.ts

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ee8d2a1 View commit details
    Browse the repository at this point in the history
  21. Update deno.lock

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c52e58d View commit details
    Browse the repository at this point in the history
  22. Move @peculiar libs to deps.ts

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    52f5092 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    54cbd4f View commit details
    Browse the repository at this point in the history
  24. Fix debug lib type export

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    698628d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b3fff12 View commit details
    Browse the repository at this point in the history
  26. Strip down root package.json into a Lerna wrapper

    I think I need to keep this around because it's how Lerna will version this package. But with the package.json that ends up being generated being controlled by dnt via build_npm.ts I thought it good to make the root package.json barebones to discourage future-me from trying to use npm again with this library.
    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5bbd9f0 View commit details
    Browse the repository at this point in the history
  27. Format build_npm.ts

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a017fb0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    70e65cb View commit details
    Browse the repository at this point in the history
  29. Run ddi fmt over src/

    MasterKale committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    070f73b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    ba61627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90976ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b33078 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c0991a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1292ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8940736 View commit details
    Browse the repository at this point in the history
  7. Update deno.lock

    I'm not sure what added all this but I'm gonna treat this like a package-lock.json file and just ignore what goes on inside it.
    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    184f6a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1f32ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d6993e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd577b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    59f1f2f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0163765 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c4c6e35 View commit details
    Browse the repository at this point in the history
  14. Run deno fmt on everything

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    549e08d View commit details
    Browse the repository at this point in the history
  15. Update pre-commit hook

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    92f9656 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3e83445 View commit details
    Browse the repository at this point in the history
  17. Remove Prettier

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3bf51a7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8df0bfd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4a38a00 View commit details
    Browse the repository at this point in the history
  20. Remove crypto shim

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    58472a6 View commit details
    Browse the repository at this point in the history
  21. Fix formatting

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    57b57de View commit details
    Browse the repository at this point in the history
  22. Add missing await

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0520198 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    69d493a View commit details
    Browse the repository at this point in the history
  24. Update test script

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e3c286c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    429a42c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    82f7b8a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1ad27ad View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e660597 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8195195 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d7dc400 View commit details
    Browse the repository at this point in the history
  31. Update verifyOKP tests

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a124702 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4cd3ce7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d7c7c21 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2a204f2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    375736d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e18e383 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9e260b9 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    10cdf6f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ea9526b View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e5a04fe View commit details
    Browse the repository at this point in the history
  41. Update toHash tests

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    abd0b64 View commit details
    Browse the repository at this point in the history
  42. Remove Jest mocks

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b0aaa0e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7470d80 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    29ef00b View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b154b45 View commit details
    Browse the repository at this point in the history
  46. Update index tests

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    430aa8c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    19c2312 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    f7b2256 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    7f5b4d7 View commit details
    Browse the repository at this point in the history
  50. Update verifyJWT tests

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    170cc47 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    ac4d922 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    d6c2318 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    ac2a9c1 View commit details
    Browse the repository at this point in the history
  54. Create new fetch helper

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    77929ac View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    33e933f View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    a029a02 View commit details
    Browse the repository at this point in the history
  57. Update deno.lock

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e1a2f51 View commit details
    Browse the repository at this point in the history
  58. Don't shim crypto

    MasterKale committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e685869 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    7d51950 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    39bb131 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    00a0c11 View commit details
    Browse the repository at this point in the history
  2. Reorder job steps steps

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e444370 View commit details
    Browse the repository at this point in the history
  3. Tweak CI wording

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f89276e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e75a2ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0ebdeb View commit details
    Browse the repository at this point in the history
  6. Update lerna and nx

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0f9fc95 View commit details
    Browse the repository at this point in the history
  7. Run npx lerna repair

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    86cfb81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    744f254 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4041f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd1a786 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ca373de View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2b82649 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b363bc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5eea86a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba1ffcd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ab416e View commit details
    Browse the repository at this point in the history
  17. Format README.md

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    34a0c49 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a85427c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    de5e22f View commit details
    Browse the repository at this point in the history
  20. Format browser

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    dfb32f4 View commit details
    Browse the repository at this point in the history
  21. Remove eslint

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e30aa4f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    872893e View commit details
    Browse the repository at this point in the history
  23. Add linting to commit hook

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    aec8ec9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    35b73db View commit details
    Browse the repository at this point in the history
  25. Refine GitHub workflow

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b7dc3e3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    01437da View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    dcf37d2 View commit details
    Browse the repository at this point in the history
  28. Update clean script

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    dcfe8fd View commit details
    Browse the repository at this point in the history
  29. Update server deps.ts

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a031a79 View commit details
    Browse the repository at this point in the history
  30. Enable tests during build

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    361a5b0 View commit details
    Browse the repository at this point in the history
  31. Update package-lock.json

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7edae5a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ea57f7f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b360a01 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a4cc445 View commit details
    Browse the repository at this point in the history
  35. Update root dep: Husky

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3f495ce View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2f05757 View commit details
    Browse the repository at this point in the history
  37. Uninstall semver

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    33b4a45 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    41de06c View commit details
    Browse the repository at this point in the history
  39. Update root dep: ts-node

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2159b2e View commit details
    Browse the repository at this point in the history
  40. Update root dep: ts-morph

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    797b409 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    bf93b0a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c242f0e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    69169fd View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    acdc8d4 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    e0d32bd View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    a59634a View commit details
    Browse the repository at this point in the history
  47. Drop typedoc

    It's just not worth the effort, the homepage docs are better
    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ed082a3 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    2ce98ce View commit details
    Browse the repository at this point in the history
  49. Simplify workspace names

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d1c041a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    f6165b1 View commit details
    Browse the repository at this point in the history
  51. Update package-lock.json

    MasterKale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    490dd0b View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    84462c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Tweak browser package.json

    MasterKale committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a885dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7ffc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    b8fb017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f89a0be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cab7c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3274501 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8543f10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e84054f View commit details
    Browse the repository at this point in the history
  7. Set up pnpm

    MasterKale committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9ac03cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e76ce57 View commit details
    Browse the repository at this point in the history
  9. Rearrange npm scripts

    MasterKale committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    21f479f View commit details
    Browse the repository at this point in the history
  10. Add publish scripts

    MasterKale committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    782b891 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Add pnpm to CI

    MasterKale committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ff0ce68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32b2ce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a80f97 View commit details
    Browse the repository at this point in the history
  4. Add HANDBOOK.md

    MasterKale committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    bf55d53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8508c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3013f5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb165ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab877cc View commit details
    Browse the repository at this point in the history
  9. Update READMEs

    MasterKale committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a7726ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a995de0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    073dece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0228a1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab7cdeb View commit details
    Browse the repository at this point in the history
  4. Tweak README's

    MasterKale committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    031437e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc3bc91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6d57af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4db46fa View commit details
    Browse the repository at this point in the history
  8. Remove prepublish scripts

    MasterKale committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2935857 View commit details
    Browse the repository at this point in the history