Skip to content

Commit 472e7d1

Browse files
committed
chore: dependency updates, inc. typescript
1 parent a0aaec7 commit 472e7d1

5 files changed

Lines changed: 264 additions & 227 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ All notable changes to `@homebridge/hap-nodejs` will be documented in this file.
2323
- fix: use constant-time comparison for pincode checks
2424
- fix: `"undefined"` string in characteristic error warnings
2525
- fix: O(n²) buffer concat in encrypt/decrypt hot path
26+
- chore: dependency updates, inc. `typescript`
27+
28+
### Homebridge Dependencies
29+
30+
- `@homebridge/ciao` @ `v1.3.7`
31+
- `@homebridge/dbus-native` @ `v0.7.4`
32+
- `bonjour-hap` @ `v3.10.1`
2633

2734
## v2.1.2 (2026-03-29)
2835

jest.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ import type { Config } from "jest";
33
const config: Config = {
44
"preset": "ts-jest",
55
"testEnvironment": "node",
6+
"transform": {
7+
"^.+\\.tsx?$": ["ts-jest", {
8+
"tsconfig": "tsconfig.spec.json",
9+
}],
10+
},
611
"coverageReporters": ["lcov"],
712
"collectCoverageFrom": [
813
"src/**",

0 commit comments

Comments
 (0)