port-numbers 8.0.24 → 8.0.25

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
@@ -40419,6 +40419,14 @@
40419
40419
  "rome",
40420
40420
  "Proprietary immutable distributed data storage"
40421
40421
  ],
40422
+ "7668/tcp": [
40423
+ "authoritygate",
40424
+ "AuthorityGate Secure API communication for Orchestrated task sequencing"
40425
+ ],
40426
+ "7668/udp": [
40427
+ "",
40428
+ "Reserved"
40429
+ ],
40422
40430
  "7672/tcp": [
40423
40431
  "imqstomp",
40424
40432
  "iMQ STOMP Server"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.24",
3
+ "version": "8.0.25",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {