@platformatic/service 3.41.0 → 3.42.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.
Files changed (3) hide show
  1. package/README.md +15 -0
  2. package/package.json +8 -8
  3. package/schema.json +2 -2
package/README.md CHANGED
@@ -0,0 +1,15 @@
1
+ # @platformatic/service
2
+
3
+ Platformatic Service is an HTTP service built on top of [Fastify](https://fastify.dev/) that provides a foundation for building APIs with auto-generated OpenAPI documentation and GraphQL support.
4
+
5
+ Check out the full documentation on [our website](https://docs.platformatic.dev/docs/reference/service/overview).
6
+
7
+ ## Install
8
+
9
+ ```sh
10
+ npm install @platformatic/service
11
+ ```
12
+
13
+ ## License
14
+
15
+ Apache 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "3.41.0",
3
+ "version": "3.42.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "self-cert": "^2.0.0",
29
29
  "split2": "^4.2.0",
30
30
  "typescript": "^5.5.4",
31
- "undici": "7.18.2",
31
+ "undici": "7.24.0",
32
32
  "vscode-json-languageservice": "^5.3.9",
33
33
  "why-is-node-running": "^2.2.2",
34
34
  "yaml": "^2.4.1"
@@ -67,12 +67,12 @@
67
67
  "rfdc": "^1.3.1",
68
68
  "semgrator": "^0.3.0",
69
69
  "undici": "^7.0.0",
70
- "@platformatic/basic": "3.41.0",
71
- "@platformatic/foundation": "3.41.0",
72
- "@platformatic/generators": "3.41.0",
73
- "@platformatic/metrics": "3.41.0",
74
- "@platformatic/scalar-theme": "3.41.0",
75
- "@platformatic/telemetry": "3.41.0"
70
+ "@platformatic/foundation": "3.42.0",
71
+ "@platformatic/generators": "3.42.0",
72
+ "@platformatic/scalar-theme": "3.42.0",
73
+ "@platformatic/telemetry": "3.42.0",
74
+ "@platformatic/metrics": "3.42.0",
75
+ "@platformatic/basic": "3.42.0"
76
76
  },
77
77
  "engines": {
78
78
  "node": ">=22.19.0"
package/schema.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/service/3.41.0.json",
3
- "version": "3.41.0",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/service/3.42.0.json",
3
+ "version": "3.42.0",
4
4
  "title": "Platformatic Service Config",
5
5
  "type": "object",
6
6
  "properties": {