Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e78447b
refactor(cli): drop vm2 and use NodeJS vm module
relu91 Jan 24, 2025
abb813c
refactor(cli/default-serivent): use async await in run method
relu91 Jan 24, 2025
ee16e04
refactor(cli): better code organization and minor improvements logging
relu91 Jan 29, 2025
e493e36
refactor(cli): organize logging configuration
relu91 Jan 29, 2025
6f5953c
refactor(cli/parsers/config-file-parser): better error messages
relu91 Jan 30, 2025
861bcad
refactor(cli): improve configuration building and keep it sync with j…
relu91 Mar 5, 2025
7bb51f3
fix(mqtt): allow optional uri in MQTT Server configuration
relu91 Mar 5, 2025
f49662f
feat(cli): simplify CLI script execution
relu91 Jun 27, 2025
7269236
feat(cli): unify configuration parameters
relu91 Oct 24, 2025
1f1d88e
chore: remove testing files
relu91 Nov 28, 2025
28c8a6f
test(cli): cover new functionalities with basic tests
relu91 Nov 28, 2025
93cd428
chore: fix critical audit warnings
relu91 Nov 28, 2025
f116cbc
chore: fix eslint warnings
relu91 Nov 28, 2025
5718765
style: run format
relu91 Nov 28, 2025
e5ddb9b
test(cli): use tmp library for script files
relu91 Dec 18, 2025
ca12fe4
refactor(cli): basic error messages improvments
relu91 Jan 7, 2026
61768ae
chore(cli): rename import-json.js to import-json-to-ts.js
relu91 Jan 7, 2026
eed1f94
feat(cli): remove now unsupported inspect options
relu91 Jan 7, 2026
876bede
feat(cli): remove compiler option
relu91 Jan 7, 2026
9a2f461
docs(cli/README): allign the help message with the latest changes
relu91 Jan 7, 2026
c1597d6
docs(cli/README): add missing closing parentesis
relu91 Jan 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WOT_SERVIENT_HTTP_PORT=8080
Loading