cidr-block 2.0.0 → 2.0.1

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/README.md +2 -0
  2. package/package.json +2 -4
package/README.md CHANGED
@@ -38,6 +38,8 @@ console.log(v6addr.toString()); // "2001:db8::1"
38
38
 
39
39
  ## API Reference
40
40
 
41
+ Full documentation can be found at [cidr-block.com](https://cidr-block.com).
42
+
41
43
  ### IPv4
42
44
 
43
45
  #### Creating Addresses
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cidr-block",
3
3
  "description": "IPv4 and IPv6 address and cidr range utilities",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "license": "MIT",
6
6
  "author": "Brandon Burrus <brandon@burrus.io>",
7
7
  "homepage": "https://cidr-block.com",
@@ -66,11 +66,9 @@
66
66
  "rollup": "^4.53.3",
67
67
  "rollup-plugin-dts": "^6.2.3",
68
68
  "tslib": "^2.8.1",
69
+ "typedoc": "^0.28.14",
69
70
  "typedoc-github-theme": "^0.3.1",
70
71
  "typescript": "^5.9.3",
71
72
  "vitest": "^4.0.13"
72
- },
73
- "dependencies": {
74
- "typedoc": "^0.28.14"
75
73
  }
76
74
  }