port-numbers 8.0.10 → 8.0.12

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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.json +1 -1
  3. package/package.json +6 -7
package/README.md CHANGED
@@ -9,7 +9,7 @@ Depending on your environment you may need to use [import attributes](https://gi
9
9
 
10
10
 
11
11
  ```js
12
- import ports from "port-numbers";
12
+ import ports from "port-numbers" with {type: "json"};
13
13
 
14
14
  ports["6379/tcp"];
15
15
  // ["redis", "An advanced key-value cache and store"]
package/index.json CHANGED
@@ -44745,7 +44745,7 @@
44745
44745
  ],
44746
44746
  "10809/tcp": [
44747
44747
  "nbd",
44748
- "Linux Network Block Device"
44748
+ "Network Block Device"
44749
44749
  ],
44750
44750
  "10809/udp": [
44751
44751
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-numbers",
3
- "version": "8.0.10",
3
+ "version": "8.0.12",
4
4
  "description": "Holds information on network port numbers, based on IANA's data",
5
5
  "author": "silverwind",
6
6
  "repository": {
@@ -18,11 +18,10 @@
18
18
  "devDependencies": {
19
19
  "d3-dsv": "3.0.1",
20
20
  "eslint": "8.57.0",
21
- "eslint-config-silverwind": "80.0.4",
22
- "undici": "6.6.2",
23
- "updates": "15.1.2",
24
- "versions": "12.0.1",
25
- "vitest": "1.3.1",
26
- "vitest-config-silverwind": "5.1.1"
21
+ "eslint-config-silverwind": "85.1.4",
22
+ "updates": "16.1.1",
23
+ "versions": "12.0.2",
24
+ "vitest": "1.6.0",
25
+ "vitest-config-silverwind": "9.0.6"
27
26
  }
28
27
  }