@platformatic/next 3.49.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
@@ -10,7 +10,11 @@ export interface NextContext extends BaseContext {}
10
10
 
11
11
  export type NextConfiguration = Configuration<PlatformaticNextJsConfig>
12
12
 
13
- export declare function transform (config: NextConfiguration): Promise<NextConfiguration>
13
+ export declare function transform (
14
+ config: NextConfiguration,
15
+ schema?: object,
16
+ options?: ConfigurationOptions
17
+ ): Promise<NextConfiguration>
14
18
 
15
19
  export declare function getAdapterPath (): string
16
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/next",
3
- "version": "3.49.0",
3
+ "version": "3.49.1",
4
4
  "description": "Platformatic Next.js Capability",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -25,8 +25,8 @@
25
25
  "light-my-request": "^6.0.0",
26
26
  "msgpackr": "^1.11.2",
27
27
  "semver": "^7.6.3",
28
- "@platformatic/foundation": "3.49.0",
29
- "@platformatic/basic": "3.49.0"
28
+ "@platformatic/basic": "3.49.1",
29
+ "@platformatic/foundation": "3.49.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@fastify/reply-from": "^12.0.0",
@@ -43,8 +43,8 @@
43
43
  "next": "^16.1.0",
44
44
  "typescript": "^5.5.4",
45
45
  "ws": "^8.18.0",
46
- "@platformatic/gateway": "3.49.0",
47
- "@platformatic/service": "3.49.0"
46
+ "@platformatic/gateway": "3.49.1",
47
+ "@platformatic/service": "3.49.1"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=22.19.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/next/3.49.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/next/3.49.1.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Next.js Config",
5
5
  "type": "object",