@platformatic/service 3.27.0 → 3.28.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/config.d.ts CHANGED
@@ -691,6 +691,7 @@ export interface PlatformaticServiceConfig {
691
691
  [k: string]: string;
692
692
  };
693
693
  sourceMaps?: boolean;
694
+ nodeModulesSourceMaps?: string[];
694
695
  scheduler?: {
695
696
  enabled?: boolean | string;
696
697
  name: string;
@@ -745,6 +746,7 @@ export interface PlatformaticServiceConfig {
745
746
  };
746
747
  envfile?: string;
747
748
  sourceMaps?: boolean;
749
+ nodeModulesSourceMaps?: string[];
748
750
  packageManager?: "npm" | "pnpm" | "yarn";
749
751
  preload?: string | string[];
750
752
  nodeOptions?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "3.27.0",
3
+ "version": "3.28.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/foundation": "3.27.0",
71
- "@platformatic/metrics": "3.27.0",
72
- "@platformatic/basic": "3.27.0",
73
- "@platformatic/scalar-theme": "3.27.0",
74
- "@platformatic/telemetry": "3.27.0",
75
- "@platformatic/generators": "3.27.0"
70
+ "@platformatic/basic": "3.28.0",
71
+ "@platformatic/foundation": "3.28.0",
72
+ "@platformatic/metrics": "3.28.0",
73
+ "@platformatic/generators": "3.28.0",
74
+ "@platformatic/scalar-theme": "3.28.0",
75
+ "@platformatic/telemetry": "3.28.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.27.0.json",
3
- "version": "3.27.0",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/service/3.28.0.json",
3
+ "version": "3.28.0",
4
4
  "title": "Platformatic Service Config",
5
5
  "type": "object",
6
6
  "properties": {
@@ -1217,6 +1217,12 @@
1217
1217
  "sourceMaps": {
1218
1218
  "type": "boolean"
1219
1219
  },
1220
+ "nodeModulesSourceMaps": {
1221
+ "type": "array",
1222
+ "items": {
1223
+ "type": "string"
1224
+ }
1225
+ },
1220
1226
  "packageManager": {
1221
1227
  "type": "string",
1222
1228
  "enum": [
@@ -2463,6 +2469,13 @@
2463
2469
  "type": "boolean",
2464
2470
  "default": false
2465
2471
  },
2472
+ "nodeModulesSourceMaps": {
2473
+ "type": "array",
2474
+ "items": {
2475
+ "type": "string"
2476
+ },
2477
+ "default": []
2478
+ },
2466
2479
  "scheduler": {
2467
2480
  "type": "array",
2468
2481
  "items": {
@@ -2716,6 +2729,12 @@
2716
2729
  "sourceMaps": {
2717
2730
  "type": "boolean"
2718
2731
  },
2732
+ "nodeModulesSourceMaps": {
2733
+ "type": "array",
2734
+ "items": {
2735
+ "type": "string"
2736
+ }
2737
+ },
2719
2738
  "packageManager": {
2720
2739
  "type": "string",
2721
2740
  "enum": [