We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
treatWarningsAsErrors
1 parent 66cfa71 commit 931e4f9Copy full SHA for 931e4f9
2 files changed
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
All notable changes to `hap-nodejs` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).
4
5
+## v0.13.2 (Unreleased)
6
+
7
+### Changed
8
9
+- remove `treatWarningsAsErrors` flag from doc gen
10
11
+### Homebridge Dependencies
12
13
+- `@homebridge/ciao` @ `v1.3.1`
14
+- `bonjour-hap` @ `v3.9.0`
15
16
## v0.13.1 (2025-06-04)
17
18
*No changes since v0.13.0, just a version bump to trigger a new release.*
package.json
@@ -21,7 +21,7 @@
21
"test-coverage": "jest --coverage",
22
"start": "node dist/BridgedCore.js",
23
"docs": "typedoc",
24
- "lint-docs": "typedoc --emit none --treatWarningsAsErrors"
+ "lint-docs": "typedoc --emit none"
25
},
26
"keywords": [
27
"hap-nodejs",
0 commit comments