@platformatic/node 2.71.0-alpha.1 → 2.71.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.
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
@@ -236,7 +236,7 @@ export class NodeStackable extends BaseStackable {
236
236
  url: this.url,
237
237
  prefix: this.basePath ?? this.#basePath,
238
238
  wantsAbsoluteUrls: this._getWantsAbsoluteUrls(),
239
- needsRootRedirect: true
239
+ needsRootTrailingSlash: true
240
240
  },
241
241
  connectionStrings: this.connectionString ? [this.connectionString] : []
242
242
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/node",
3
- "version": "2.71.0-alpha.1",
3
+ "version": "2.71.0",
4
4
  "description": "Platformatic Node.js Stackable",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "json5": "^2.2.3",
23
23
  "light-my-request": "^6.0.0",
24
- "@platformatic/basic": "2.71.0-alpha.1",
25
- "@platformatic/config": "2.71.0-alpha.1",
26
- "@platformatic/utils": "2.71.0-alpha.1",
27
- "@platformatic/generators": "2.71.0-alpha.1"
24
+ "@platformatic/basic": "2.71.0",
25
+ "@platformatic/config": "2.71.0",
26
+ "@platformatic/generators": "2.71.0",
27
+ "@platformatic/utils": "2.71.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "borp": "^0.20.0",
@@ -36,8 +36,8 @@
36
36
  "neostandard": "^0.12.0",
37
37
  "tsx": "^4.19.0",
38
38
  "typescript": "^5.5.4",
39
- "@platformatic/composer": "2.71.0-alpha.1",
40
- "@platformatic/service": "2.71.0-alpha.1"
39
+ "@platformatic/composer": "2.71.0",
40
+ "@platformatic/service": "2.71.0"
41
41
  },
42
42
  "scripts": {
43
43
  "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/node/2.71.0-alpha.1.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/node/2.71.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Node.js Stackable",
5
5
  "type": "object",