tirecheck-device-sdk 0.1.7 → 0.1.8
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/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,6 +54,11 @@ await tirecheckDeviceSdk.bridge.readVehicleSchema(deviceId)
|
|
|
54
54
|
|
|
55
55
|
That should open Vitest's UI. Feel free to add new functionality and tests.
|
|
56
56
|
|
|
57
|
+
### Publishing your changes
|
|
58
|
+
|
|
59
|
+
CI is set up in a way that new version of package is published to NPM if change in `package.json`'s `version` field is
|
|
60
|
+
detected. So, if you want to publish your changes, increment version in package.json as part of your merge request.
|
|
61
|
+
|
|
57
62
|
### Test-driven development
|
|
58
63
|
|
|
59
64
|
For this project, we advice to follow TDD for every feature. That means that you first write failing test, and then add
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tirecheck-device-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "SDK for working with various devices produced by Tirecheck via Bluetooth (CAN Bridge, Routers, Sensors, FlexiGauge, PressureStick, etc)",
|
|
5
5
|
"author": "Leonid Buneev <leonid.buneev@tirecheck.com>",
|
|
6
6
|
"license": "ISC",
|