port-numbers 8.0.25 → 8.0.26

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/index.json +8 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -32103,6 +32103,14 @@
32103
32103
  "a25-fap-fgw",
32104
32104
  "A25 (FAP-FGW)"
32105
32105
  ],
32106
+ "4503/tcp": [
32107
+ "",
32108
+ "Reserved"
32109
+ ],
32110
+ "4503/udp": [
32111
+ "m-bus-oms",
32112
+ "M-Bus-OMS over UDP"
32113
+ ],
32106
32114
  "4534/tcp": [
32107
32115
  "",
32108
32116
  "Reserved"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.25",
3
+ "version": "8.0.26",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {