@platformatic/nest 2.70.1 → 2.71.0-alpha.1

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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/package.json +7 -7
  3. package/schema.json +1 -1
package/index.js CHANGED
@@ -143,7 +143,7 @@ export class NestStackable extends BaseStackable {
143
143
  url: this.url,
144
144
  prefix: this.basePath ?? this.#basePath,
145
145
  wantsAbsoluteUrls: !!hasBasePath,
146
- needsRootTrailingSlash: false
146
+ needsRootRedirect: false
147
147
  }
148
148
  }
149
149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/nest",
3
- "version": "2.70.1",
3
+ "version": "2.71.0-alpha.1",
4
4
  "description": "Platformatic Nest.js Stackable",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -18,10 +18,10 @@
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": "2.70.1",
22
- "@platformatic/config": "2.70.1",
23
- "@platformatic/generators": "2.70.1",
24
- "@platformatic/utils": "2.70.1"
21
+ "@platformatic/config": "2.71.0-alpha.1",
22
+ "@platformatic/generators": "2.71.0-alpha.1",
23
+ "@platformatic/utils": "2.71.0-alpha.1",
24
+ "@platformatic/basic": "2.71.0-alpha.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@nestjs/cli": "^11.0.7",
@@ -34,8 +34,8 @@
34
34
  "neostandard": "^0.12.0",
35
35
  "tsx": "^4.19.0",
36
36
  "typescript": "^5.5.4",
37
- "@platformatic/service": "2.70.1",
38
- "@platformatic/composer": "2.70.1"
37
+ "@platformatic/composer": "2.71.0-alpha.1",
38
+ "@platformatic/service": "2.71.0-alpha.1"
39
39
  },
40
40
  "scripts": {
41
41
  "test": "pnpm run lint && borp --concurrency=1 --no-timeout",
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/nest/2.70.1.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/nest/2.71.0-alpha.1.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic NestJS Stackable",
5
5
  "type": "object",