@platformatic/astro 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 CHANGED
@@ -9,7 +9,11 @@ export interface AstroContext extends BaseContext {}
9
9
 
10
10
  export type AstroConfiguration = Configuration<PlatformaticAstroConfig>
11
11
 
12
- export declare function transform (config: AstroConfiguration): Promise<AstroConfiguration>
12
+ export declare function transform (
13
+ config: AstroConfiguration,
14
+ schema?: object,
15
+ options?: ConfigurationOptions
16
+ ): Promise<AstroConfiguration>
13
17
 
14
18
  export declare function loadConfiguration (
15
19
  root: string | PlatformaticAstroConfig,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/astro",
3
- "version": "3.48.0",
3
+ "version": "3.49.1",
4
4
  "description": "Platformatic Astro Capability",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -19,8 +19,8 @@
19
19
  "@fastify/static": "^8.0.0",
20
20
  "fastify": "^5.7.0",
21
21
  "semver": "^7.6.3",
22
- "@platformatic/basic": "3.48.0",
23
- "@platformatic/foundation": "3.48.0"
22
+ "@platformatic/basic": "3.49.1",
23
+ "@platformatic/foundation": "3.49.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@astrojs/node": "^9.2.0",
@@ -35,8 +35,8 @@
35
35
  "tstyche": "^6.2.0",
36
36
  "vite": "^7.0.0",
37
37
  "ws": "^8.18.0",
38
- "@platformatic/gateway": "3.48.0",
39
- "@platformatic/service": "3.48.0"
38
+ "@platformatic/gateway": "3.49.1",
39
+ "@platformatic/service": "3.49.1"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=22.19.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/astro/3.48.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/astro/3.49.1.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Astro Config",
5
5
  "type": "object",