@lenne.tech/nest-server 11.25.1 → 11.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenne.tech/nest-server",
3
- "version": "11.25.1",
3
+ "version": "11.25.2",
4
4
  "description": "Modern, fast, powerful Node.js web framework in TypeScript based on Nest with a GraphQL API and a connection to MongoDB (or other databases).",
5
5
  "keywords": [
6
6
  "node",
@@ -133,10 +133,6 @@ export class CoreModule implements NestModule {
133
133
  * })
134
134
  * ```
135
135
  *
136
- * @deprecated This 3-parameter signature is deprecated for new projects.
137
- * Use the single-parameter signature `CoreModule.forRoot(envConfig)` instead.
138
- * Existing projects can continue using this signature during migration.
139
- *
140
136
  * Use this for existing projects that need Legacy Auth for backwards compatibility.
141
137
  * Both Legacy Auth and BetterAuth (IAM) can run in parallel.
142
138
  *