@platformatic/remix 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
@@ -142,7 +142,7 @@ export class RemixStackable extends ViteStackable {
142
142
  url: this.url,
143
143
  prefix: this.basePath ?? this.#basePath,
144
144
  wantsAbsoluteUrls: true,
145
- needsRootRedirect: true
145
+ needsRootTrailingSlash: true
146
146
  }
147
147
  }
148
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/remix",
3
- "version": "2.71.0-alpha.1",
3
+ "version": "2.71.0",
4
4
  "description": "Platformatic Remix Stackable",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -20,10 +20,10 @@
20
20
  "light-my-request": "^6.0.0",
21
21
  "pino-http": "^10.2.0",
22
22
  "semver": "^7.6.3",
23
- "@platformatic/basic": "2.71.0-alpha.1",
24
- "@platformatic/utils": "2.71.0-alpha.1",
25
- "@platformatic/vite": "2.71.0-alpha.1",
26
- "@platformatic/config": "2.71.0-alpha.1"
23
+ "@platformatic/config": "2.71.0",
24
+ "@platformatic/vite": "2.71.0",
25
+ "@platformatic/utils": "2.71.0",
26
+ "@platformatic/basic": "2.71.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@remix-run/dev": "^2.16.8",
@@ -40,8 +40,8 @@
40
40
  "typescript": "^5.5.4",
41
41
  "vite": "^5.4.2",
42
42
  "ws": "^8.18.0",
43
- "@platformatic/composer": "2.71.0-alpha.1",
44
- "@platformatic/service": "2.71.0-alpha.1"
43
+ "@platformatic/service": "2.71.0",
44
+ "@platformatic/composer": "2.71.0"
45
45
  },
46
46
  "scripts": {
47
47
  "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/remix/2.71.0-alpha.1.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/remix/2.71.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Remix Stackable",
5
5
  "type": "object",