@platformatic/foundation 3.51.0 → 3.52.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 +1 -2
  2. package/package.json +1 -1
package/lib/schema.js CHANGED
@@ -357,8 +357,7 @@ export const server = {
357
357
  type: 'object',
358
358
  properties: {
359
359
  hostname: {
360
- type: 'string',
361
- default: '127.0.0.1'
360
+ type: 'string'
362
361
  },
363
362
  port: {
364
363
  anyOf: [{ type: 'integer' }, { type: 'string' }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/foundation",
3
- "version": "3.51.0",
3
+ "version": "3.52.0",
4
4
  "description": "Platformatic Foundation",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",