knx.ts 1.0.6 → 1.0.7

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -421,4 +421,4 @@ npm run test:connection
421
421
 
422
422
  ## ⚖️ License
423
423
 
424
- This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) and [NOTICE](NOTICE) files for details.
424
+ This project is licensed under the MIT License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knx.ts",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
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",
@@ -44,7 +44,7 @@
44
44
  "typescript"
45
45
  ],
46
46
  "author": "Arnold Steven Beleño Zuletta (Wesxt)",
47
- "license": "Apache-2.0",
47
+ "license": "MIT",
48
48
  "devDependencies": {
49
49
  "@eslint/js": "^10.0.1",
50
50
  "@types/jest": "^30.0.0",