Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: supertokens/supertokens-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 669e67066f964b1afe7d128cd8a4be50fd33f783
Choose a base ref
..
head repository: supertokens/supertokens-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b6962f893c5083b9c1ad39ab82ce5b0f4726c1a
Choose a head ref
Showing with 65 additions and 60 deletions.
  1. +4 −0 CHANGELOG.md
  2. +1 −1 docs/classes/framework.BaseRequest.html
  3. +1 −1 docs/classes/framework.BaseResponse.html
  4. +1 −1 docs/classes/index.default.html
  5. +1 −1 docs/classes/ingredients_emaildelivery.default.html
  6. +1 −1 docs/classes/ingredients_smsdelivery.default.html
  7. +1 −1 docs/classes/recipe_dashboard.default.html
  8. +1 −1 docs/classes/recipe_emailpassword.default.html
  9. +1 −1 docs/classes/recipe_emailverification.default.html
  10. +1 −1 docs/classes/recipe_jwt.default.html
  11. +1 −1 docs/classes/recipe_openid.default.html
  12. +1 −1 docs/classes/recipe_passwordless.default.html
  13. +1 −1 docs/classes/recipe_session.default.html
  14. +1 −1 docs/classes/recipe_thirdparty.default.html
  15. +1 −1 docs/classes/recipe_thirdpartyemailpassword.default.html
  16. +1 −1 docs/classes/recipe_thirdpartypasswordless.default.html
  17. +1 −1 docs/classes/recipe_usermetadata.default.html
  18. +1 −1 docs/classes/recipe_userroles.default.html
  19. +1 −0 docs/index.html
  20. +1 −1 docs/interfaces/framework_awsLambda.SessionEvent.html
  21. +1 −1 docs/interfaces/framework_awsLambda.SessionEventV2.html
  22. +1 −1 docs/interfaces/framework_express.SessionRequest.html
  23. +1 −1 docs/interfaces/framework_fastify.SessionRequest.html
  24. +1 −1 docs/interfaces/framework_hapi.SessionRequest.html
  25. +1 −1 docs/interfaces/framework_koa.SessionContext.html
  26. +1 −1 docs/interfaces/framework_loopback.SessionContext.html
  27. +2 −2 docs/interfaces/recipe_session.SessionContainer.html
  28. +1 −1 docs/interfaces/recipe_session.VerifySessionOptions.html
  29. +1 −1 docs/modules/framework.html
  30. +1 −1 docs/modules/framework_awsLambda.html
  31. +1 −1 docs/modules/framework_express.html
  32. +1 −1 docs/modules/framework_fastify.html
  33. +1 −1 docs/modules/framework_hapi.html
  34. +1 −1 docs/modules/framework_koa.html
  35. +1 −1 docs/modules/framework_loopback.html
  36. +1 −1 docs/modules/index.html
  37. +1 −1 docs/modules/recipe_dashboard.html
  38. +1 −1 docs/modules/recipe_emailpassword.html
  39. +1 −1 docs/modules/recipe_emailverification.html
  40. +1 −1 docs/modules/recipe_jwt.html
  41. +1 −1 docs/modules/recipe_openid.html
  42. +1 −1 docs/modules/recipe_passwordless.html
  43. +5 −5 docs/modules/recipe_session.html
  44. +1 −1 docs/modules/recipe_thirdparty.html
  45. +1 −1 docs/modules/recipe_thirdpartyemailpassword.html
  46. +1 −1 docs/modules/recipe_thirdpartypasswordless.html
  47. +2 −2 docs/modules/recipe_usermetadata.html
  48. +1 −1 docs/modules/recipe_userroles.html
  49. +1 −1 lib/build/framework/awsLambda/framework.js
  50. +1 −1 lib/build/version.d.ts
  51. +1 −1 lib/build/version.js
  52. +1 −1 lib/ts/framework/awsLambda/framework.ts
  53. +1 −1 lib/ts/version.ts
  54. +2 −2 package-lock.json
  55. +1 −1 package.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [12.1.5] - 2022-12-10

- Fixes Content-type header in AWS lambda framework

## [12.1.4] - 2022-12-26

- Updates dashboard version
Loading