@lacspace/email-verify 1.0.5 → 1.0.7

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 +12 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -81,18 +81,24 @@ await smtpCheck("user@example.com", "mx.example.com", { timeout: 8000 });
81
81
 
82
82
  ## Licensing
83
83
 
84
- This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — MIT-equivalent freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
84
+ This package is **free** under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
85
85
 
86
86
  Not every Lacspace package is free. We also offer **Commercial** (paid), **Client-specific**, and **Private** (proprietary) packages under separate terms. See the full **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
87
87
 
88
+ <!-- LACSPACE-DEV-PLATFORM -->
89
+
88
90
  ---
89
91
 
90
- <div align="center">
92
+ ## The Lacspace Developer Platform
91
93
 
92
- **Part of the Lacspace ecosystem — 35 zero-dependency, isomorphic TypeScript packages.**
94
+ `@lacspace/email-verify` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
93
95
 
94
- [All packages ↗](https://lacspace.com/packages) · [npm org ↗](https://www.npmjs.com/org/lacspace) · [Licence Centre ↗](https://lacspace.com/licenses) · [GitHub ↗](https://github.com/lacspace/npm-packages)
96
+ - 📦 **This package, documented** https://developer.lacspace.com/packages/email-verify
97
+ - 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
98
+ - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
99
+ - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
100
+ - 🖥️ **Finished app templates** — https://templates.lacspace.com
101
+ - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
95
102
 
96
- </div>
103
+ Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
97
104
 
98
- <div align="center"><sub>Built with care by <a href="https://lacspace.com">Lacspace</a> · Lacspace Free Licence · <a href="https://github.com/lacspace/npm-packages">source</a></sub></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacspace/email-verify",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Best-effort email deliverability checks for Node — syntax + disposable, MX record lookup and an optional SMTP RCPT probe (no mail sent). Zero npm dependencies.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "author": "Lacspace <contact@lacspace.com>",
45
45
  "license": "SEE LICENSE IN LICENSE",
46
- "homepage": "https://lacspace.com/packages",
46
+ "homepage": "https://developer.lacspace.com/packages/email-verify",
47
47
  "repository": {
48
48
  "type": "git",
49
49
  "url": "git+https://github.com/lacspace/npm-packages.git",