Skip to content

v7.0.4

Compare
Choose a tag to compare
@jtoar jtoar released this 28 Feb 22:47
· 977 commits to main since this release
89017bc

Patch Release

  • fix(coherence): update setup command to detect server file (#10060) by @jtoar

    The yarn rw setup deploy coherence command now detects if your project has the server file and configures the api prod command accordingly:

    # coherence.yml
    
    api:
      # ...
      prod:
        command: ["yarn", "rw", "build", "api", "&&", "yarn", "node", "api/dist/server.js", "--apiRootPath=/api"]
  • Update jsdoc for ScenarioData type (#10066) by @c-ciobanu

    Fix formatting of JSDocs in scenario.ts.

  • chore(docs): Add link to SuperTokens auth (#10067) by @danbtl

    Add a missing link to the SuperTokens auth page in the docs.