@platformatic/foundation 3.42.0 → 3.44.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/lib/schema.js +3 -0
  2. package/package.json +1 -1
package/lib/schema.js CHANGED
@@ -1409,6 +1409,9 @@ export const runtimeProperties = {
1409
1409
  default: 'external'
1410
1410
  },
1411
1411
  env,
1412
+ envfile: {
1413
+ type: 'string'
1414
+ },
1412
1415
  sourceMaps: {
1413
1416
  type: 'boolean',
1414
1417
  default: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/foundation",
3
- "version": "3.42.0",
3
+ "version": "3.44.0",
4
4
  "description": "Platformatic Foundation",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",