incyclist-devices 2.3.34 → 2.3.35

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.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "incyclist-devices",
3
- "version": "2.3.34",
3
+ "version": "2.3.35",
4
4
  "dependencies": {
5
+ "@protobuf-ts/runtime": "^2.11.1",
5
6
  "@serialport/bindings-interface": "^1.2.2",
6
7
  "@serialport/parser-byte-length": "^9.0.1",
7
8
  "@serialport/parser-delimiter": "^9.0.1",
@@ -14,6 +15,7 @@
14
15
  "gd-eventlog": "^0.1.27"
15
16
  },
16
17
  "devDependencies": {
18
+ "@protobuf-ts/plugin": "^2.11.1",
17
19
  "@serialport/binding-mock": "^10.2.2",
18
20
  "@serialport/bindings-cpp": "^10.8.0",
19
21
  "@stoprocent/noble": "^2.3.5",
@@ -24,6 +26,8 @@
24
26
  "bonjour-service": "^1.3.0",
25
27
  "eslint": "^9.35.0",
26
28
  "jest": "^30.1.3",
29
+ "npm": "^11.6.1",
30
+ "protoc": "^32.1.0",
27
31
  "ts-jest": "^29.4.1",
28
32
  "typescript": "^5.9.2"
29
33
  },
@@ -33,7 +37,8 @@
33
37
  "test": "npx jest --coverage",
34
38
  "test:ci": "npx jest --coverage --forceExit",
35
39
  "dev": "tsc --watch",
36
- "postversion": "git push && git push --tags"
40
+ "postversion": "git push && git push --tags",
41
+ "protogen": "protoc --ts_out src/proto --proto_path protos protos/*.proto "
37
42
  },
38
43
  "files": [
39
44
  "lib/"