@platformatic/nest 3.0.0-rc.2 → 3.0.0

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/lib/capability.js CHANGED
@@ -90,7 +90,7 @@ export class NestCapability extends BaseCapability {
90
90
  return this.stopCommand()
91
91
  }
92
92
 
93
- if (this.#isFastify) {
93
+ if (this.#isFastify && this.#server) {
94
94
  return this.#server.close()
95
95
  }
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/nest",
3
- "version": "3.0.0-rc.2",
3
+ "version": "3.0.0",
4
4
  "description": "Platformatic Nest.js Capability",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -18,9 +18,9 @@
18
18
  "get-port": "^7.1.0",
19
19
  "light-my-request": "^6.0.0",
20
20
  "pino-http": "^10.2.0",
21
- "@platformatic/basic": "3.0.0-rc.2",
22
- "@platformatic/generators": "3.0.0-rc.2",
23
- "@platformatic/foundation": "3.0.0-rc.2"
21
+ "@platformatic/generators": "3.0.0",
22
+ "@platformatic/foundation": "3.0.0",
23
+ "@platformatic/basic": "3.0.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@nestjs/cli": "^11.0.7",
@@ -33,8 +33,8 @@
33
33
  "neostandard": "^0.12.0",
34
34
  "tsx": "^4.19.0",
35
35
  "typescript": "^5.5.4",
36
- "@platformatic/service": "3.0.0-rc.2",
37
- "@platformatic/gateway": "3.0.0-rc.2"
36
+ "@platformatic/gateway": "3.0.0",
37
+ "@platformatic/service": "3.0.0"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=22.18.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/nest/3.0.0-rc.2.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/nest/3.0.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic NestJS Config",
5
5
  "type": "object",