@stacksjs/cms 0.74.27 → 0.74.29
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/dist/build.js +1 -1
- package/package.json +8 -8
package/dist/build.js
CHANGED
|
@@ -506,7 +506,7 @@ import{copyFileSync,existsSync,mkdirSync,readdirSync,writeFileSync}from"node:fs"
|
|
|
506
506
|
${content}
|
|
507
507
|
</main>
|
|
508
508
|
<footer class="footer">
|
|
509
|
-
<p>© ${new Date().getFullYear()} ${escapeHtml(config.title)}. Built with <a href="https://stacksjs.
|
|
509
|
+
<p>© ${new Date().getFullYear()} ${escapeHtml(config.title)}. Built with <a href="https://stacksjs.com">Stacks</a>.</p>
|
|
510
510
|
</footer>
|
|
511
511
|
</body>
|
|
512
512
|
</html>`}function generateNewsletterCapture(source="blog-static"){return`<section id="newsletter" class="newsletter-card" aria-label="Subscribe to Stacks updates">
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@stacksjs/cms",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.74.
|
|
5
|
+
"version": "0.74.29",
|
|
6
6
|
"description": "Stacks cms utilities.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"contributors": [
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"prepublishOnly": "bun run build"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@stacksjs/database": "0.74.
|
|
62
|
-
"@stacksjs/error-handling": "0.74.
|
|
63
|
-
"@stacksjs/orm": "0.74.
|
|
64
|
-
"@stacksjs/path": "0.74.
|
|
65
|
-
"@stacksjs/sites": "0.74.
|
|
66
|
-
"@stacksjs/slug": "0.74.
|
|
61
|
+
"@stacksjs/database": "0.74.29",
|
|
62
|
+
"@stacksjs/error-handling": "0.74.29",
|
|
63
|
+
"@stacksjs/orm": "0.74.29",
|
|
64
|
+
"@stacksjs/path": "0.74.29",
|
|
65
|
+
"@stacksjs/sites": "0.74.29",
|
|
66
|
+
"@stacksjs/slug": "0.74.29",
|
|
67
67
|
"@stacksjs/stx": "^0.2.274",
|
|
68
|
-
"@stacksjs/validation": "0.74.
|
|
68
|
+
"@stacksjs/validation": "0.74.29",
|
|
69
69
|
"ts-slug": "^0.1.0",
|
|
70
70
|
"ts-spreadsheets": "^0.2.0"
|
|
71
71
|
},
|