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(nest): use nrwl/js to generate library #9164

Merged
merged 11 commits into from Mar 3, 2022
Merged

feat(nest): use nrwl/js to generate library #9164

merged 11 commits into from Mar 3, 2022

Commits on Mar 3, 2022

  1. chore(js): rename GeneratorSchema to LibraryGeneratorSchema

    Chau Tran authored and Chau Tran committed Mar 3, 2022
    Copy the full SHA
    be0734b View commit details
    Browse the repository at this point in the history
  2. fix(js): add publishable to library generator schema

    Chau Tran authored and Chau Tran committed Mar 3, 2022
    Copy the full SHA
    815e875 View commit details
    Browse the repository at this point in the history
  3. feat(nest): use nrwl/js for library generator

    Chau Tran authored and Chau Tran committed Mar 3, 2022
    Copy the full SHA
    0ac3c8d View commit details
    Browse the repository at this point in the history
  4. fix(js): update documentation about publishable

    Chau Tran authored and Chau Tran committed Mar 3, 2022
    Copy the full SHA
    8e8c819 View commit details
    Browse the repository at this point in the history
  5. chore(nest): fix depcheck for nrwl/js

    Chau Tran authored and Chau Tran committed Mar 3, 2022
    Copy the full SHA
    74c61f5 View commit details
    Browse the repository at this point in the history
  6. chore(nest): update test snapshot

    Chau Tran authored and Chau Tran committed Mar 3, 2022
    Copy the full SHA
    6502f20 View commit details
    Browse the repository at this point in the history
  7. chore(nest): update nestjs/swagger version in node e2e

    Chau Tran authored and Chau Tran committed Mar 3, 2022
    Copy the full SHA
    dc7eb26 View commit details
    Browse the repository at this point in the history
  8. chore(js): rename loadTsPlugins function

    Chau Tran authored and Chau Tran committed Mar 3, 2022
    Copy the full SHA
    3f4d417 View commit details
    Browse the repository at this point in the history
  9. fix(nest): default standaloneConfig for library generator to true

    Chau Tran authored and Chau Tran committed Mar 3, 2022
    Copy the full SHA
    b55cc88 View commit details
    Browse the repository at this point in the history
  10. feat(nest): rename tsPlugins to transformers and add tsPlugins to ali…

    …ases
    Chau Tran authored and Chau Tran committed Mar 3, 2022
    Copy the full SHA
    8f9149a View commit details
    Browse the repository at this point in the history
  11. chore(nest): fix e2e test on generate a new nest library

    Chau Tran authored and Chau Tran committed Mar 3, 2022
    Copy the full SHA
    44da975 View commit details
    Browse the repository at this point in the history