mxprobe-core 0.2.1 → 0.2.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mxprobe-core",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "The MX Probe engine: DNS tier, SMTP probe and the send / hold / kill verdict contract. Zero dependencies.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "https://github.com/andrewchmr/mxprobe",
25
+ "url": "git+https://github.com/andrewchmr/mxprobe.git",
26
26
  "directory": "packages/core"
27
27
  },
28
28
  "homepage": "https://mxprobe.dev",