@lacspace/email-templates 1.0.6 → 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.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -104,7 +104,7 @@ await mail.send({ to, subject: "Your code", html: otpEmail({ code: "482913" }) }
|
|
|
104
104
|
|
|
105
105
|
## Licensing
|
|
106
106
|
|
|
107
|
-
This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
|
|
107
|
+
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.
|
|
108
108
|
|
|
109
109
|
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)**.
|
|
110
110
|
|
|
@@ -114,14 +114,14 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
|
|
|
114
114
|
|
|
115
115
|
## The Lacspace Developer Platform
|
|
116
116
|
|
|
117
|
-
`@lacspace/email-templates` is part of **
|
|
117
|
+
`@lacspace/email-templates` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
118
118
|
|
|
119
119
|
- 📦 **This package, documented** — https://developer.lacspace.com/packages/email-templates
|
|
120
|
-
- 🗂️ **All
|
|
120
|
+
- 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
|
|
121
121
|
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
122
122
|
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
123
123
|
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
124
124
|
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
125
125
|
|
|
126
|
-
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
126
|
+
Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
127
127
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lacspace/email-templates",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Compose bulletproof, responsive, dark-mode-aware HTML emails from simple blocks — buttons, OTP codes, invoices — with ready-made OTP/welcome/alert/invoice templates. Zero-dependency, isomorphic.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|