@platformatic/remix 3.48.0 → 3.49.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.
- package/index.d.ts +5 -1
- package/package.json +6 -6
- package/schema.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,11 @@ export interface RemixContext extends BaseContext {}
|
|
|
9
9
|
|
|
10
10
|
export type RemixConfiguration = Configuration<PlatformaticRemixConfig>
|
|
11
11
|
|
|
12
|
-
export declare function transform (
|
|
12
|
+
export declare function transform (
|
|
13
|
+
config: RemixConfiguration,
|
|
14
|
+
schema?: object,
|
|
15
|
+
options?: ConfigurationOptions
|
|
16
|
+
): Promise<RemixConfiguration>
|
|
13
17
|
|
|
14
18
|
export declare function loadConfiguration (
|
|
15
19
|
root: string | PlatformaticRemixConfig,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/remix",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.49.1",
|
|
4
4
|
"description": "Platformatic Remix 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/
|
|
22
|
-
"@platformatic/
|
|
23
|
-
"@platformatic/
|
|
21
|
+
"@platformatic/vite": "3.49.1",
|
|
22
|
+
"@platformatic/basic": "3.49.1",
|
|
23
|
+
"@platformatic/foundation": "3.49.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@remix-run/dev": "^2.16.8",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"typescript": "^5.5.4",
|
|
41
41
|
"vite": "^7.0.0",
|
|
42
42
|
"ws": "^8.18.0",
|
|
43
|
-
"@platformatic/gateway": "3.
|
|
44
|
-
"@platformatic/service": "3.
|
|
43
|
+
"@platformatic/gateway": "3.49.1",
|
|
44
|
+
"@platformatic/service": "3.49.1"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": ">=22.19.0"
|
package/schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://schemas.platformatic.dev/@platformatic/remix/3.
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/@platformatic/remix/3.49.1.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "Platformatic Remix Config",
|
|
5
5
|
"type": "object",
|