@emailcheck/email-validator-js 5.1.0 → 5.2.0-beta.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.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@emailcheck/email-validator-js",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0-beta.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Advanced email validation with MX records, SMTP verification, disposable email detection, batch processing, and caching. Production-ready with TypeScript support.",
|
|
6
6
|
"keywords": [
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"prepublishOnly": "bun run build",
|
|
105
105
|
"release": "semantic-release",
|
|
106
106
|
"release:dry": "semantic-release --dry-run",
|
|
107
|
+
"release:local": "bun run scripts/release-local.mjs",
|
|
107
108
|
"test": "bun run test:unit && bun run test:isolated",
|
|
108
109
|
"test:unit": "bun test __tests__/unit --concurrency=1",
|
|
109
110
|
"test:isolated": "bun test __tests__/isolated --concurrency=1",
|