@platformatic/watt-extra 0.1.6-alpha.1 → 0.1.6

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