dependabot[bot]
acfb6e689e
Bump rimraf from 4.4.1 to 5.0.0 ( #218 )
2023-04-11 13:31:38 +02:00
dependabot[bot]
c07b8fdff8
Bump typescript from 4.9.5 to 5.0.2 ( #188 )
2023-03-19 23:54:57 +01:00
dependabot[bot]
438ec423c4
Bump rimraf from 3.0.2 to 4.0.1 ( #109 )
2023-01-13 10:49:05 +01:00
Lars Strojny
a8cc8290e2
Fix build
2023-01-12 16:15:30 +01:00
Lars Strojny
76a3ad9c7f
Release 1.0.5
2023-01-08 17:22:39 +01:00
Lars Strojny
8935a2402c
Release 1.0.4
2023-01-08 15:13:32 +01:00
Lars Strojny
c5f289946c
Fix missing metrics grouping ( #97 )
...
Closes #96
2023-01-08 15:12:01 +01:00
dependabot[bot]
cc19c0fe40
Bump hap-node-client from 0.1.29 to 0.2.1 ( #93 )
2023-01-04 11:59:40 +01:00
Lars Strojny
f1746e47b3
Release 1.0.3
2023-01-03 22:04:58 +01:00
Lars Strojny
3c9ecc1f65
Skip to 1.0.2
2023-01-03 22:03:48 +01:00
Lars Strojny
64b180c059
Replace npx with portable npx exec ( #76 )
...
`npx` will also consider global installations potentially leading to
build issues.
2022-12-20 13:57:00 +01:00
Lars Strojny
92ed6b139f
Release 1.0.1
2022-12-18 21:29:27 +01:00
Lars Strojny
78d45e770e
NPM v9 compatibility ( #68 )
...
`npm bin` no longer exists in npm version 9, so we use `npx` to run
local commands instead. `npm exec` would work as well, but that was only
introduced with npx version 7 and node 14 uses version 6. Duh!
2022-12-18 21:01:04 +01:00
Lars Strojny
5a8f056ef7
Release 1.0.0
2022-12-09 22:32:27 +01:00
Lars Strojny
a1aa1d775b
Switch back to json-schema-to-zod mainline ( #60 )
...
After https://github.com/StefanTerdell/json-schema-to-zod/pull/18 and
https://github.com/StefanTerdell/json-schema-to-zod/pull/24 got merged,
let’s switch back to the mainline.
2022-12-09 22:30:27 +01:00
Lars Strojny
13493b1eb2
Release 0.1.0
2022-12-01 01:41:01 +01:00
dependabot[bot]
a556c3aca1
Bump @fastify/basic-auth from 4.0.0 to 5.0.0 ( #46 )
2022-12-01 00:48:38 +01:00
Lars Strojny
f36112ff9c
Release 0.0.15
2022-11-24 20:26:14 +01:00
Lars Strojny
7c7673f1c2
Fix code smells ( #36 )
...
Fix code smells detected by SonarCloud
2022-11-23 14:30:23 +01:00
Lars Strojny
ddc85f5359
Release 0.0.14
2022-11-21 03:08:04 +01:00
Lars Strojny
8f2d80a7fb
Unpin and upgrade jest-mock ( #32 )
...
Previously failed because of a type error deep in node_modules, let’s
try again.
2022-11-18 13:23:37 +01:00
dependabot[bot]
f70de293a5
Bump hap-nodejs from 0.10.4 to 0.11.0 ( #31 )
2022-11-18 13:11:43 +01:00
Lars Strojny
fc1bf8b334
Release 0.0.13
2022-11-17 13:20:16 +01:00
Lars Strojny
04706f69d5
Release 0.0.12
2022-11-16 23:29:53 +01:00
Lars Strojny
2e8f2d0579
Clean build on release
2022-11-16 23:28:48 +01:00
Lars Strojny
b8a4c2c9e6
Release 0.0.11
2022-11-16 22:50:48 +01:00
Lars Strojny
f8007b55ca
Add experimental support for basic auth and TLS ( #23 )
...
Allows restricting access to the monitoring endpoint using basic auth
and configure TLS certificates.
2022-11-16 22:19:08 +01:00
Lars Strojny
edf4e605e5
Cache expensive CI steps ( #21 )
...
Speed-up pipeline by caching eslint, prettier, TypeScript, node_modules
2022-11-14 02:43:27 +01:00
Lars Strojny
83f64d3999
Release 0.0.10
2022-11-13 11:14:15 +01:00
Lars Strojny
1828c4836a
Release 0.0.9
2022-11-10 13:46:23 +01:00
Lars Strojny
ab90f03264
Set up release-it
as the release management tool ( #18 )
...
Will manage the release and automatically generate proper releases on
GitHub
2022-11-10 13:40:34 +01:00
Lars Strojny
52efa69bf0
Automate code generation for config schema ( #16 )
...
Use a fork of https://github.com/lstrojny/json-schema-to-zod to generate
the boundary check for the config automatically.
2022-11-10 13:06:16 +01:00
Lars Strojny
58d2683e38
0.0.8
2022-11-10 11:45:37 +01:00
Lars Strojny
f6bc8ca90c
Use code generation for UUID service map ( #14 )
...
Instead of introspecting *hap-nodejs* at runtime for UUID to service
mapping, generate the map during build time.
2022-11-10 11:07:31 +01:00
Lars Strojny
38bf24df90
0.0.7
2022-11-09 21:44:24 +01:00
Lars Strojny
828ae9eade
Improve release management script
2022-11-09 21:40:34 +01:00
Lars Strojny
0735327b7c
0.0.6
2022-11-09 19:22:44 +01:00
Lars Strojny
2bd799ca9c
Integration tests for the fastify HTTP adapter ( #11 )
2022-11-09 19:08:24 +01:00
Lars Strojny
e1b5303384
Release management
2022-11-09 18:23:18 +01:00
Lars Strojny
bab8714b05
0.0.5
2022-11-09 14:58:36 +01:00
Lars Strojny
ef14844589
0.0.4
2022-11-09 14:11:22 +01:00
Lars Strojny
bbc19b935d
0.0.3
2022-11-09 00:41:37 +01:00
Lars Strojny
de101f9006
Use published version of hap-node-client
2022-11-09 00:33:00 +01:00
Lars Strojny
e202c0ba3a
0.0.2
2022-11-09 00:15:59 +01:00
dependabot[bot]
43d9eef9bd
Bump @types/node from 16.18.3 to 18.11.9 ( #6 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.18.3 to 18.11.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 00:12:35 +01:00
Lars Strojny
2596c9f4ea
Remove bundled hap-nodejs dependency
2022-11-08 23:58:46 +01:00
Lars Strojny
6de6855aca
More keywords
2022-11-08 23:23:46 +01:00
Lars Strojny
7762e9f912
Release preparation
2022-11-08 23:21:57 +01:00
Lars Strojny
25b9afa1d2
Run tests via github actions
2022-11-08 22:59:00 +01:00
Lars Strojny
d35e28e377
Let eslint check imports
2022-11-08 19:36:50 +01:00