knx.ts 1.0.8 → 1.0.9
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 +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "knx.ts",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "A high-performance KNXnet/IP server and client library in TypeScript, focused on ETS stability.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"test:tpuart": "tsx src/test/tpuart_manual.test.ts",
|
|
24
24
|
"test:controlField": "tsx src/test/controlField.test.ts",
|
|
25
25
|
"test:emi": "tsx src/test/test_emi.test.ts",
|
|
26
|
+
"test:servers": "tsx src/test/servers_manual.test.ts",
|
|
26
27
|
"pack:test": "npm pack",
|
|
27
28
|
"release:patch": "npm version patch && npm publish",
|
|
28
29
|
"release:minor": "npm version minor && npm publish",
|