core-maugli 1.2.26 → 1.2.27
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
CHANGED
@@ -109,7 +109,9 @@ const copyrightYears = yearStart === yearEnd ? `${yearStart}` : `${yearStart}–
|
|
109
109
|
]}
|
110
110
|
>
|
111
111
|
<div class="flex flex-row justify-between items-end w-full mt-2">
|
112
|
-
<
|
112
|
+
<a href="https://www.npmjs.com/package/core-maugli" target="_blank" rel="noopener" aria-label="Core Maugli на NPM">
|
113
|
+
<img src="/footerlabel.svg" alt="Maugli Label" style="height:32px;width:auto;" loading="lazy" decoding="async" />
|
114
|
+
</a>
|
113
115
|
{
|
114
116
|
Object.values(maugliConfig.links || {}).some(Boolean) && (
|
115
117
|
<div class="flex flex-row items-center gap-2 ml-4">
|
@@ -56,7 +56,7 @@ jsonld:
|
|
56
56
|
'@type': 'Offer'
|
57
57
|
'priceCurrency': 'USD'
|
58
58
|
'price': '0'
|
59
|
-
'url': 'https://
|
59
|
+
'url': 'https://www.npmjs.com/package/core-maugli'
|
60
60
|
|
61
61
|
isExample: true
|
62
62
|
---
|
@@ -157,6 +157,6 @@ Maugli Free Blog спроектирован для лёгкой развертк
|
|
157
157
|
|
158
158
|
## **Где взять?**
|
159
159
|
|
160
|
-
- **
|
160
|
+
- **NPM:** [core-maugli](https://www.npmjs.com/package/core-maugli)
|
161
161
|
|
162
162
|
**Maugli Free Blog — это платформа, созданная для автоматизации, SEO и AI-интеграций.**
|