@platformatic/react-router 3.47.0 → 3.49.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/index.d.ts CHANGED
@@ -27,6 +27,9 @@ export declare class ReactRouterCapability extends BaseCapability<
27
27
  PlatformaticReactRouterConfig,
28
28
  BaseOptions<ReactRouterContext>
29
29
  > {
30
+ outputDirectory?: string
31
+ buildInfoPath?: string
32
+
30
33
  constructor (root: string, config: PlatformaticReactRouterConfig, context?: object)
31
34
  }
32
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/react-router",
3
- "version": "3.47.0",
3
+ "version": "3.49.0",
4
4
  "description": "Platformatic React Router Capability",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -18,9 +18,9 @@
18
18
  "@fastify/static": "^8.0.0",
19
19
  "fastify": "^5.7.0",
20
20
  "semver": "^7.6.3",
21
- "@platformatic/basic": "3.47.0",
22
- "@platformatic/foundation": "3.47.0",
23
- "@platformatic/vite": "3.47.0"
21
+ "@platformatic/foundation": "3.49.0",
22
+ "@platformatic/basic": "3.49.0",
23
+ "@platformatic/vite": "3.49.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@react-router/dev": "^7.10.0",
@@ -41,8 +41,8 @@
41
41
  "typescript": "^5.5.4",
42
42
  "vite": "^7.1.7",
43
43
  "ws": "^8.18.0",
44
- "@platformatic/gateway": "3.47.0",
45
- "@platformatic/service": "3.47.0"
44
+ "@platformatic/service": "3.49.0",
45
+ "@platformatic/gateway": "3.49.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=22.19.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/react-router/3.47.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/react-router/3.49.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic React Router Config",
5
5
  "type": "object",