@ya-modbus/device-profiler 0.4.1-refactor-scope-driver-packages.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -7
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,19 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## 0.4.1-refactor-scope-driver-packages.0 (2026-01-04)
6
+ ## [0.5.1](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/device-profiler@0.5.0...@ya-modbus/device-profiler@0.5.1) (2026-01-04)
7
+
8
+ **Note:** Version bump only for package @ya-modbus/device-profiler
9
+
10
+ # 0.5.0 (2026-01-04)
7
11
 
8
12
  ### Bug Fixes
9
13
 
10
- * **release:** bump versions to 0.2.0 to bypass npm 24h block ([#148](https://github.com/groupsky/ya-modbus/issues/148)) ([98d6fd6](https://github.com/groupsky/ya-modbus/commit/98d6fd666322fb647390d851c43ba0cd8a02486d))
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)
14
+ - **release:** bump versions to 0.2.0 to bypass npm 24h block ([#148](https://github.com/groupsky/ya-modbus/issues/148)) ([98d6fd6](https://github.com/groupsky/ya-modbus/commit/98d6fd666322fb647390d851c43ba0cd8a02486d))
15
+ - **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))
16
+ - **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
17
 
14
18
  ### Features
15
19
 
16
- * **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)
20
+ - **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)
17
21
 
18
22
  ### Reverts
19
23
 
20
- * Revert "chore(release): publish packages" ([94fd33c](https://github.com/groupsky/ya-modbus/commit/94fd33ca0caa158c37a1a43609638843d08c792b))
21
- * Revert "chore(release): publish packages" ([b613837](https://github.com/groupsky/ya-modbus/commit/b6138375978fdebfd57e645367f3fc8011f0452f))
24
+ - Revert "chore(release): publish packages" ([b613837](https://github.com/groupsky/ya-modbus/commit/b6138375978fdebfd57e645367f3fc8011f0452f))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ya-modbus/device-profiler",
3
- "version": "0.4.1-refactor-scope-driver-packages.0",
3
+ "version": "0.5.1",
4
4
  "description": "Device profiler for discovering Modbus register maps",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "type": "module",
@@ -46,8 +46,8 @@
46
46
  "node": ">=20.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@ya-modbus/driver-types": "^0.4.1-refactor-scope-driver-packages.0",
50
- "@ya-modbus/transport": "^0.4.1-refactor-scope-driver-packages.0",
49
+ "@ya-modbus/driver-types": "^0.5.1",
50
+ "@ya-modbus/transport": "^0.5.1",
51
51
  "chalk": "^5.3.0",
52
52
  "cli-table3": "^0.6.3",
53
53
  "commander": "^14.0.2"
@@ -58,5 +58,5 @@
58
58
  "ts-jest": "^29.1.1",
59
59
  "typescript": "^5.7.2"
60
60
  },
61
- "gitHead": "b55d909d67dfff46fb79951e68a2d47ac3fab267"
61
+ "gitHead": "52f4cb86fb2c5f6a2ba898c46ae29103048141e0"
62
62
  }