port-numbers 8.0.14 → 8.0.15

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
@@ -37863,6 +37863,14 @@
37863
37863
  "nav-data",
37864
37864
  "Navtech Radar Sensor Data"
37865
37865
  ],
37866
+ "6318/tcp": [
37867
+ "iona-data",
37868
+ "IONA Measurement and control data"
37869
+ ],
37870
+ "6318/udp": [
37871
+ "",
37872
+ "Reserved"
37873
+ ],
37866
37874
  "6320/tcp": [
37867
37875
  "repsvc",
37868
37876
  "Double-Take Replication Service"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.14",
3
+ "version": "8.0.15",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {