web-documentation 1.0.21 → 1.0.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-documentation",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Declarative multilanguage documentation website generator",
5
5
  "keywords": [
6
6
  "documentation",
package/source/deploy.ts CHANGED
@@ -61,7 +61,7 @@ interface SCOPE_TYPE extends Mapping<unknown> {
61
61
  version: string
62
62
  }
63
63
  // endregion
64
- const log = new Logger({name: 'web-documentation.deploy'})
64
+ const log = new Logger({name: 'web-documentation.deploy', level: 'debug'})
65
65
  // region globals
66
66
  /// region locations
67
67
  const DOCUMENTATION_BUILD_PATH = resolve('./build/')