@ctrl/magnet-link 4.0.2 → 4.1.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -75,6 +75,6 @@ You can also use convenience key names like name (dn), infoHash (xt), infoHashIn
75
75
  ```
76
76
 
77
77
  ### See Also
78
+ - magnet-uri https://github.com/webtorrent/magnet-uri
78
79
  - magnet uri spec http://www.bittorrent.org/beps/bep_0053.html
79
80
  - more spec http://www.bittorrent.org/beps/bep_0009.html
80
- - magnet-uri https://github.com/webtorrent/magnet-uri
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrl/magnet-link",
3
- "version": "4.0.2",
3
+ "version": "4.1.0",
4
4
  "description": "Parse a magnet URI into an object",
5
5
  "author": "Scott Cooper <scttcper@gmail.com>",
6
6
  "homepage": "https://magnet-link.vercel.app",