port-numbers 8.0.15 → 8.0.17

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 +16 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -40291,6 +40291,14 @@
40291
40291
  "coherence-disc",
40292
40292
  "Oracle Coherence Cluster discovery service"
40293
40293
  ],
40294
+ "7575/tcp": [
40295
+ "wtmi-panel",
40296
+ "Main access port for WTMI Panel"
40297
+ ],
40298
+ "7575/udp": [
40299
+ "",
40300
+ "Reserved"
40301
+ ],
40294
40302
  "7588/tcp": [
40295
40303
  "sun-lm",
40296
40304
  "Sun License Manager"
@@ -47543,6 +47551,14 @@
47543
47551
  "",
47544
47552
  "Reserved"
47545
47553
  ],
47554
+ "27016/tcp": [
47555
+ "chlenix",
47556
+ "Cloud hosting environment network"
47557
+ ],
47558
+ "27016/udp": [
47559
+ "",
47560
+ "Reserved"
47561
+ ],
47546
47562
  "27017/tcp": [
47547
47563
  "mongodb",
47548
47564
  "Mongo database system"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.15",
3
+ "version": "8.0.17",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {