@platformatic/astro 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
@@ -131,7 +131,7 @@ export class AstroStackable extends BaseStackable {
131
131
  url: this.url,
132
132
  prefix: this.basePath ?? config?.base ?? this.#basePath,
133
133
  wantsAbsoluteUrls: true,
134
- needsRootTrailingSlash: true,
134
+ needsRootRedirect: true,
135
135
  needsRefererBasedRedirect: !this.isProduction
136
136
  }
137
137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/astro",
3
- "version": "2.70.1",
3
+ "version": "2.71.0-alpha.1",
4
4
  "description": "Platformatic Astro Stackable",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -19,9 +19,9 @@
19
19
  "@fastify/static": "^8.0.0",
20
20
  "fastify": "^5.0.0",
21
21
  "semver": "^7.6.3",
22
- "@platformatic/basic": "2.70.1",
23
- "@platformatic/config": "2.70.1",
24
- "@platformatic/utils": "2.70.1"
22
+ "@platformatic/basic": "2.71.0-alpha.1",
23
+ "@platformatic/config": "2.71.0-alpha.1",
24
+ "@platformatic/utils": "2.71.0-alpha.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@astrojs/node": "^9.2.0",
@@ -29,13 +29,13 @@
29
29
  "borp": "^0.20.0",
30
30
  "eslint": "9",
31
31
  "json-schema-to-typescript": "^15.0.1",
32
- "minimatch": "^10.0.3",
32
+ "minimatch": "^10.0.1",
33
33
  "neostandard": "^0.12.0",
34
34
  "typescript": "^5.5.4",
35
35
  "vite": "^5.4.4",
36
36
  "ws": "^8.18.0",
37
- "@platformatic/composer": "2.70.1",
38
- "@platformatic/service": "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": "npm run lint && borp --concurrency=1 --no-timeout",
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/astro/2.70.1.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/astro/2.71.0-alpha.1.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Astro Stackable",
5
5
  "type": "object",