Skip to content

Commit c792634

Browse files
chore(release): publish packages
- @ya-modbus/cli@0.1.0 - @ya-modbus/device-profiler@0.1.0 - @ya-modbus/driver-loader@0.1.0 - @ya-modbus/driver-sdk@0.1.0 - @ya-modbus/driver-types@0.1.0 - @ya-modbus/emulator@0.1.0 - @ya-modbus/mqtt-bridge@0.1.0 - @ya-modbus/transport@0.1.0 - ya-modbus-driver-ex9em@0.1.0 - ya-modbus-driver-xymd1@0.1.0
1 parent 8cbd4ba commit c792634

21 files changed

Lines changed: 342 additions & 64 deletions

File tree

package-lock.json

Lines changed: 41 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2026-01-04)
7+
8+
### Bug Fixes
9+
10+
- **cli:** address review feedback for implicit driver detection ([d8eb571](https://github.com/groupsky/ya-modbus/commit/d8eb5716972ef3fea3fda1c92d37d69c6b0c263a))
11+
- **driver-xymd1:** update valid baud rates to 9600, 14400, and 19200 ([#47](https://github.com/groupsky/ya-modbus/issues/47)) ([d4460ed](https://github.com/groupsky/ya-modbus/commit/d4460ed8dfbf8312cc87fee994a94e7b5a94bdbb))
12+
- enable linting without build and fix monorepo build order ([#129](https://github.com/groupsky/ya-modbus/issues/129)) ([d3e027b](https://github.com/groupsky/ya-modbus/commit/d3e027bc75822d970f63733c4d069508a020122a)), closes [#130](https://github.com/groupsky/ya-modbus/issues/130)
13+
- **release:** revert failed release and add missing publishConfig ([#147](https://github.com/groupsky/ya-modbus/issues/147)) ([8cbd4ba](https://github.com/groupsky/ya-modbus/commit/8cbd4baf9c140c8ef10080947ddd566014f32c77))
14+
- **release:** revert failed release and cleanup tags ([#145](https://github.com/groupsky/ya-modbus/issues/145)) ([ba85dd9](https://github.com/groupsky/ya-modbus/commit/ba85dd9518f85705bc3f87349b097f004a0e90a1)), closes [#143](https://github.com/groupsky/ya-modbus/issues/143) [#144](https://github.com/groupsky/ya-modbus/issues/144)
15+
16+
### Features
17+
18+
- **cli:** add cross-validation for driver DEFAULT_CONFIG vs SUPPORTED_CONFIG ([#77](https://github.com/groupsky/ya-modbus/issues/77)) ([b904299](https://github.com/groupsky/ya-modbus/commit/b90429994fdd7a4a81605f74069773e84372ebb9)), closes [#56](https://github.com/groupsky/ya-modbus/issues/56)
19+
- **cli:** add driver DEFAULT_CONFIG and SUPPORTED_CONFIG support ([#54](https://github.com/groupsky/ya-modbus/issues/54)) ([e6b4314](https://github.com/groupsky/ya-modbus/commit/e6b4314bf2b9339aeed9c94adedd8b2bcdfe89ea)), closes [#51](https://github.com/groupsky/ya-modbus/issues/51) [56-#60](https://github.com/56-/issues/60) [#51](https://github.com/groupsky/ya-modbus/issues/51)
20+
- **cli:** Add interactive CLI tool for testing Modbus device drivers ([#17](https://github.com/groupsky/ya-modbus/issues/17)) ([0d86dd3](https://github.com/groupsky/ya-modbus/commit/0d86dd3da8ab391bf3246d3b01dc1457846b6301))
21+
- **cli:** add Modbus RTU device discovery command ([#67](https://github.com/groupsky/ya-modbus/issues/67)) ([6ce339d](https://github.com/groupsky/ya-modbus/commit/6ce339d3d4d42a5af3502d4bb9754cae0b672940))
22+
- **cli:** improve help organization with option and command groups ([#70](https://github.com/groupsky/ya-modbus/issues/70)) ([63b0dc0](https://github.com/groupsky/ya-modbus/commit/63b0dc0eebcc4cb6ee6cf5d79fc0f8d64d138eda))
23+
- **cli:** unify driver loading with implicit local detection ([b3544d4](https://github.com/groupsky/ya-modbus/commit/b3544d4a83c58edba78a5e7440bdda410a72f52f)), closes [#76](https://github.com/groupsky/ya-modbus/issues/76)
24+
- **drivers:** add multi-device driver support ([#75](https://github.com/groupsky/ya-modbus/issues/75)) ([eed4ed9](https://github.com/groupsky/ya-modbus/commit/eed4ed9f226453c9a5e1a782d0b89a52f324b85b))
25+
- **release:** add Lerna-Lite publishing with pre-release support ([#135](https://github.com/groupsky/ya-modbus/issues/135)) ([fcaf40a](https://github.com/groupsky/ya-modbus/commit/fcaf40a63452ecce09e82b397d448652354ecd16))
26+
- **transport:** extract transport package for code reusability ([#102](https://github.com/groupsky/ya-modbus/issues/102)) ([b3153bf](https://github.com/groupsky/ya-modbus/commit/b3153bf7a05fdfcab41d896cfdac64fd2defe107)), closes [#107](https://github.com/groupsky/ya-modbus/issues/107) [#108](https://github.com/groupsky/ya-modbus/issues/108) [#109](https://github.com/groupsky/ya-modbus/issues/109) [#91](https://github.com/groupsky/ya-modbus/issues/91)
27+
28+
### Reverts
29+
30+
- Revert "chore(release): publish packages" ([b613837](https://github.com/groupsky/ya-modbus/commit/b6138375978fdebfd57e645367f3fc8011f0452f))

packages/cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ya-modbus/cli",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "CLI tool for testing and developing Modbus device drivers",
55
"type": "module",
66
"keywords": [
@@ -44,17 +44,17 @@
4444
"node": ">=20.0.0"
4545
},
4646
"dependencies": {
47-
"@ya-modbus/driver-loader": "^0.0.0",
48-
"@ya-modbus/driver-types": "^0.0.0",
49-
"@ya-modbus/transport": "^0.0.0",
50-
"commander": "^14.0.2",
47+
"@ya-modbus/driver-loader": "^0.1.0",
48+
"@ya-modbus/driver-types": "^0.1.0",
49+
"@ya-modbus/transport": "^0.1.0",
5150
"chalk": "^5.3.0",
52-
"cli-table3": "^0.6.3"
51+
"cli-table3": "^0.6.3",
52+
"commander": "^14.0.2"
5353
},
5454
"devDependencies": {
5555
"@types/node": "^20.10.6",
56-
"typescript": "^5.7.2",
5756
"jest": "^30.2.0",
58-
"ts-jest": "^29.1.1"
57+
"ts-jest": "^29.1.1",
58+
"typescript": "^5.7.2"
5959
}
6060
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2026-01-04)
7+
8+
### Bug Fixes
9+
10+
- **release:** revert failed release and add missing publishConfig ([#147](https://github.com/groupsky/ya-modbus/issues/147)) ([8cbd4ba](https://github.com/groupsky/ya-modbus/commit/8cbd4baf9c140c8ef10080947ddd566014f32c77))
11+
- **release:** revert failed release and cleanup tags ([#145](https://github.com/groupsky/ya-modbus/issues/145)) ([ba85dd9](https://github.com/groupsky/ya-modbus/commit/ba85dd9518f85705bc3f87349b097f004a0e90a1)), closes [#143](https://github.com/groupsky/ya-modbus/issues/143) [#144](https://github.com/groupsky/ya-modbus/issues/144)
12+
13+
### Features
14+
15+
- **device-profiler:** implement core register scanning functionality ([#128](https://github.com/groupsky/ya-modbus/issues/128)) ([4526824](https://github.com/groupsky/ya-modbus/commit/4526824b26823f58d5a99ae37dc32ac73360fc41)), closes [#117](https://github.com/groupsky/ya-modbus/issues/117)
16+
17+
### Reverts
18+
19+
- Revert "chore(release): publish packages" ([b613837](https://github.com/groupsky/ya-modbus/commit/b6138375978fdebfd57e645367f3fc8011f0452f))

packages/device-profiler/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ya-modbus/device-profiler",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Device profiler for discovering Modbus register maps",
55
"license": "GPL-3.0-or-later",
66
"type": "module",
@@ -44,16 +44,16 @@
4444
"node": ">=20.0.0"
4545
},
4646
"dependencies": {
47-
"@ya-modbus/driver-types": "^0.0.0",
48-
"@ya-modbus/transport": "^0.0.0",
49-
"commander": "^14.0.2",
47+
"@ya-modbus/driver-types": "^0.1.0",
48+
"@ya-modbus/transport": "^0.1.0",
5049
"chalk": "^5.3.0",
51-
"cli-table3": "^0.6.3"
50+
"cli-table3": "^0.6.3",
51+
"commander": "^14.0.2"
5252
},
5353
"devDependencies": {
5454
"@types/node": "^20.10.6",
55-
"typescript": "^5.7.2",
5655
"jest": "^30.2.0",
57-
"ts-jest": "^29.1.1"
56+
"ts-jest": "^29.1.1",
57+
"typescript": "^5.7.2"
5858
}
5959
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2026-01-04)
7+
8+
### Bug Fixes
9+
10+
- enable linting without build and fix monorepo build order ([#129](https://github.com/groupsky/ya-modbus/issues/129)) ([d3e027b](https://github.com/groupsky/ya-modbus/commit/d3e027bc75822d970f63733c4d069508a020122a)), closes [#130](https://github.com/groupsky/ya-modbus/issues/130)
11+
- **release:** revert failed release and add missing publishConfig ([#147](https://github.com/groupsky/ya-modbus/issues/147)) ([8cbd4ba](https://github.com/groupsky/ya-modbus/commit/8cbd4baf9c140c8ef10080947ddd566014f32c77))
12+
- **release:** revert failed release and cleanup tags ([#145](https://github.com/groupsky/ya-modbus/issues/145)) ([ba85dd9](https://github.com/groupsky/ya-modbus/commit/ba85dd9518f85705bc3f87349b097f004a0e90a1)), closes [#143](https://github.com/groupsky/ya-modbus/issues/143) [#144](https://github.com/groupsky/ya-modbus/issues/144)
13+
14+
### Features
15+
16+
- **release:** add Lerna-Lite publishing with pre-release support ([#135](https://github.com/groupsky/ya-modbus/issues/135)) ([fcaf40a](https://github.com/groupsky/ya-modbus/commit/fcaf40a63452ecce09e82b397d448652354ecd16))
17+
18+
### Reverts
19+
20+
- Revert "chore(release): publish packages" ([b613837](https://github.com/groupsky/ya-modbus/commit/b6138375978fdebfd57e645367f3fc8011f0452f))

packages/driver-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ya-modbus/driver-loader",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Dynamic driver loader for ya-modbus device drivers",
55
"keywords": [
66
"modbus",
@@ -44,7 +44,7 @@
4444
"lint": "eslint ."
4545
},
4646
"dependencies": {
47-
"@ya-modbus/driver-types": "^0.0.0"
47+
"@ya-modbus/driver-types": "^0.1.0"
4848
},
4949
"peerDependencies": {
5050
"jest": ">=29.0.0"

0 commit comments

Comments
 (0)