@withstudiocms/internal_helpers 0.1.0-beta.2 → 0.1.0-beta.3

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.
@@ -23,7 +23,7 @@ async function logMessages(messages, options, logger) {
23
23
  {
24
24
  logger: logger.fork(label),
25
25
  logLevel,
26
- verbose: logLevel === "info" ? options.verbose : true
26
+ verbose: logLevel === "info" || logLevel === "debug" ? options.verbose : true
27
27
  },
28
28
  message
29
29
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withstudiocms/internal_helpers",
3
- "version": "0.1.0-beta.2",
3
+ "version": "0.1.0-beta.3",
4
4
  "description": "Internal helper utilities for StudioCMS",
5
5
  "author": {
6
6
  "name": "withstudiocms",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "type": "module",
62
62
  "dependencies": {
63
- "astro-integration-kit": "^0.19.0",
63
+ "astro-integration-kit": "^0.19.1",
64
64
  "mdast-util-from-markdown": "^2.0.2",
65
65
  "mdast-util-to-string": "^4.0.0",
66
66
  "unist-util-visit": "^5.0.0"