@platformatic/next 2.0.0-alpha.10 → 2.0.0-alpha.12

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 +2 -1
  2. package/package.json +6 -6
  3. package/schema.json +1 -1
package/index.js CHANGED
@@ -141,7 +141,8 @@ export class NextStackable extends BaseStackable {
141
141
  // Always use URL to avoid serialization problem in Windows
142
142
  root: pathToFileURL(this.root).toString(),
143
143
  basePath: this.#basePath,
144
- logLevel: this.logger.level
144
+ logLevel: this.logger.level,
145
+ port: false
145
146
  }
146
147
  })
147
148
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/next",
3
- "version": "2.0.0-alpha.10",
3
+ "version": "2.0.0-alpha.12",
4
4
  "description": "Platformatic Next.js Stackable",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -20,9 +20,9 @@
20
20
  "@babel/traverse": "^7.25.3",
21
21
  "@babel/types": "^7.25.2",
22
22
  "semver": "^7.6.3",
23
- "@platformatic/basic": "2.0.0-alpha.10",
24
- "@platformatic/config": "2.0.0-alpha.10",
25
- "@platformatic/utils": "2.0.0-alpha.10"
23
+ "@platformatic/basic": "2.0.0-alpha.12",
24
+ "@platformatic/config": "2.0.0-alpha.12",
25
+ "@platformatic/utils": "2.0.0-alpha.12"
26
26
  },
27
27
  "devDependencies": {
28
28
  "borp": "^0.17.0",
@@ -35,8 +35,8 @@
35
35
  "react-dom": "^18.3.1",
36
36
  "typescript": "^5.5.4",
37
37
  "ws": "^8.18.0",
38
- "@platformatic/composer": "2.0.0-alpha.10",
39
- "@platformatic/service": "2.0.0-alpha.10"
38
+ "@platformatic/composer": "2.0.0-alpha.12",
39
+ "@platformatic/service": "2.0.0-alpha.12"
40
40
  },
41
41
  "scripts": {
42
42
  "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/next/2.0.0-alpha.10.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/next/2.0.0-alpha.12.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Next.js Stackable",
5
5
  "type": "object",