@platformatic/watt-extra 0.1.5 → 0.1.6-alpha.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/watt.js +1 -0
  2. package/package.json +1 -1
package/lib/watt.js CHANGED
@@ -149,6 +149,7 @@ class Watt {
149
149
 
150
150
  this.#logger.info('Building runtime')
151
151
 
152
+ process._rawDebug('--------PATCHED CONFIG--------', this.#config)
152
153
  const runtime = new Runtime(this.#config, { isProduction: true })
153
154
 
154
155
  /* c8 ignore next 3 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/watt-extra",
3
- "version": "0.1.5",
3
+ "version": "0.1.6-alpha.0",
4
4
  "description": "The Platformatic runtime manager",
5
5
  "type": "module",
6
6
  "scripts": {