Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: nestjs/nest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.3.0
Choose a base ref
...
head repository: nestjs/nest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.3.1
Choose a head ref
Loading
Showing with 3,243 additions and 5,796 deletions.
  1. +1 −1 LICENSE
  2. +2 −2 integration/docker-compose.yml
  3. +1 −1 lerna.json
  4. +1,514 −1,487 package-lock.json
  5. +29 −29 package.json
  6. +4 −1 packages/common/Readme.md
  7. +6 −0 packages/common/decorators/core/inject.decorator.ts
  8. +2 −1 packages/common/decorators/http/header.decorator.ts
  9. +6 −0 packages/common/interfaces/external/https-options.interface.ts
  10. +1 −1 packages/common/module-utils/configurable-module.builder.ts
  11. +1 −1 packages/common/package.json
  12. +10 −0 packages/common/test/decorators/inject.decorator.spec.ts
  13. +4 −1 packages/core/Readme.md
  14. +2 −2 packages/core/package.json
  15. +6 −2 packages/core/router/router-response-controller.ts
  16. +4 −1 packages/microservices/Readme.md
  17. +6 −3 packages/microservices/client/client-grpc.ts
  18. +1 −2 packages/microservices/module/clients.module.ts
  19. +3 −3 packages/microservices/package.json
  20. +4 −1 packages/microservices/test/client/client-grpc.spec.ts
  21. +4 −1 packages/platform-express/Readme.md
  22. +3 −3 packages/platform-express/package.json
  23. +4 −1 packages/platform-fastify/Readme.md
  24. +3 −3 packages/platform-fastify/package.json
  25. +4 −1 packages/platform-socket.io/Readme.md
  26. +2 −2 packages/platform-socket.io/package.json
  27. +4 −1 packages/platform-ws/Readme.md
  28. +2 −2 packages/platform-ws/package.json
  29. +4 −1 packages/testing/Readme.md
  30. +1 −1 packages/testing/package.json
  31. +4 −1 packages/websockets/Readme.md
  32. +3 −3 packages/websockets/package.json
  33. +22 −22 sample/01-cats-app/package-lock.json
  34. +2 −2 sample/01-cats-app/package.json
  35. +37 −37 sample/02-gateways/package-lock.json
  36. +3 −3 sample/02-gateways/package.json
  37. +22 −22 sample/03-microservices/package-lock.json
  38. +2 −2 sample/03-microservices/package.json
  39. +29 −29 sample/04-grpc/package-lock.json
  40. +3 −3 sample/04-grpc/package.json
  41. +22 −22 sample/05-sql-typeorm/package-lock.json
  42. +2 −2 sample/05-sql-typeorm/package.json
  43. +22 −22 sample/06-mongoose/package-lock.json
  44. +2 −2 sample/06-mongoose/package.json
  45. +22 −22 sample/07-sequelize/package-lock.json
  46. +2 −2 sample/07-sequelize/package.json
  47. +22 −22 sample/08-webpack/package-lock.json
  48. +2 −2 sample/08-webpack/package.json
  49. +302 −304 sample/09-babel-example/package-lock.json
  50. +6 −6 sample/09-babel-example/package.json
  51. +22 −22 sample/10-fastify/package-lock.json
  52. +2 −2 sample/10-fastify/package.json
  53. +45 −45 sample/11-swagger/package-lock.json
  54. +3 −3 sample/11-swagger/package.json
  55. +63 −63 sample/12-graphql-schema-first/package-lock.json
  56. +4 −4 sample/12-graphql-schema-first/package.json
  57. +2 −2 sample/13-mongo-typeorm/package.json
  58. +22 −22 sample/14-mongoose-base/package-lock.json
  59. +2 −2 sample/14-mongoose-base/package.json
  60. +22 −22 sample/15-mvc/package-lock.json
  61. +2 −2 sample/15-mvc/package.json
  62. +22 −22 sample/16-gateways-ws/package-lock.json
  63. +2 −2 sample/16-gateways-ws/package.json
  64. +22 −22 sample/17-mvc-fastify/package-lock.json
  65. +2 −2 sample/17-mvc-fastify/package.json
  66. +22 −22 sample/18-context/package-lock.json
  67. +2 −2 sample/18-context/package.json
  68. +22 −22 sample/19-auth-jwt/package-lock.json
  69. +2 −2 sample/19-auth-jwt/package.json
  70. +39 −39 sample/20-cache/package-lock.json
  71. +2 −2 sample/20-cache/package.json
  72. +22 −22 sample/21-serializer/package-lock.json
  73. +2 −2 sample/21-serializer/package.json
  74. +56 −56 sample/22-graphql-prisma/package-lock.json
  75. +3 −3 sample/22-graphql-prisma/package.json
  76. +22 −22 sample/23-graphql-code-first/package-lock.json
  77. +2 −2 sample/23-graphql-code-first/package.json
  78. +22 −22 sample/24-serve-static/package-lock.json
  79. +2 −2 sample/24-serve-static/package.json
  80. +22 −22 sample/25-dynamic-modules/package-lock.json
  81. +2 −2 sample/25-dynamic-modules/package.json
  82. +97 −94 sample/26-queues/package-lock.json
  83. +2 −2 sample/26-queues/package.json
  84. +22 −22 sample/27-scheduling/package-lock.json
  85. +2 −2 sample/27-scheduling/package.json
  86. +22 −22 sample/28-sse/package-lock.json
  87. +2 −2 sample/28-sse/package.json
  88. +22 −22 sample/29-file-upload/package-lock.json
  89. +2 −2 sample/29-file-upload/package.json
  90. +22 −22 sample/30-event-emitter/package-lock.json
  91. +2 −2 sample/30-event-emitter/package.json
  92. +38 −351 sample/31-graphql-federation-code-first/gateway/package-lock.json
  93. +3 −3 sample/31-graphql-federation-code-first/gateway/package.json
  94. +38 −351 sample/31-graphql-federation-code-first/posts-application/package-lock.json
  95. +3 −3 sample/31-graphql-federation-code-first/posts-application/package.json
  96. +38 −351 sample/31-graphql-federation-code-first/users-application/package-lock.json
  97. +3 −3 sample/31-graphql-federation-code-first/users-application/package.json
  98. +71 −669 sample/32-graphql-federation-schema-first/gateway/package-lock.json
  99. +3 −3 sample/32-graphql-federation-schema-first/gateway/package.json
  100. +71 −669 sample/32-graphql-federation-schema-first/posts-application/package-lock.json
  101. +3 −3 sample/32-graphql-federation-schema-first/posts-application/package.json
  102. +71 −576 sample/32-graphql-federation-schema-first/users-application/package-lock.json
  103. +3 −3 sample/32-graphql-federation-schema-first/users-application/package.json
  104. +50 −50 sample/33-graphql-mercurius/package-lock.json
  105. +3 −3 sample/33-graphql-mercurius/package.json
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(The MIT License)

Copyright (c) 2017-2023 Kamil Mysliwiec <https://kamilmysliwiec.com>
Copyright (c) 2017-2024 Kamil Mysliwiec <https://kamilmysliwiec.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
4 changes: 2 additions & 2 deletions integration/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ services:
zookeeper:
container_name: test-zookeeper
hostname: zookeeper
image: confluentinc/cp-zookeeper:7.5.2
image: confluentinc/cp-zookeeper:7.5.3
ports:
- "2181:2181"
environment:
@@ -59,7 +59,7 @@ services:
kafka:
container_name: test-kafka
hostname: kafka
image: confluentinc/cp-kafka:7.5.2
image: confluentinc/cp-kafka:7.5.3
depends_on:
- zookeeper
ports:
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "10.3.0"
"version": "10.3.1"
}
Loading