@platformatic/service 2.0.0-alpha.19 → 2.0.0-alpha.20

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/lib/start.js CHANGED
@@ -61,7 +61,6 @@ async function buildConfigManager (options, app) {
61
61
  delete options.server.loggerInstance
62
62
  options.server ||= {}
63
63
  options.server.logger = { level: loggerInstance.level }
64
- process._rawDebug('loggerInstance', options.server.logger)
65
64
  }
66
65
 
67
66
  let configManager = options.configManager
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "2.0.0-alpha.19",
3
+ "version": "2.0.0-alpha.20",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -76,13 +76,13 @@
76
76
  "rfdc": "^1.3.1",
77
77
  "semgrator": "^0.3.0",
78
78
  "undici": "^6.9.0",
79
- "@platformatic/client": "2.0.0-alpha.19",
80
- "@platformatic/generators": "2.0.0-alpha.19",
81
- "@platformatic/scalar-theme": "2.0.0-alpha.19",
82
- "@platformatic/config": "2.0.0-alpha.19",
83
- "@platformatic/ts-compiler": "2.0.0-alpha.19",
84
- "@platformatic/utils": "2.0.0-alpha.19",
85
- "@platformatic/telemetry": "2.0.0-alpha.19"
79
+ "@platformatic/config": "2.0.0-alpha.20",
80
+ "@platformatic/scalar-theme": "2.0.0-alpha.20",
81
+ "@platformatic/generators": "2.0.0-alpha.20",
82
+ "@platformatic/telemetry": "2.0.0-alpha.20",
83
+ "@platformatic/utils": "2.0.0-alpha.20",
84
+ "@platformatic/ts-compiler": "2.0.0-alpha.20",
85
+ "@platformatic/client": "2.0.0-alpha.20"
86
86
  },
87
87
  "scripts": {
88
88
  "test": "pnpm run lint && borp -T --concurrency=1 --timeout=180000 && tsd",
package/schema.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/service/2.0.0-alpha.19.json",
3
- "version": "2.0.0-alpha.19",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/service/2.0.0-alpha.20.json",
3
+ "version": "2.0.0-alpha.20",
4
4
  "title": "Platformatic Service",
5
5
  "type": "object",
6
6
  "properties": {