@platformatic/composer 2.74.2 → 2.75.0-alpha.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/lib/generator/README.md +3 -3
- package/package.json +12 -12
- package/schema.json +1 -1
package/lib/generator/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Platformatic Composer API
|
|
2
2
|
|
|
3
|
-
This is a generated [Platformatic Composer](https://docs.platformatic.dev/docs/composer/overview) application.
|
|
3
|
+
This is a generated [Platformatic Composer](https://docs.platformatic.dev/docs/reference/composer/overview) application.
|
|
4
4
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|
|
7
|
-
Platformatic supports macOS, Linux and Windows ([WSL](https://
|
|
8
|
-
You'll need to have [Node.js](https://nodejs.org/)
|
|
7
|
+
Platformatic supports macOS, Linux and Windows ([WSL](https://learn.microsoft.com/en-us/windows/wsl/) recommended).
|
|
8
|
+
You'll need to have [Node.js](https://nodejs.org/) (v20.16.0+ or v22.3.0+)
|
|
9
9
|
|
|
10
10
|
## Setup
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/composer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.75.0-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"self-cert": "^2.0.0",
|
|
30
30
|
"single-user-cache": "^1.0.1",
|
|
31
31
|
"split2": "^4.2.0",
|
|
32
|
-
"tsd": "^0.
|
|
32
|
+
"tsd": "^0.33.0",
|
|
33
33
|
"typescript": "^5.5.4",
|
|
34
34
|
"why-is-node-running": "2",
|
|
35
35
|
"ws": "^8.16.0",
|
|
36
|
-
"@platformatic/
|
|
37
|
-
"@platformatic/
|
|
38
|
-
"@platformatic/
|
|
36
|
+
"@platformatic/client": "2.75.0-alpha.0",
|
|
37
|
+
"@platformatic/config": "2.75.0-alpha.0",
|
|
38
|
+
"@platformatic/db": "2.75.0-alpha.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@fastify/error": "^4.0.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@fastify/view": "^10.0.1",
|
|
47
47
|
"@platformatic/fastify-openapi-glue": "^5.1.0",
|
|
48
48
|
"@platformatic/graphql-composer": "^0.10.0",
|
|
49
|
-
"@scalar/fastify-api-reference": "1.
|
|
49
|
+
"@scalar/fastify-api-reference": "1.34.4",
|
|
50
50
|
"ajv": "^8.12.0",
|
|
51
51
|
"commist": "^3.2.0",
|
|
52
52
|
"console-table-printer": "^2.12.0",
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"rfdc": "^1.3.1",
|
|
70
70
|
"semgrator": "^0.3.0",
|
|
71
71
|
"undici": "^7.0.0",
|
|
72
|
-
"@platformatic/config": "2.
|
|
73
|
-
"@platformatic/
|
|
74
|
-
"@platformatic/
|
|
75
|
-
"@platformatic/
|
|
76
|
-
"@platformatic/telemetry": "2.
|
|
77
|
-
"@platformatic/
|
|
72
|
+
"@platformatic/config": "2.75.0-alpha.0",
|
|
73
|
+
"@platformatic/scalar-theme": "2.75.0-alpha.0",
|
|
74
|
+
"@platformatic/generators": "2.75.0-alpha.0",
|
|
75
|
+
"@platformatic/utils": "^2.75.0-alpha.0",
|
|
76
|
+
"@platformatic/telemetry": "2.75.0-alpha.0",
|
|
77
|
+
"@platformatic/service": "2.75.0-alpha.0"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"test": "pnpm run lint && borp -T --timeout=1200000 -c 1 && tsd",
|
package/schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://schemas.platformatic.dev/@platformatic/composer/2.
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/@platformatic/composer/2.75.0-alpha.0.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "Platformatic Composer",
|
|
5
5
|
"type": "object",
|