ima2-gen 1.1.1 → 1.1.2

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/config.js CHANGED
@@ -62,7 +62,7 @@ function pickBool(envVal, fileVal, fallback) {
62
62
  }
63
63
 
64
64
  export function defaultLogLevelForEnv(runtimeEnv = env) {
65
- return runtimeEnv.IMA2_DEV === "1" ? "debug" : "warn";
65
+ return runtimeEnv.IMA2_DEV === "1" ? "debug" : "info";
66
66
  }
67
67
 
68
68
  export const config = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ima2-gen",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Local OAuth image generation studio with classic and node workflows",
5
5
  "type": "module",
6
6
  "bin": {