port-numbers 8.0.20 → 8.0.21

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
@@ -19891,6 +19891,14 @@
19891
19891
  "initlsmsad",
19892
19892
  "initlsmsad"
19893
19893
  ],
19894
+ "2794/tcp": [
19895
+ "urp",
19896
+ "Uniform Resource Platform"
19897
+ ],
19898
+ "2794/udp": [
19899
+ "urp",
19900
+ "Uniform Resource Platform"
19901
+ ],
19894
19902
  "2795/tcp": [
19895
19903
  "livestats",
19896
19904
  "LiveStats"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.20",
3
+ "version": "8.0.21",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {