@halsystems/red-bacnet 1.4.1 → 1.4.2

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 +5 -1
package/README.md CHANGED
@@ -31,4 +31,4 @@ This package is based on two projects:
31
31
 
32
32
  ## License
33
33
  MIT
34
- Copyright (c) 2024-present [HAL Systems](https://www.halsystems.com.au/)
34
+ Copyright (c) 2024-present [HAL Systems](https://www.halsystems.com.au/)
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@halsystems/red-bacnet",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
+ "publishConfig": {
5
+ "registry": "https://registry.npmjs.org/",
6
+ "access": "public"
7
+ },
4
8
  "description": "NodeRED BACnet IP client",
5
9
  "email": "open_source@halsystems.com.au",
6
10
  "repository": {