@platformatic/service 3.20.0 → 3.22.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 (2) hide show
  1. package/package.json +7 -7
  2. package/schema.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "3.20.0",
3
+ "version": "3.22.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -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.20.0",
71
- "@platformatic/foundation": "3.20.0",
72
- "@platformatic/generators": "3.20.0",
73
- "@platformatic/metrics": "3.20.0",
74
- "@platformatic/scalar-theme": "3.20.0",
75
- "@platformatic/telemetry": "3.20.0"
70
+ "@platformatic/basic": "3.22.0",
71
+ "@platformatic/foundation": "3.22.0",
72
+ "@platformatic/metrics": "3.22.0",
73
+ "@platformatic/scalar-theme": "3.22.0",
74
+ "@platformatic/generators": "3.22.0",
75
+ "@platformatic/telemetry": "3.22.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.20.0.json",
3
- "version": "3.20.0",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/service/3.22.0.json",
3
+ "version": "3.22.0",
4
4
  "title": "Platformatic Service Config",
5
5
  "type": "object",
6
6
  "properties": {
@@ -1215,8 +1215,7 @@
1215
1215
  "type": "string"
1216
1216
  },
1217
1217
  "sourceMaps": {
1218
- "type": "boolean",
1219
- "default": false
1218
+ "type": "boolean"
1220
1219
  },
1221
1220
  "packageManager": {
1222
1221
  "type": "string",